Fix:【商城小程序】待付款订单—修改地址没有确认弹窗,修改无效(机型:苹果12)
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user