完善添加银行卡功能

This commit is contained in:
cbb
2025-12-27 17:52:08 +08:00
parent 20455490f8
commit 3b9b142c21
44 changed files with 3434 additions and 28 deletions

View File

@@ -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": {