zhouwenxuan
2023-12-15 277d6652893fcc10fb6827b62ef16fe2910a525c
pages/tabBar/tabBarIndex.vue
@@ -42,12 +42,9 @@
      methods: {
         click_page(item){
            let page = '/' + item;
            uni.switchTab({
               url: page,
               success:function(res){
                  console.log(res);
                  console.log("成功")
               }
            console.log("跳转",item)
            uni.reLaunch({
               url: page
            })
         }
      }
@@ -61,6 +58,7 @@
   background-color: red;
   z-index: 9999;
   width: 100%;
  box-shadow: 0 -3px 12px rgba(0,0,0,0.05);
}
.u-page__item__slot-icon{
   width: 24px;