添加页面
This commit is contained in:
@ -396,12 +396,40 @@
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "parten/pages/bank-card/add",
|
||||
"type": "page",
|
||||
"layout": "default",
|
||||
"style": {
|
||||
"navigationBarBackgroundColor": "#FFF",
|
||||
"navigationBarTitleText": "添加新银行卡"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "parten/pages/bank-card/list",
|
||||
"type": "page",
|
||||
"layout": "default",
|
||||
"style": {
|
||||
"navigationBarBackgroundColor": "#F6F7F9",
|
||||
"navigationBarTitleText": "银行卡"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "parten/pages/bill/bill",
|
||||
"type": "page",
|
||||
"layout": "default",
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
"navigationBarBackgroundColor": "#FFF",
|
||||
"navigationBarTitleText": "收益明细"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "parten/pages/fund-record/fund-record",
|
||||
"type": "page",
|
||||
"layout": "default",
|
||||
"style": {
|
||||
"navigationBarBackgroundColor": "#FFF",
|
||||
"navigationBarTitleText": "资金记录"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -412,12 +440,30 @@
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "parten/pages/sub/profile",
|
||||
"type": "page",
|
||||
"layout": "default",
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "parten/pages/sub/sub",
|
||||
"type": "page",
|
||||
"layout": "default",
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
"navigationBarBackgroundColor": "#FFF",
|
||||
"navigationBarTitleText": "下级用户"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "parten/pages/withdraw/progress",
|
||||
"type": "page",
|
||||
"layout": "default",
|
||||
"style": {
|
||||
"navigationBarBackgroundColor": "#FFF",
|
||||
"navigationBarTitleText": "余额提现"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user