diff --git a/pages/index/index.vue b/pages/index/index.vue index 7187c24..9372a9b 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -437,7 +437,8 @@ } - + // 调用记录ip + this.getip() }, onShow() { let self = this; @@ -454,7 +455,7 @@ uni.showTabBar(); // 调用记录ip - this.getip() + // this.getip() }, methods: { // 首页记录ip diff --git a/pages/user/index.vue b/pages/user/index.vue index 29be221..a940210 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -484,7 +484,7 @@ // if (this.MyMenus.length) return; getMenuList().then(res => { that.$set(that, 'MyMenus', res.data.routine_my_menus); - console.log(this.MyMenus,11) + // console.log(this.MyMenus,11) that.wechatUrl = res.data.routine_my_menus.filter((item) => { return item.url.indexOf('service') !== -1 }) diff --git a/pages/users/order_confirm/index.vue b/pages/users/order_confirm/index.vue index 3450eef..009835e 100644 --- a/pages/users/order_confirm/index.vue +++ b/pages/users/order_confirm/index.vue @@ -1133,7 +1133,7 @@ data = { realName: that.contacts, phone: that.contactsTel, - addressId: that.addressId, + addressId: that.addressId, couponId: that.couponId, payType: 'fenqi', useIntegral: that.useIntegral, diff --git a/static/images/xx.png b/static/images/xx.png new file mode 100644 index 0000000..68f6777 Binary files /dev/null and b/static/images/xx.png differ diff --git a/static/img/logo.png b/static/img/logo.png new file mode 100644 index 0000000..7d12c72 Binary files /dev/null and b/static/img/logo.png differ