zhaojs
2023-06-18 4a29244fd31cc4e64a53dd67ea0806277a1c09ec
uniapp/pages.json
@@ -20,6 +20,10 @@
      {
         "path": "pages/mine/setting/modifyInfo"
      },
      // 修改邀请码
      {
         "path": "pages/mine/setting/modifyInviteCode"
      },
      // 修改信息
      {
         "path": "pages/mine/setting/cancellation"
@@ -183,6 +187,22 @@
      // dy金刚区
      {
         "path": "pages/active/dysearch",
         "navigationStyle": "custom",
         "app-plus": {
            "titleNView": false,
            "pullToRefresh": {
               "support": true
            }
         },
         "style": {
            "enablePullDownRefresh": true
         },
         "enablePullDownRefresh": true,
         "onReachBottomDistance": 300
      },
      // tm金刚区
      {
         "path": "pages/active/tmsearch",
         "navigationStyle": "custom",
         "app-plus": {
            "titleNView": false,
@@ -431,9 +451,9 @@
            "navigationBarTextStyle": "black"
         }
      },
      // 超级分类
      // 疯抢榜
      {
         "path": "pages/classify/classify",
         "path": "pages/rankinglist/fengqiang",
         "style": {
            "navigationStyle": "custom",
            "app-plus": {
@@ -441,6 +461,36 @@
            }
         }
      },
      // 线报
      {
         "path": "pages/rankinglist/xianbao",
         "style": {
            "navigationStyle": "custom",
            "app-plus": {
               "titleNView": false
            }
         }
      },
      //公共嵌套页面
      {
         "path": "pages/rankinglist/common_act",
         "style": {
            "navigationStyle": "custom",
            "app-plus": {
               "titleNView": false
            }
         }
      },
      // 超级分类
      /* {
         "path": "pages/classify/classify",
         "style": {
            "navigationStyle": "custom",
            "app-plus": {
               "titleNView": false
            }
         }
      }, */
      // 我的订单
      {
         "path": "pages/mine/myOrder",
@@ -727,6 +777,10 @@
      {
         "path": "pages/login/wxlogin"
      },
      //填写邀请码
      {
         "path": "pages/login/setInviteCode"
      },
      {
         "path": "pages/mine/seckill",
         "style": {
@@ -826,33 +880,33 @@
      // "height": "60px",
      "list": [{
            "pagePath": "pages/index/index",
            "iconPath": "static/images/tabBar/home.png",
            "selectedIconPath": "static/images/tabBar/homeActive.png",
            "iconPath": "static/images/tabBar/ne_index.png",
            "selectedIconPath": "static/images/tabBar/ne_index_act.png",
            "text": " 首页"
         },
         {
            "pagePath": "pages/classify/classify",
            "iconPath": "static/images/tabBar/classify.png",
            "selectedIconPath": "static/images/tabBar/classifyActive.png",
            "text": "超级分类"
            "pagePath": "pages/rankinglist/fengqiang",
            "iconPath": "static/images/tabBar/ne_qiang.png",
            "selectedIconPath": "static/images/tabBar/ne_qiang_act.png",
            "text": "疯抢榜"
         },
         {
            "pagePath": "pages/find/find",
            "iconPath": "static/images/tabBar/find.png",
            "selectedIconPath": "static/images/tabBar/findactive.png",
            "text": "逛逛"
            "pagePath": "pages/rankinglist/xianbao",
            "iconPath": "static/images/tabBar/ne_xb.png",
            "selectedIconPath": "static/images/tabBar/ne_xb_act.png",
            "text": "线报"
         },
         {
            "pagePath": "pages/community/community",
            "iconPath": "static/images/tabBar/talentSay.png",
            "selectedIconPath": "static/images/tabBar/talentSayactive.png",
            "iconPath": "static/images/tabBar/ne_bend.png",
            "selectedIconPath": "static/images/tabBar/ne_bend_act.png",
            "text": "本地生活"
         }, 
          
         {
            "pagePath": "pages/mine/mine",
            "iconPath": "static/images/tabBar/mine.png",
            "selectedIconPath": "static/images/tabBar/mineActive.png",
            "iconPath": "static/images/tabBar/ne_mine.png",
            "selectedIconPath": "static/images/tabBar/ne_mine_act.png",
            "text": "我的"
         }
      ]