2024-2-6邱贞招提交
This commit is contained in:
parent
37324cb1f8
commit
6002dbb75b
|
@ -437,7 +437,8 @@
|
|||
}
|
||||
|
||||
|
||||
|
||||
// 调用记录ip
|
||||
this.getip()
|
||||
},
|
||||
onShow() {
|
||||
let self = this;
|
||||
|
@ -454,7 +455,7 @@
|
|||
uni.showTabBar();
|
||||
|
||||
// 调用记录ip
|
||||
this.getip()
|
||||
// this.getip()
|
||||
},
|
||||
methods: {
|
||||
// 首页记录ip
|
||||
|
|
|
@ -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
|
||||
})
|
||||
|
|
|
@ -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,
|
||||
|
|
BIN
static/images/xx.png
Normal file
BIN
static/images/xx.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
BIN
static/img/logo.png
Normal file
BIN
static/img/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
Loading…
Reference in New Issue
Block a user