绿满眶商城微信小程序-uniapp
zxl
4 天以前 4c0c7752dc996baba58f33aa101a7385752061a3
components/custom-tabbar.vue
@@ -41,8 +41,9 @@
                  "key": 'index'
               },
               {
                  // KitchenVideo
                  // "pagePath": "/pages/tabbar/category/category",
                  "pagePath": "/pages/kitchen/KitchenVideo",
                  "pagePath": "/pages/kitchen/KitchenCover",
                  "iconPath": "/static/tabbar/category.png",
                  "selectedIconPath": "/static/tabbar/category-s.png",
@@ -50,13 +51,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 +81,7 @@
         switchTab(item) {
            console.log("执行力", item);
            if (this.selected === item.key) return;
            uni.switchTab({
            uni.redirectTo({
               url: item.pagePath
            });
         }