|
@ -38,6 +38,13 @@ |
|
|
"scrollIndicator": false //禁用原生导航栏, |
|
|
"scrollIndicator": false //禁用原生导航栏, |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"path": "pages/card/card_booking", |
|
|
|
|
|
"style": { |
|
|
|
|
|
"navigationBarTitleText": "预约提货", |
|
|
|
|
|
"enablePullDownRefresh": false |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"globalStyle": { |
|
|
"globalStyle": { |
|
@ -53,10 +60,14 @@ |
|
|
"backgroundColor": "#ffffff", |
|
|
"backgroundColor": "#ffffff", |
|
|
"list": [{ |
|
|
"list": [{ |
|
|
"pagePath": "pages/card/card", |
|
|
"pagePath": "pages/card/card", |
|
|
"text": "首页" |
|
|
"text": "礼包", |
|
|
|
|
|
"iconPath": "static/ze_bag_1.png", |
|
|
|
|
|
"selectedIconPath": "static/ze_bag2.png" |
|
|
}, { |
|
|
}, { |
|
|
"pagePath": "pages/home/UserFragment", |
|
|
"pagePath": "pages/home/UserFragment", |
|
|
"text": "我的" |
|
|
"text": "兑换记录", |
|
|
|
|
|
"iconPath": "static/ze_underway1.png", |
|
|
|
|
|
"selectedIconPath": "static/ze_underway2.png" |
|
|
}] |
|
|
}] |
|
|
}, |
|
|
}, |
|
|
"uniIdRouter": {} |
|
|
"uniIdRouter": {} |
|
|