doum
2026-04-29 59b1f0e9967902aa10f5e017d5a0bdfd1b60c9ea
small-program/pages.json
@@ -38,6 +38,12 @@
         }
      },
      {
         "path": "pages/storage-point-detail/storage-point-detail",
         "style": {
            "navigationBarTitleText": "寄存点详情"
         }
      },
      {
         "path": "pages/luggage-storage/luggage-storage",
         "style": {
            "navigationBarTitleText": "行李寄存"
@@ -60,18 +66,6 @@
         "style": {
            "navigationBarTitleText": "寄存订单详情",
            "navigationStyle": "custom"
         }
      },
      {
         "path": "pages/qualification/qualification",
         "style": {
            "navigationBarTitleText": "我的资质"
         }
      },
      {
         "path": "pages/store-info/store-info",
         "style": {
            "navigationBarTitleText": "门店信息"
         }
      },
      {
@@ -129,26 +123,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 +157,105 @@
            {
               "path": "pages/wallet/wallet",
               "style": {
                  "navigationBarTitleText": "门店钱包"
                  "navigationBarTitleText": "门店钱包",
                  "navigationStyle": "custom"
               }
            },
            {
               "path": "pages/write-off/write-off",
               "style": {
                  "navigationBarTitleText": "订单核验"
               }
            },
            {
               "path": "pages/write-off-a/write-off-a",
               "style": {
                  "navigationBarTitleText": "订单核验"
               }
            },
            {
               "path": "pages/qualification/qualification",
               "style": {
                  "navigationBarTitleText": "我的资质"
               }
            },
            {
               "path": "pages/store-info/store-info",
               "style": {
                  "navigationBarTitleText": "门店信息"
               }
            },
            {
               "path": "pages/message/message",
               "style": {
                  "navigationBarTitleText": "消息",
                  "navigationStyle": "custom"
               }
            },
            {
               "path": "pages/orders/orders",
               "style": {
                  "navigationBarTitleText": "门店订单"
               }
            },
            {
               "path": "pages/order-details/order-details",
               "style": {
                  "navigationBarTitleText": "门店订单详情",
                  "navigationStyle": "custom"
               }
            },
            {
               "path": "pages/withdraw/withdraw",
               "style": {
                  "navigationBarTitleText": "提现"
               }
            },
            {
               "path": "pages/withdraw-success/withdraw-success",
               "style": {
                  "navigationBarTitleText": "提现"
               }
            },
            {
               "path": "pages/settings/settings",
               "style": {
                  "navigationBarTitleText": "设置"
               }
            },
            {
               "path": "pages/change-password/change-password",
               "style": {
                  "navigationBarTitleText": "修改密码"
               }
            },
            {
               "path": "pages/select/select",
               "style": {
                  "navigationBarTitleText": "宁畅行"
               }
            },
            {
               "path": "pages/webview/webview",
               "style": {
                  "navigationBarTitleText": "轮播图详情"
               }
            },
            {
               "path": "pages/article-details/article-details",
               "style": {
                  "navigationBarTitleText": "轮播图详情"
               }
            }
         ]
      }
   ],
   "preloadRule": {
       "pages/index/index": {
         "network": "all",
         "packages": ["shop"]
       }
   },
   "globalStyle": {
      "navigationBarTextStyle": "black",
      "navigationBarTitleText": "",
@@ -221,24 +292,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": "门店我的"
         }
      ]
   }