From 2e78b11b5b2d38db935f887a75b520810d64b183 Mon Sep 17 00:00:00 2001 From: zhangrun Date: Sat, 8 Nov 2025 18:51:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=97=E8=A1=A8=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E6=95=B0=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/Case.vue | 2 +- src/views/components/Evaluate.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/components/Case.vue b/src/views/components/Case.vue index 80a7ccc..bf7a304 100644 --- a/src/views/components/Case.vue +++ b/src/views/components/Case.vue @@ -168,7 +168,7 @@ const currentType = ref('0') const getCaseData = async () => { console.log('88') const website = new Website() - const res = await website.getCasePage({typeId: '0',pageNum: 1,pageSize: 10}) + const res = await website.getCasePage({typeId: '0',pageNum: 1,pageSize: 6}) console.log('66',res) if(res.code == 200){ let resLs = res.data?.records || [] diff --git a/src/views/components/Evaluate.vue b/src/views/components/Evaluate.vue index d4c9b34..4740c24 100644 --- a/src/views/components/Evaluate.vue +++ b/src/views/components/Evaluate.vue @@ -88,7 +88,7 @@ const commentList = ref([]) const getCommentData = async () => { console.log('00') const website = new Website() - const res = await website.getCommentPage({pageNum: 1,pageSize: 10}) + const res = await website.getCommentPage({pageNum: 1,pageSize: 3}) console.log('77',res) if(res.code == 200){ let resLs = res.data?.records || []