Fix:5106 【商城小程序】选择地址页面,地址列表默认选中项逻辑错误

This commit is contained in:
LinCyJang
2026-04-07 23:20:29 +08:00
parent e829b17e4e
commit f97a547bc0
3 changed files with 11 additions and 8 deletions
@@ -150,6 +150,11 @@ export default {
uni.setStorageSync('giftChooseAddress', item)
this.$yrouter.back()
}
// 来源修改订单地址(复用订单创建页的choosMode但避免污染chooseAddress
if (this.choosMode === 4) {
uni.setStorageSync('updateOrderAddress', item)
this.$yrouter.back()
}
},
refresh() {
this.addressList = []