fix: 订单页重置手机

This commit is contained in:
whitechiina 2025-04-03 14:31:17 +08:00
parent c98b9a05d0
commit 4bd4c7778f
2 changed files with 4 additions and 2 deletions

View File

@ -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() {

View File

@ -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() {