From ee1075fb63d43668c43f83c3bedbc6d4dee300ca Mon Sep 17 00:00:00 2001 From: tianyi <13521030702@163.com> Date: Fri, 8 May 2026 09:14:33 +0800 Subject: [PATCH] 1 --- components/tab-bar/myCenter.vue | 2 +- components/tab-bar/tab-bar.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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