| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "name": "home",
- "layout": "tabbar",
- "style": {
- "navigationBarTitleText": "加油",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/activityCenter/index",
- "name": "activityCenter-detail",
- "islogin": true,
- "style": {
- "navigationBarTitleText": "活动详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/activityList/index",
- "name": "activityList",
- "islogin": true,
- "style": {
- "navigationBarTitleText": "活动中心",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/confirmOrder/index",
- "name": "confimOrder",
- "islogin": true,
- "style": {
- "navigationBarTitleText": "下单",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/exchangeFail/index",
- "name": "exchangeFail",
- "islogin": true,
- "style": {
- "navigationBarTitleText": "支付",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/exchangeSuccess/index",
- "name": "exchangeSuccess",
- "islogin": true,
- "style": {
- "navigationBarTitleText": "支付",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/login/index",
- "name": "login",
- "islogin": false,
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/order/index",
- "name": "order",
- "islogin": true,
- "style": {
- "navigationBarTitleText": "订单",
- "navigationStyle": "custom"
- },
- "layout": "tabbar"
- },
- {
- "path": "pages/refuelDetaile/index",
- "name": "refuelDetaile",
- "islogin": false,
- "style": {
- "navigationBarTitleText": "加油站详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/voucher/index",
- "name": "voucher",
- "layout": "tabbar",
- "style": {
- "navigationBarTitleText": "抵扣卷",
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationBarBackgroundColor": "@navBgColor",
- "navigationBarTextStyle": "@navTxtStyle",
- "navigationBarTitleText": "Wot Starter",
- "backgroundColor": "@bgColor",
- "backgroundTextStyle": "@bgTxtStyle",
- "backgroundColorTop": "@bgColorTop",
- "backgroundColorBottom": "@bgColorBottom",
- "enablePullDownRefresh": false,
- "onReachBottomDistance": 50,
- "animationType": "pop-in",
- "animationDuration": 300
- },
- "tabBar": {
- "custom": true,
- "customize": true,
- "overlay": true,
- "height": "0",
- "color": "@tabColor",
- "selectedColor": "@tabSelectedColor",
- "backgroundColor": "@tabBgColor",
- "borderStyle": "@tabBorderStyle",
- "list": [
- {
- "pagePath": "pages/index/index"
- },
- {
- "pagePath": "pages/voucher/index"
- },
- {
- "pagePath": "pages/order/index"
- }
- ]
- }
- }
|