diff --git a/components/tab-bar/myCenter.vue b/components/tab-bar/myCenter.vue index 9396e0a..8adf5c3 100644 --- a/components/tab-bar/myCenter.vue +++ b/components/tab-bar/myCenter.vue @@ -3,7 +3,7 @@ 商家入驻 商家中心-{{shopCounts}} 兼职注册 - 兼职主页 + 兼职主页-{{workerCounts}} diff --git a/components/tab-bar/tab-bar.vue b/components/tab-bar/tab-bar.vue index d8d5cc8..45b2cc1 100644 --- a/components/tab-bar/tab-bar.vue +++ b/components/tab-bar/tab-bar.vue @@ -95,7 +95,7 @@ if (index == i) { this.$emit('tab-index', i); if(index == 2) return - if(index != 0){ + if(index != 0 && index != 4){ this.getWorkerCounts() } this.tabList[i].isCheck = true