测试问题修复

This commit is contained in:
bb_pan 2025-02-26 13:09:05 +08:00
parent 025efefe97
commit 3b716e9d13
1 changed files with 2 additions and 2 deletions

View File

@ -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