From 3f10299a92e23fd902e4bd51a6d59f9bf0c7d7ec Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期二, 20 六月 2023 10:08:18 +0800 Subject: [PATCH] 增加用户绑定页面 --- components/tab-bar/tab-bar.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/tab-bar/tab-bar.vue b/components/tab-bar/tab-bar.vue index 4fb3d63..f52bebc 100644 --- a/components/tab-bar/tab-bar.vue +++ b/components/tab-bar/tab-bar.vue @@ -22,9 +22,9 @@ // tabBarList: this.$store.state.userTabbar }; }, - computed:{ - tabBarList(){ - return this.$store.state.userTabbar + computed: { + tabBarList() { + return this.$store.state.userTabbar; } }, methods: { @@ -40,7 +40,7 @@ ::v-deep.tab-bar { .u-tabbar { &__content { - background: #ececec!important; + background: #ececec !important; &__item-wrapper { height: vww(50); } -- Gitblit v1.9.1