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