{
|
"easycom": {
|
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
|
},
|
"pages": [{
|
"path": "pages/pay/scanpay",
|
"style": {
|
"navigationBarTitleText": "支付",
|
"enablePullDownRefresh": false
|
// #ifdef H5
|
,
|
"navigationStyle": "custom"
|
// #endif
|
}
|
}, {
|
"path": "pages/pay/discountpay",
|
"style": {
|
"navigationBarTitleText": "优惠",
|
"enablePullDownRefresh": false
|
// #ifdef H5
|
,
|
"navigationStyle": "custom"
|
// #endif
|
}
|
|
}, {
|
"path": "pages/pay/recharge",
|
"style": {
|
"navigationBarTitleText": "会员充值",
|
"enablePullDownRefresh": false
|
// #ifdef H5
|
,
|
"navigationStyle": "custom"
|
// #endif
|
}
|
|
}, {
|
"path": "pages/pay/vipEwm",
|
"style": {
|
"navigationBarTitleText": "会员码",
|
"enablePullDownRefresh": false
|
// #ifdef H5
|
,
|
"navigationStyle": "custom"
|
// #endif
|
}
|
|
},{
|
"path": "pages/pay/wxpay",
|
"style": {
|
// #ifdef H5
|
"navigationStyle": "custom"
|
// #endif
|
}
|
}, {
|
"path": "pages/pay/register",
|
"style": {
|
"navigationBarTitleText": "注册",
|
"enablePullDownRefresh": false
|
// #ifdef H5
|
,
|
"navigationStyle": "custom"
|
// #endif
|
}
|
|
}, {
|
"path": "pages/pay/paySuccess",
|
"style": {
|
"navigationBarTitleText": "支付成功",
|
"enablePullDownRefresh": false
|
// #ifdef H5
|
,
|
"navigationStyle": "custom"
|
// #endif
|
}
|
|
}, {
|
"path": "pages/pay/scanRes",
|
"style": {
|
"navigationStyle": "custom"
|
}
|
}, {
|
"path": "pages/pay/login",
|
"style": {
|
"navigationBarTitleText": "登录",
|
"enablePullDownRefresh": false
|
// #ifdef H5
|
,
|
"navigationStyle": "custom"
|
// #endif
|
}
|
|
}, {
|
"path": "pages/pay/addCardFirst",
|
"style": {
|
"navigationBarTitleText": "添加银行卡",
|
"enablePullDownRefresh": false
|
// #ifdef H5
|
,
|
"navigationStyle": "custom"
|
// #endif
|
}
|
|
}, {
|
"path": "pages/pay/addCardSecond",
|
"style": {
|
"navigationBarTitleText": "添加银行卡",
|
"enablePullDownRefresh": false
|
// #ifdef H5
|
,
|
"navigationStyle": "custom"
|
// #endif
|
}
|
|
}, {
|
"path": "pages/pay/addCardCode",
|
"style": {
|
"navigationBarTitleText": "银行卡验证码",
|
"enablePullDownRefresh": false
|
// #ifdef H5
|
,
|
"navigationStyle": "custom"
|
// #endif
|
}
|
|
}, {
|
"path": "pages/pay/bindCard/bindCard",
|
"style": {
|
"navigationBarTitleText": "绑定银行卡",
|
"enablePullDownRefresh": false
|
// #ifdef H5
|
,
|
"navigationStyle": "custom"
|
// #endif
|
}
|
|
}, {
|
"path": "pages/pay/shuaKa/shuaKa",
|
"style": {
|
"navigationBarTitleText": "刷卡活动",
|
"enablePullDownRefresh": false
|
// #ifdef H5
|
,
|
"navigationStyle": "custom"
|
// #endif
|
}
|
|
}, {
|
"path": "pages/pay/shuaKa/introduce",
|
"style": {
|
"navigationBarTitleText": "活动详情",
|
"enablePullDownRefresh": false
|
// #ifdef H5
|
,
|
"navigationStyle": "custom"
|
// #endif
|
}
|
|
}
|
],
|
"globalStyle": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "支付",
|
"navigationBarBackgroundColor": "#FFFFFF",
|
"backgroundColor": "#FFFFFF"
|
},
|
"uniIdRouter": {}
|
}
|