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) })