yangan
23 小时以前 a28d0135ee42809b2c5863609da37155d3ecba5b
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);
         }