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