完善添加银行卡功能
This commit is contained in:
48
pages.json
48
pages.json
@@ -59,6 +59,41 @@
|
||||
"backgroundColor": "#f7f7f7"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/my-index/personal-center/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "个人中心",
|
||||
"navigationBarBackgroundColor": "#ffffff"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/my-index/wallet/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "钱包",
|
||||
"navigationBarBackgroundColor": "#ffffff"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/my-index/wallet/edit-password",
|
||||
"style": {
|
||||
"navigationBarTitleText": "修改钱包密码",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/my-index/wallet/bank-card/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "提现卡",
|
||||
"navigationBarBackgroundColor": "#ffffff"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/my-index/wallet/bank-card/card-details",
|
||||
"style": {
|
||||
"navigationBarTitleText": "卡信息增删改查",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/mall/list",
|
||||
"style": {
|
||||
@@ -128,6 +163,19 @@
|
||||
"navigationBarTitleText": "签到",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/discover/dynamic/dynamic",
|
||||
"style": {
|
||||
"navigationBarTitleText": "朋友圈",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/discover/company",
|
||||
"style": {
|
||||
"navigationBarTitleText": "公司介绍"
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
|
||||
Reference in New Issue
Block a user