绿满眶商城微信小程序-uniapp
zxl
2 天以前 b7ce92d35fde3704297163010c320e336a5dd681
components/custom-tabbar.vue
@@ -35,37 +35,38 @@
            marginBottom: 0,
            list: [{
                  "pagePath": "/pages/tabbar/index/home",
                  "iconPath": "/pages/subComponents/static/tabbar/home.png",
                  "selectedIconPath": "/pages/subComponents/static/tabbar/home-s.png",
                  "iconPath": "/static/tabbar/home.png",
                  "selectedIconPath": "/static/tabbar/home-s.png",
                  "text": "首页",
                  "key": 'index'
               },
               {
                  // KitchenVideo
                  // "pagePath": "/pages/tabbar/category/category",
                  "pagePath": "/pages/kitchen/KitchenVideo",
                  "pagePath": "/pages/kitchen/KitchenCover",
                  "iconPath": "/pages/subComponents/static/tabbar/category.png",
                  "selectedIconPath": "/pages/subComponents/static/tabbar/category-s.png",
                  "iconPath": "/static/tabbar/category.png",
                  "selectedIconPath": "/static/tabbar/category-s.png",
                  "text": "神厨",
                  "key": 'kitchen'
               },
               {
                  "pagePath": "/pages/cusbar/video/video",
                  "iconPath": "/pages/subComponents/static/tabbar/video1.png",
                  "selectedIconPath": "/pages/subComponents/static/tabbar/video1-selected.png",
                  "iconPath": "/static/tabbar/video1.png",
                  "selectedIconPath": "/static/tabbar/video1-selected.png",
                  "key": 'video'
               },
               {
                  "pagePath": "/pages/cusbar/cart/cartList",
                  "iconPath": "/pages/subComponents/static/tabbar/cart.png",
                  "selectedIconPath": "/pages/subComponents/static/tabbar/cart-s.png",
                  "iconPath": "/static/tabbar/cart.png",
                  "selectedIconPath": "/static/tabbar/cart-s.png",
                  "text": "购物车",
                  "key": 'buyCar'
               },
               {
                  "pagePath": "/pages/tabbar/user/my",
                  "iconPath": "/pages/subComponents/static/tabbar/mine.png",
                  "selectedIconPath": "/pages/subComponents/static/tabbar/mine-s.png",
                  "iconPath": "/static/tabbar/mine.png",
                  "selectedIconPath": "/static/tabbar/mine-s.png",
                  "text": "我的",
                  "key": 'my'
               }
@@ -98,8 +99,10 @@
      display: flex;
      align-items: center;
      justify-content: space-around;
      border-top: 1px solid #ededed;
      border-top: 1rpx solid rgba(255, 255, 255, 0.1);
      box-sizing: border-box;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
   }
   .tabbar-item {