From f6923b4c47e9d85e080bca0f7d15affe5b365aa6 Mon Sep 17 00:00:00 2001 From: alger Date: Sun, 1 Dec 2024 16:41:23 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=AA=97=E5=8F=A3=E5=A4=A7=E5=B0=8F=20?= =?UTF-8?q?=E6=AD=8C=E5=8D=95=E5=88=97=E8=A1=A8=E9=87=8D=E6=96=B0=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/list/index.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/views/list/index.vue b/src/views/list/index.vue index 6bb6ca9..5f5f023 100644 --- a/src/views/list/index.vue +++ b/src/views/list/index.vue @@ -100,11 +100,6 @@ const updateItemsPerRow = () => { else if (width > 1200) ITEMS_PER_ROW.value = 8; else if (width > 768) ITEMS_PER_ROW.value = 6; else ITEMS_PER_ROW.value = 5; - - // 如果已经加载了数据,重新加载以适应新的布局 - if (route.query.type && recommendList.value) { - loadList(route.query.type as string); - } }; onMounted(() => {