Fix:5106 【商城小程序】选择地址页面,地址列表默认选中项逻辑错误
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user