提现优化更新
This commit is contained in:
24
pages.json
24
pages.json
@@ -89,6 +89,30 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "服务协议"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/me/message",
|
||||
"style": {
|
||||
"navigationBarTitleText": "消息中心"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/me/withdraw/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "申请提现",
|
||||
"navigationBarTextStyle": "#fff",
|
||||
"navigationBarBackgroundColor": "rgb(255, 117, 129)",
|
||||
"titleNView": {
|
||||
"buttons": [{
|
||||
"text": "规则",
|
||||
"fontSize": "30rpx",
|
||||
"onclick": "onNavigationBarButtonTap"
|
||||
}]
|
||||
}
|
||||
}
|
||||
}, {
|
||||
"path": "pages/me/withdraw/alipay",
|
||||
"style": {
|
||||
"navigationBarTitleText": "提现账号"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/index/search/index",
|
||||
|
||||
Reference in New Issue
Block a user