1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "pages": [{
- "path": "pages/index/index"
- }, {
- "path": "pages/core/index"
- }, {
- "path": "pages/user/index"
- }, {
- "path": "pages/order/index"
- }, {
- "path": "pages/order/detail"
- }, {
- "path": "pages/address/index"
- }, {
- "path": "pages/address/create"
- }, {
- "path": "pages/goods/detail"
- }, {
- "path": "pages/order/settlement"
- }],
- "tabBar": {
- "custom": true,
- "color": "black",
- "backgroundColor": "#FFFFFF",
- "selectedColor": "red",
- "list": [{
- "pagePath": "pages/index/index",
- "text": "刮奖"
- }, {
- "pagePath": "pages/core/index",
- "text": "兑奖大厅"
- }, {
- "pagePath": "pages/user/index",
- "text": "我的"
- }]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#F8F8F8",
- "navigationStyle": "custom"
- }
- }
|