Fix:【商城小程序】待付款订单—修改地址没有确认弹窗,修改无效(机型:苹果12)

This commit is contained in:
modendeveloper
2024-09-17 22:06:36 +08:00
parent b5e23dda59
commit 9b0216c857
+2
View File
@@ -276,6 +276,7 @@ export default {
addressId: this.addressId, addressId: this.addressId,
orderId: this._orderId orderId: this._orderId
} }
setTimeout(() => {
uni.showModal({ uni.showModal({
title:'确定修改地址吗?', title:'确定修改地址吗?',
content: '', content: '',
@@ -300,6 +301,7 @@ export default {
this._orderId = '' this._orderId = ''
}, },
}) })
}, 1000)
} }
} }
}, },