From db024ebc2ae1ab19d4f3d3baf54756c9a4733141 Mon Sep 17 00:00:00 2001 From: joshen Date: Sat, 18 Jan 2025 00:46:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AA=BF=E8=A9=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/case/Index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/portal/case/Index.vue b/src/views/portal/case/Index.vue index e10853fa..a323e5ab 100644 --- a/src/views/portal/case/Index.vue +++ b/src/views/portal/case/Index.vue @@ -185,11 +185,11 @@
当前已检索 - {{ caseList.count }} 条数据 + {{ this.caseList.count }} 条数据
-
+
@@ -270,7 +270,7 @@
-
+
@@ -279,7 +279,7 @@ - +
暂无案例,请优先学习其它案例吧~
@@ -1599,7 +1599,7 @@ export default { } else { this.moreState = 3; } - // console.log(res?.result?.list ,'有没有数据'); + console.log(res?.result?.list ,'有没有数据'); res.result.list.forEach(item=>{ item.viewRankTags = item.viewRankTags.slice(0,2) })