| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- {
- "pages": [{ "path": "pages/home/recent", "style": { "navigationBarTitleText": "我的花店","enablePullDownRefresh":true} },
- { "path": "pages/home/index", "style": { "navigationBarTitleText": "首页" } },
- { "path": "pages/home/category", "style": { "navigationBarTitleText": "花束花礼" } },
- { "path": "pages/home/shop", "style": { "navigationBarTitleText": "门店" } },
- { "path": "pages/home/user", "style": { "navigationBarTitleText": "我的" } },
- { "path": "pages/home/course", "style": { "navigationBarTitleText": "课程"}},
- { "path": "pages/item/item", "style": { "navigationBarTitleText": "鲜花散花"} },
- { "path": "pages/item/detail", "style": { "navigationBarTitleText": "详情"} },
- { "path": "common/redirect", "style": { "navigationBarTitleText": "加载中..." } },
- { "path": "common/webview", "style": { "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } },
- { "path": "pages/class/index", "style": { "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } },
- { "path": "pages/class/paySuccess", "style": { "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }
- ],
- "subPackages": [{
- "root": "pages/user",
- "pages": [
- { "path": "register", "style": { "navigationBarTitleText": "注册" } },
- { "path": "password", "style": { "navigationBarTitleText": "修改密码" } },
- { "path": "modify", "style": { "navigationBarTitleText": "资料修改" } }
- ]
- },
- {
- "root": "pages/settle",
- "pages": [
- { "path": "debt", "style": { "navigationBarTitleText": "欠款订单" } },
- { "path": "pay", "style": { "navigationBarTitleText": "付款" } },
- { "path": "result", "style": { "navigationBarTitleText": "付款结果" } },
- { "path": "list", "style": { "navigationBarTitleText": "结账单" } },
- { "path": "detail", "style": { "navigationBarTitleText": "详情" } }
- ]
- },
- {
- "root": "pages/balance",
- "pages": [
- { "path": "changeList", "style": { "navigationBarTitleText": "余额变动" } }
- ]
- },
- {
- "root": "pages/custom",
- "pages": [
- { "path": "levelChange", "style": { "navigationBarTitleText": "等级变动" } }
- ]
- },
- {
- "root": "pages/member",
- "pages": [
- { "path": "recharge", "style": { "navigationBarTitleText": "充值" } },
- { "path": "rechargeResult", "style": { "navigationBarTitleText": "结果" } }
- ]
- },
- {
- "root": "pages/goods",
- "pages": [
- { "path": "detail", "style": { "navigationBarTitleText": "详情" } }
- ]
- },
- {
- "root": "pages/login",
- "pages": [
- { "path": "index", "style": { "navigationBarTitleText": "登录" } },
- { "path": "account", "style": { "navigationBarTitleText": "登录" } },
- { "path": "result", "style": { "navigationBarTitleText": "登录成功" } }
- ]
- },
- {
- "root": "pages/pay",
- "pages": [
- { "path": "index", "style": { "navigationBarTitleText": "" } }
- ]
- },
- {
- "root": "pages/callback",
- "pages": [
- { "path": "index" },
- { "path": "pay", "style": { "navigationBarTitleText": "待付款" } },
- { "path": "success", "style": { "navigationBarTitleText": "支付成功" } },
- { "path": "paySuccess", "style": { "navigationBarTitleText": "支付成功" } }
- ]
- },
- {
- "root": "pages/coupon",
- "pages": [
- { "path": "list", "style": { "navigationBarTitleText": "优惠券", "enablePullDownRefresh": true } }
- ]
- },
- {
- "root": "pages/order",
- "pages": [
- { "path": "list", "style": { "navigationBarTitleText": "订单列表", "enablePullDownRefresh": true } },
- { "path": "detail", "style": { "navigationBarTitleText": "订单列表" } },
- { "path": "buy", "style": { "navigationBarTitleText": "订单确认" } },
- { "path": "comment", "style": { "navigationBarTitleText": "评价" } }
- ]
- },
- {
- "root": "pages/interest",
- "pages": [
- { "path": "invite", "style": { "navigationBarTitleText": "邀请排行", "enablePullDownRefresh": true } },
- { "path": "level", "style": { "navigationBarTitleText": "会员等级" } }
- ]
- },
- {
- "root": "pages/chat",
- "pages": [
- { "path": "index", "style": { "navigationBarTitleText": "客服", "enablePullDownRefresh": true } }
- ]
- },
- {
- "root": "pages/billing",
- "pages": [
- { "path": "affirmGhs", "style": { "navigationBarTitleText": "订单结算", "enablePullDownRefresh": true } }
- ]
- },
- {
- "root": "pages/recharge",
- "pages": [
- { "path": "list", "style": { "navigationBarTitleText": "充值记录", "enablePullDownRefresh": true } },
- { "path": "detail", "style": { "navigationBarTitleText": "充值详情" } }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "花卉宝",
- "navigationBarTextStyle": "black"
- }
- }
|