diff --git a/Yi.Bbs.Vue3/src/views/shop/Index.vue b/Yi.Bbs.Vue3/src/views/shop/Index.vue index 11fab231..76b776f4 100644 --- a/Yi.Bbs.Vue3/src/views/shop/Index.vue +++ b/Yi.Bbs.Vue3/src/views/shop/Index.vue @@ -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;