|
|
@ -28,15 +28,25 @@ |
|
|
"style": { |
|
|
"style": { |
|
|
"navigationBarTitleText": "代理主页", |
|
|
"navigationBarTitleText": "代理主页", |
|
|
"navigationBarBackgroundColor": "#1783FF", |
|
|
"navigationBarBackgroundColor": "#1783FF", |
|
|
"navigationBarTextStyle": "white" |
|
|
|
|
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
|
"app-plus": { |
|
|
|
|
|
"titleNView": { |
|
|
|
|
|
"buttons": [{ |
|
|
|
|
|
"text": "", |
|
|
|
|
|
"fontSrc": "/static/iconfont/iconfont.ttf", |
|
|
|
|
|
"fontSize": "23", |
|
|
|
|
|
"float": "right" |
|
|
|
|
|
}] |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"path": "pages/cash/cash", |
|
|
"path": "pages/cash/cash", |
|
|
"style": { |
|
|
"style": { |
|
|
"navigationBarTitleText": "代理提现", |
|
|
"navigationBarTitleText": "代理提现", |
|
|
"navigationBarBackgroundColor": "#fff", |
|
|
|
|
|
"navigationBarTextStyle": "black" |
|
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#1783FF", |
|
|
|
|
|
"navigationBarTextStyle": "white" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
@ -51,8 +61,8 @@ |
|
|
"path": "pages/history/history", |
|
|
"path": "pages/history/history", |
|
|
"style": { |
|
|
"style": { |
|
|
"navigationBarTitleText": "代理提现历史", |
|
|
"navigationBarTitleText": "代理提现历史", |
|
|
"navigationBarBackgroundColor": "#fff", |
|
|
|
|
|
"navigationBarTextStyle": "black" |
|
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#1783FF", |
|
|
|
|
|
"navigationBarTextStyle": "white" |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
@ -76,7 +86,17 @@ |
|
|
"style": { |
|
|
"style": { |
|
|
"navigationBarTitleText": "商户主页", |
|
|
"navigationBarTitleText": "商户主页", |
|
|
"navigationBarBackgroundColor": "#F52F3E", |
|
|
"navigationBarBackgroundColor": "#F52F3E", |
|
|
"navigationBarTextStyle": "white" |
|
|
|
|
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
|
|
|
"app-plus": { |
|
|
|
|
|
"titleNView": { |
|
|
|
|
|
"buttons": [{ |
|
|
|
|
|
"text": "", |
|
|
|
|
|
"fontSrc": "/static/iconfont/iconfont.ttf", |
|
|
|
|
|
"fontSize": "23", |
|
|
|
|
|
"float": "right" |
|
|
|
|
|
}] |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
@ -118,14 +138,18 @@ |
|
|
{ |
|
|
{ |
|
|
"path": "pages/merchant-withdrawal-management/merchant-withdrawal-management", |
|
|
"path": "pages/merchant-withdrawal-management/merchant-withdrawal-management", |
|
|
"style": { |
|
|
"style": { |
|
|
"navigationBarTitleText": "", |
|
|
|
|
|
|
|
|
"navigationBarTitleText": "商户提现", |
|
|
|
|
|
"navigationBarBackgroundColor": "#F52F3E", |
|
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
"enablePullDownRefresh": false |
|
|
"enablePullDownRefresh": false |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"path": "pages/merchant-withdrawal-history/merchant-withdrawal-history", |
|
|
"path": "pages/merchant-withdrawal-history/merchant-withdrawal-history", |
|
|
"style": { |
|
|
"style": { |
|
|
"navigationBarTitleText": "", |
|
|
|
|
|
|
|
|
"navigationBarTitleText": "商户提现历史", |
|
|
|
|
|
"navigationBarBackgroundColor": "#F52F3E", |
|
|
|
|
|
"navigationBarTextStyle": "white", |
|
|
"enablePullDownRefresh": false |
|
|
"enablePullDownRefresh": false |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|