fix: 订单页重置手机
This commit is contained in:
parent
c98b9a05d0
commit
4bd4c7778f
|
|
@ -286,6 +286,8 @@
|
|||
this['FormInfor']['eat_type'] = this['GetMODE'];
|
||||
// 上次下单手机号
|
||||
this['FormInfor']['phone_number'] = this['getPhone'];
|
||||
},
|
||||
onShow() {
|
||||
this.init();
|
||||
},
|
||||
methods: {
|
||||
|
|
|
|||
|
|
@ -255,7 +255,7 @@
|
|||
},
|
||||
onShow() {
|
||||
const value = uni.getStorageSync('isWechatStorage');
|
||||
console.log(value, '微信支付完成之后的标识');
|
||||
this.init();
|
||||
},
|
||||
methods: {
|
||||
init() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue