123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "宝可梦"
- }
- } ,{
- "path" : "pages/mine/mine",
- "style" :
- {
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/shoppingMall/shoppingMall",
- "style" :
- {
- "navigationBarTitleText": "商城",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/knapsack/knapsack",
- "style" :
- {
- "navigationBarTitleText": "背包",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/addressManage/addressManage",
- "style" :
- {
- "navigationBarTitleText": "我的收货地址",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/login/login",
- "style" :
- {
- "navigationBarTitleText": "授权登录",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/addressEdit/addressEdit",
- "style" :
- {
- "navigationBarTitleText": "新增收货地址",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/invite/invite",
- "style" :
- {
- "navigationBarTitleText": "邀请好友",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/excellentValue/excellentValue",
- "style" :
- {
- "navigationBarTitleText": "超值挑战",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/drawCard_first/drawCard_first",
- "style" :
- {
- "navigationBarTitleText": "first赏",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/winningRecord/winningRecord",
- "style" :
- {
- "navigationBarTitleText": "中奖记录",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/orderConfirm/orderConfirm",
- "style" :
- {
- "navigationBarTitleText": "订单确认",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/coupon/coupon",
- "style" :
- {
- "navigationBarTitleText": "我的优惠券",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/rule/rule",
- "style" :
- {
- "navigationBarTitleText": "规则与说明",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/user/user",
- "style" :
- {
- "navigationBarTitleText": "编辑个人资料",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "app-plus": {
- "background": "#efeff4"
- }
- },
- "tabBar": {
- "color": "#B4C9DA",
- "selectedColor": "#FBB434",
- "height": "220px",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/img/tabBar1.png",
- "selectedIconPath": "static/img/tabBar1_s.png",
- "text": "首页"
- }
- , {
- "pagePath": "pages/shoppingMall/shoppingMall",
- "iconPath": "static/img/tabBar2.png",
- "selectedIconPath": "static/img/tabBar2_s.png",
- "text": "商城"
- }
- , {
- "pagePath": "pages/knapsack/knapsack",
- "iconPath": "static/img/tabBar3.png",
- "selectedIconPath": "static/img/tabBar3_s.png",
- "text": "背包"
- }, {
- "pagePath": "pages/mine/mine",
- "iconPath": "static/img/tabBar4.png",
- "selectedIconPath": "static/img/tabBar4_s.png",
- "text": "我的"
- }]
- }
- }
|