|
|
@ -1,16 +1,6 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
|
|
|
{ |
|
|
|
{ |
|
|
|
"path": "pages/qianZhuPay/union-pay/union-pay", |
|
|
|
|
|
|
|
"style": { |
|
|
|
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
|
|
|
"navigationBarTitleText": "选择方式", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#0083f5", |
|
|
|
|
|
|
|
"backgroundColorTop": "#0083f5", |
|
|
|
|
|
|
|
"enablePullDownRefresh": false |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
},{ |
|
|
|
|
|
|
|
"path": "pages/tabBar/home/home", |
|
|
|
"path": "pages/tabBar/home/home", |
|
|
|
"style": { |
|
|
|
"style": { |
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
"navigationBarTextStyle": "white", |
|
|
@ -29,6 +19,16 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, { |
|
|
|
}, { |
|
|
|
|
|
|
|
"path": "pages/qianZhuPay/union-pay/union-pay", |
|
|
|
|
|
|
|
"style": { |
|
|
|
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
|
|
|
"navigationBarTitleText": "选择方式", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#0083f5", |
|
|
|
|
|
|
|
"backgroundColorTop": "#0083f5", |
|
|
|
|
|
|
|
"enablePullDownRefresh": false |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
},{ |
|
|
|
"path": "pages/user/bindingCardList/bindingCardList", |
|
|
|
"path": "pages/user/bindingCardList/bindingCardList", |
|
|
|
"style": { |
|
|
|
"style": { |
|
|
|
"navigationBarTitleText": "卡列表", |
|
|
|
"navigationBarTitleText": "卡列表", |
|
|
|