MrShi
2026-04-21 cce741189bfa7063cf0ee83e0a11df1ab539958c
small-program/pages.json
@@ -63,18 +63,6 @@
         }
      },
      {
         "path": "pages/qualification/qualification",
         "style": {
            "navigationBarTitleText": "我的资质"
         }
      },
      {
         "path": "pages/store-info/store-info",
         "style": {
            "navigationBarTitleText": "门店信息"
         }
      },
      {
         "path": "pages/all-orders/all-orders",
         "style": {
            "navigationBarTitleText": "全部订单"
@@ -129,26 +117,10 @@
            "navigationBarTitleText": "选择城市"
         }
      },
      {
         "path": "pages/shop-index/shop-index",
         "path": "pages/evaluate/evaluate",
         "style": {
            "navigationBarTitleText": "门店首页",
            "navigationStyle": "custom"
         }
      },
      {
         "path": "pages/shop-mine/shop-mine",
         "style": {
            "navigationBarTitleText": "门店我的",
            "navigationStyle": "custom"
         }
      },
      {
         "path": "pages/shop-wallet/shop-wallet",
         "style": {
            "navigationBarTitleText": "门店钱包",
            "navigationStyle": "custom"
            "navigationBarTitleText": "评价"
         }
      }
   ],
@@ -179,12 +151,44 @@
            {
               "path": "pages/wallet/wallet",
               "style": {
                  "navigationBarTitleText": "门店钱包"
                  "navigationBarTitleText": "门店钱包",
                  "navigationStyle": "custom"
               }
            },
            {
               "path": "pages/write-off/write-off",
               "style": {
                  "navigationBarTitleText": "手动核验"
               }
            },
            {
               "path": "pages/qualification/qualification",
               "style": {
                  "navigationBarTitleText": "我的资质"
               }
            },
            {
               "path": "pages/store-info/store-info",
               "style": {
                  "navigationBarTitleText": "门店信息"
               }
            },
            {
               "path": "pages/message/message",
               "style": {
                  "navigationBarTitleText": "消息",
                  "navigationStyle": "custom"
               }
            }
         ]
      }
   ],
   "preloadRule": {
       "pages/index/index": {
         "network": "all",
         "packages": ["shop"]
       }
   },
   "globalStyle": {
      "navigationBarTextStyle": "black",
      "navigationBarTitleText": "",
@@ -221,24 +225,6 @@
            "iconPath": "static/icon/nav_wode@2x.png",
            "selectedIconPath": "static/icon/nav_wode_sel@2x.png",
            "text": "我的"
         },
         {
            "pagePath": "pages/shop-index/shop-index",
            "iconPath": "static/icon/nav_home@2x.png",
            "selectedIconPath": "static/icon/nav_home_sel@2x.png",
            "text": "门店首页"
         },
         {
            "pagePath": "pages/shop-wallet/shop-wallet",
            "iconPath": "static/icon/nav_home@2x.png",
            "selectedIconPath": "static/icon/nav_home_sel@2x.png",
            "text": "门店钱包"
         },
         {
            "pagePath": "pages/shop-mine/shop-mine",
            "iconPath": "static/icon/nav_wode@2x.png",
            "selectedIconPath": "static/icon/nav_wode_sel@2x.png",
            "text": "门店我的"
         }
      ]
   }