Fix:【商城小程序】待付款订单—修改地址没有确认弹窗,修改无效(机型:苹果12)
This commit is contained in:
@@ -276,6 +276,7 @@ export default {
|
||||
addressId: this.addressId,
|
||||
orderId: this._orderId
|
||||
}
|
||||
setTimeout(() => {
|
||||
uni.showModal({
|
||||
title:'确定修改地址吗?',
|
||||
content: '',
|
||||
@@ -300,6 +301,7 @@ export default {
|
||||
this._orderId = ''
|
||||
},
|
||||
})
|
||||
}, 1000)
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user