111
k94314517
2023-10-24 60b3a617617ae46ba72bc04cee50c67ddf30a76c
minipro_standard/components/myTabber.vue
@@ -2,6 +2,7 @@
   <view>
      <u-tabbar
         :value="index"
         :customStyle="{paddingTop: '5px',paddingBottom: '5px',}"
         @change="change"
         fixed
         activeColor="#222"
@@ -31,6 +32,7 @@
               <image src="@/static/nav_wode@2x.png" class="icon-style" mode=""></image>
            </view>
         </u-tabbar-item>
      </u-tabbar>
   </view>
</template>