提现优化更新

This commit is contained in:
GaoHao
2025-01-07 15:28:42 +08:00
parent f82c31084d
commit 419f308802
11 changed files with 817 additions and 14 deletions

View File

@@ -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",