From 1a7f1c3d15322baa7b80d20889999caa00fc2f2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A9=99=E5=AD=90?= <454313500@qq.com> Date: Fri, 15 Nov 2024 22:06:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=B0=E5=A2=9E=E5=95=86=E5=93=81?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Bbs.Vue3/src/views/shop/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;