Browse Source

出版

master
jianglong 2 years ago
parent
commit
afdfdc219b
  1. 2
      components/components/explore.vue
  2. 1
      pages.json
  3. 2
      pages/community/community.vue
  4. 3
      pages/resource_list/resource_list.vue

2
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 {

1
pages.json

@ -49,7 +49,6 @@
},
"style": {
"navigationBarTitleText": "服务大厅"
}
},

2
pages/community/community.vue

@ -20,7 +20,7 @@
<view class="muted mt20">当前页面暂无内容</view>
</view>
</template>
<!-- <tabbar></tabbar> -->
<tabbar></tabbar>
</view>
</template>

3
pages/resource_list/resource_list.vue

@ -6,7 +6,7 @@
</view>
<view class="mainnav--item" :class="{'active': current === 3}" @click="changeNav(3)">
<text>机构</text>
<text>检测</text>
</view>
<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
}
})
},

Loading…
Cancel
Save