Mr.Zhang
2023-09-18 ca2200ba53b236e8902b706c444375408c782f07
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>