From 1f4e7d0f73a73e7350cf5a1df279d5f30904c5d5 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 06 十二月 2023 08:41:32 +0800
Subject: [PATCH] bug
---
minipro_standard/components/myTabber.vue | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/minipro_standard/components/myTabber.vue b/minipro_standard/components/myTabber.vue
index b29f6ec..b8b5250 100644
--- a/minipro_standard/components/myTabber.vue
+++ b/minipro_standard/components/myTabber.vue
@@ -7,8 +7,8 @@
activeColor="#222"
inactiveColor="#666"
:safeAreaInsetBottom="true">
- <u-tabbar-item text="寰呭姙" :badge="upcomingNum.d">
- <view class="" slot="active-icon">
+ <u-tabbar-item text="寰呭姙">
+ <view class="" slot="active-icon">
<image src="@/static/nav_daiban_sel@2x.png" class="icon-style" mode=""></image>
</view>
<view class="" slot="inactive-icon">
@@ -36,8 +36,6 @@
</template>
<script>
- import { mapState } from 'vuex'
-
export default {
name:"myTabbar",
props: {
@@ -47,9 +45,6 @@
return {
value: 0
};
- },
- computed: {
- ...mapState(['upcomingNum'])
},
methods: {
click(index) {
--
Gitblit v1.9.3