绿满眶商城微信小程序-uniapp
xiangpei
2025-05-15 d25f94845ef10169389c980c7ffaa7d6bc461760
pages.json
@@ -11,7 +11,7 @@
         {
            // "navigationBarTitleText" : "视频",
            "enablePullDownRefresh" : false,
            "navigationStyle": "custom"
            "navigationStyle": "custom" // 隐藏顶部导航栏
         }
      },
      {
@@ -101,6 +101,14 @@
               "style": {
                     "navigationBarTitleText": "专题"
               }
      },
      {
         "path" : "pages/tabbar/video/video",
         "style" :
         {
            "navigationBarTitleText" : "发布视频",
            "enablePullDownRefresh" : false
         }
      }
@@ -830,6 +838,7 @@
      }
   },
   "tabBar": {
      "custom": true,
      "color": "#666",
      "selectedColor": "#ff573e",
      "borderStyle": "black",
@@ -844,9 +853,13 @@
            "pagePath": "pages/tabbar/category/category",
            "iconPath": "static/tabbar/category.png",
            "selectedIconPath": "static/tabbar/category-s.png",
            "text": "分类"
            "text": "商城"
         },
         {
            "pagePath": "pages/tabbar/video/video",
            "iconPath": "static/tabbar/video.png",
            "selectedIconPath": "static/tabbar/video-selected.png"
         },
         {
            "pagePath": "pages/tabbar/cart/cartList",
            "iconPath": "static/tabbar/cart.png",