| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "pages": [
- "pages/index/index",
- "pages/index/integral",
- "pages/activity/activity",
- "pages/activity/activityDetail",
- "pages/public/register",
- "pages/public/login",
- "pages/public/wxLogin",
- "pages/public/forget",
- "pages/product/reply",
- "pages/product/product",
- "pages/set/set",
- "pages/set/address",
- "pages/set/addressManage",
- "pages/set/phone",
- "pages/contract/privacy",
- "pages/contract/start",
- "pages/contract/agreement",
- "pages/set/password",
- "pages/set/userinfo",
- "pages/user/user",
- "pages/user/myLq",
- "pages/user/myRcq",
- "pages/user/change",
- "pages/user/myTeam",
- "pages/user/myHdq",
- "pages/user/myJf",
- "pages/user/shareQrCode",
- "pages/user/favorites",
- "pages/order/order",
- "pages/order/expressInfo",
- "pages/order/orderDetail",
- "pages/order/evaluate",
- "pages/order/orderRefund",
- "pages/order/createOrder",
- "pages/money/pay",
- "pages/money/withdrawal",
- "pages/money/wallet",
- "pages/money/paySuccess",
- "pages/redirect/redirect"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "黄金模式",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#f8f8f8"
- },
- "tabBar": {
- "color": "#333333",
- "selectedColor": "#FF4C4C",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/tabBar/home.png",
- "selectedIconPath": "static/tabBar/home-current.png",
- "text": "精品商城"
- },
- {
- "pagePath": "pages/index/integral",
- "iconPath": "static/tabBar/game.png",
- "selectedIconPath": "static/tabBar/game-action.png",
- "text": "积分商城"
- },
- {
- "pagePath": "pages/user/user",
- "iconPath": "static/tabBar/my.png",
- "selectedIconPath": "static/tabBar/my-current.png",
- "text": "我的"
- }
- ]
- },
- "usingComponents": {}
- }
|