From afdfdc219b07d3625dcfcd70b298d2518df9e529 Mon Sep 17 00:00:00 2001 From: jianglong Date: Tue, 30 Apr 2024 15:37:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/components/explore.vue | 2 +- pages.json | 1 - pages/community/community.vue | 2 +- pages/resource_list/resource_list.vue | 3 +-- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/components/components/explore.vue b/components/components/explore.vue index 639a050..2762f0c 100644 --- a/components/components/explore.vue +++ b/components/components/explore.vue @@ -128,7 +128,7 @@ } this.tabList1.forEach((item, index) => { if(this.cid>0 && item.id == this.cid){ - this.current = index+1 + this.current = index } }) } else { diff --git a/pages.json b/pages.json index 4d6875c..3184b6b 100644 --- a/pages.json +++ b/pages.json @@ -49,7 +49,6 @@ }, "style": { "navigationBarTitleText": "服务大厅" - } }, diff --git a/pages/community/community.vue b/pages/community/community.vue index 506b165..b317a7f 100644 --- a/pages/community/community.vue +++ b/pages/community/community.vue @@ -20,7 +20,7 @@ 当前页面暂无内容~ - + diff --git a/pages/resource_list/resource_list.vue b/pages/resource_list/resource_list.vue index 8903bb3..07ece6f 100644 --- a/pages/resource_list/resource_list.vue +++ b/pages/resource_list/resource_list.vue @@ -6,7 +6,7 @@ - 机构 + 检测 @@ -305,7 +305,6 @@ this.categoryList2.forEach((item, index) => { if(this.cid2>0 && item.id == this.cid2){ - this.active2 = index+1 } }) },