绿满眶商城微信小程序-uniapp
zxl
2025-07-30 2ef25bcf0111f21fcf7971922e2c307ef05547fe
components/custom-tabbar.vue
@@ -50,13 +50,13 @@
                  "key": 'kitchen'
               },
               {
                  "pagePath": "/pages/tabbar/video/video",
                  "pagePath": "/pages/cusbar/video/video",
                  "iconPath": "/static/tabbar/video1.png",
                  "selectedIconPath": "/static/tabbar/video1-selected.png",
                  "key": 'video'
               },
               {
                  "pagePath": "/pages/tabbar/cart/cartList",
                  "pagePath": "/pages/cusbar/cart/cartList",
                  "iconPath": "/static/tabbar/cart.png",
                  "selectedIconPath": "/static/tabbar/cart-s.png",
                  "text": "购物车",
@@ -80,7 +80,7 @@
         switchTab(item) {
            console.log("执行力", item);
            if (this.selected === item.key) return;
            uni.switchTab({
            uni.redirectTo({
               url: item.pagePath
            });
         }