|
|
@ -6,7 +6,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="mainnav--item" :class="{'active': current === 3}" @click="changeNav(3)"> |
|
|
<view class="mainnav--item" :class="{'active': current === 3}" @click="changeNav(3)"> |
|
|
<text>机构</text> |
|
|
<text>检测</text> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="mainnav--item" :class="{'active': current === 4}" @click="changeNav(4)"> |
|
|
<view class="mainnav--item" :class="{'active': current === 4}" @click="changeNav(4)"> |
|
|
@ -305,7 +305,6 @@ |
|
|
|
|
|
|
|
|
this.categoryList2.forEach((item, index) => { |
|
|
this.categoryList2.forEach((item, index) => { |
|
|
if(this.cid2>0 && item.id == this.cid2){ |
|
|
if(this.cid2>0 && item.id == this.cid2){ |
|
|
this.active2 = index+1 |
|
|
|
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
|