fix: 新增商品内容
This commit is contained in:
@@ -14,7 +14,7 @@ onMounted(async ()=>{
|
|||||||
await initData();
|
await initData();
|
||||||
})
|
})
|
||||||
const initData=async ()=>{
|
const initData=async ()=>{
|
||||||
const shopListData= await getShopList();
|
const shopListData= await getShopList({skipCount: 0, maxResultCount: 100});
|
||||||
shopList.value=shopListData.data.items;
|
shopList.value=shopListData.data.items;
|
||||||
const accountInfoData= await getAccountInfo();
|
const accountInfoData= await getAccountInfo();
|
||||||
accountInfo.value=accountInfoData.data;
|
accountInfo.value=accountInfoData.data;
|
||||||
|
|||||||
Reference in New Issue
Block a user