doum
2026-04-22 fef7bd9ccdce20f5217974bf0b26cd585bce9ee7
small-program/pages.json
@@ -20,14 +20,169 @@
      {
         "path": "pages/itinerary/itinerary",
         "style": {
            "navigationBarTitleText": ""
            "navigationBarTitleText": "行程",
            "navigationStyle": "custom"
         }
      },
      {
         "path": "pages/message/message",
         "style": {
            "navigationBarTitleText": "消息"
            "navigationBarTitleText": "消息",
            "navigationStyle": "custom"
         }
      },
      {
         "path": "pages/storage-point/storage-point",
         "style": {
            "navigationBarTitleText": "寄存点"
         }
      },
      {
         "path": "pages/luggage-storage/luggage-storage",
         "style": {
            "navigationBarTitleText": "行李寄存"
         }
      },
      {
         "path": "pages/payment-success/payment-success",
         "style": {
            "navigationBarTitleText": "支付成功"
         }
      },
      {
         "path": "pages/settings/settings",
         "style": {
            "navigationBarTitleText": "设置"
         }
      },
      {
         "path": "pages/storage-order-detail/storage-order-detail",
         "style": {
            "navigationBarTitleText": "寄存订单详情",
            "navigationStyle": "custom"
         }
      },
      {
         "path": "pages/qualification/qualification",
         "style": {
            "navigationBarTitleText": "我的资质"
         }
      },
      {
         "path": "pages/store-info/store-info",
         "style": {
            "navigationBarTitleText": "门店信息"
         }
      },
      {
         "path": "pages/all-orders/all-orders",
         "style": {
            "navigationBarTitleText": "全部订单"
         }
      },
      {
         "path": "pages/store-apply/store-apply",
         "style": {
            "navigationBarTitleText": "门店入驻"
         }
      },
      {
         "path": "pages/delivery-order-detail/delivery-order-detail",
         "style": {
            "navigationBarTitleText": "寄送订单详情",
            "navigationStyle": "custom"
         }
      },
      {
         "path": "pages/orders/orders",
         "style": {
            "navigationBarTitleText": "全部订单"
         }
      },
      {
         "path": "pages/address/address",
         "style": {
            "navigationBarTitleText": "地址"
         }
      },
      {
         "path": "pages/new-address/new-address",
         "style": {
            "navigationBarTitleText": "新增地址"
         }
      },
      {
         "path": "pages/rich-text/rich-text",
         "style": {
            "navigationBarTitleText": "协议"
         }
      },
      {
         "path": "pages/details-entry/details-entry",
         "style": {
            "navigationBarTitleText": "门店入驻"
         }
      },
      {
         "path": "pages/select-city/select-city",
         "style": {
            "navigationBarTitleText": "选择城市"
         }
      },
      {
         "path": "pages/shop-index/shop-index",
         "style": {
            "navigationBarTitleText": "门店首页",
            "navigationStyle": "custom"
         }
      },
      {
         "path": "pages/shop-mine/shop-mine",
         "style": {
            "navigationBarTitleText": "门店我的",
            "navigationStyle": "custom"
         }
      },
      {
         "path": "pages/shop-wallet/shop-wallet",
         "style": {
            "navigationBarTitleText": "门店钱包",
            "navigationStyle": "custom"
         }
      }
   ],
   "subPackages": [
      {
         "root": "shop",
         "pages": [
            {
               "path": "pages/login/login",
               "style": {
                  "navigationBarTitleText": "登录"
               }
            },
            {
               "path": "pages/store-home/store-home",
               "style": {
                  "navigationBarTitleText": "门店首页",
                  "navigationStyle": "custom"
               }
            },
            {
               "path": "pages/mine/mine",
               "style": {
                  "navigationBarTitleText": "我的",
                  "navigationStyle": "custom"
               }
            },
            {
               "path": "pages/wallet/wallet",
               "style": {
                  "navigationBarTitleText": "门店钱包"
               }
            }
         ]
      }
   ],
   "globalStyle": {
@@ -38,9 +193,10 @@
   },
   "tabBar": {
      "color": "#999999",
      "selectedColor": "#222222",
      "selectedColor": "#10B2FA",
      "borderStyle": "black",
      "backgroundColor": "#fff",
      "custom": true,
      "list": [
         {
            "pagePath": "pages/index/index",
@@ -62,9 +218,27 @@
         },
         {
            "pagePath": "pages/mine/mine",
            "iconPath": "static/icon/nav_mine@2x.png",
            "selectedIconPath": "static/icon/nav_mine_sel@2x.png",
            "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": "门店我的"
         }
      ]
   }