fix: 新增商品内容

This commit is contained in:
橙子
2024-11-15 22:06:15 +08:00
parent ace5374813
commit 1a7f1c3d15

View File

@@ -14,7 +14,7 @@ onMounted(async ()=>{
await initData();
})
const initData=async ()=>{
const shopListData= await getShopList();
const shopListData= await getShopList({skipCount: 0, maxResultCount: 100});
shopList.value=shopListData.data.items;
const accountInfoData= await getAccountInfo();
accountInfo.value=accountInfoData.data;