2024-2-6邱贞招提交
This commit is contained in:
parent
37324cb1f8
commit
6002dbb75b
|
@ -437,7 +437,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// 调用记录ip
|
||||||
|
this.getip()
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
let self = this;
|
let self = this;
|
||||||
|
@ -454,7 +455,7 @@
|
||||||
uni.showTabBar();
|
uni.showTabBar();
|
||||||
|
|
||||||
// 调用记录ip
|
// 调用记录ip
|
||||||
this.getip()
|
// this.getip()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// 首页记录ip
|
// 首页记录ip
|
||||||
|
|
|
@ -484,7 +484,7 @@
|
||||||
// if (this.MyMenus.length) return;
|
// if (this.MyMenus.length) return;
|
||||||
getMenuList().then(res => {
|
getMenuList().then(res => {
|
||||||
that.$set(that, 'MyMenus', res.data.routine_my_menus);
|
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) => {
|
that.wechatUrl = res.data.routine_my_menus.filter((item) => {
|
||||||
return item.url.indexOf('service') !== -1
|
return item.url.indexOf('service') !== -1
|
||||||
})
|
})
|
||||||
|
|
|
@ -1133,7 +1133,7 @@
|
||||||
data = {
|
data = {
|
||||||
realName: that.contacts,
|
realName: that.contacts,
|
||||||
phone: that.contactsTel,
|
phone: that.contactsTel,
|
||||||
addressId: that.addressId,
|
addressId: that.addressId,
|
||||||
couponId: that.couponId,
|
couponId: that.couponId,
|
||||||
payType: 'fenqi',
|
payType: 'fenqi',
|
||||||
useIntegral: that.useIntegral,
|
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