@ -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 {
@ -49,7 +49,6 @@
},
"style": {
"navigationBarTitleText": "服务大厅"
@ -20,7 +20,7 @@
<view class="muted mt20">当前页面暂无内容~</view>
</view>
</template>
<!-- <tabbar></tabbar> -->
<tabbar></tabbar>
@ -6,7 +6,7 @@
<view class="mainnav--item" :class="{'active': current === 3}" @click="changeNav(3)">
<text>机构</text>
<text>检测</text>
<view class="mainnav--item" :class="{'active': current === 4}" @click="changeNav(4)">
@ -305,7 +305,6 @@
this.categoryList2.forEach((item, index) => {
if(this.cid2>0 && item.id == this.cid2){
this.active2 = index+1