实名认证添加状态过程

This commit is contained in:
cbb
2026-01-05 17:50:18 +08:00
parent 42eba945e8
commit 24731d1949
10 changed files with 489 additions and 12 deletions

View File

@@ -121,6 +121,20 @@
"backgroundColor": "#f7f7f7"
}
},
{
"path": "pages/my-index/withdraw",
"style": {
"navigationBarTitleText": "提现",
"navigationStyle": "custom"
}
},
{
"path": "pages/my-index/recharge",
"style": {
"navigationBarTitleText": "充值",
"backgroundColor": "#f7f7f7"
}
},
{
"path": "pages/my-index/personal-center/index",
"style": {
@@ -335,4 +349,4 @@
}
]
}
}
}