购物车逻辑完善
个人信息存储优化 团购下单
This commit is contained in:
@@ -24,6 +24,10 @@ const addressList = ref<{
|
||||
}[]>([]);
|
||||
|
||||
onLoad((e) => {
|
||||
// fetchAddressList();
|
||||
});
|
||||
|
||||
onShow(() => {
|
||||
fetchAddressList();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user