测试问题修复
This commit is contained in:
parent
025efefe97
commit
3b716e9d13
|
|
@ -335,10 +335,10 @@ const onClickAddress = (res) => {
|
|||
|
||||
onLoad((options) => {
|
||||
getDeviceDetailsData(options.id)
|
||||
getAddressListData()
|
||||
})
|
||||
|
||||
onShow(() => {
|
||||
onShow((opt) => {
|
||||
getAddressListData()
|
||||
const myOrderList = uni.getStorageSync('myOrderList')
|
||||
if (myOrderList.cartList) {
|
||||
orderList.value = myOrderList.orderList
|
||||
|
|
|
|||
Loading…
Reference in New Issue