调整个人中心页面,会议中心页面,充值页面

This commit is contained in:
2025-09-26 17:57:14 +08:00
parent a39c9f4d72
commit 905d5404f6
20 changed files with 1397 additions and 230 deletions

View File

@@ -103,6 +103,12 @@
"navigationBarTitleText": "会员列表"
}
},
{
"path": "pages/user/member/amount-list",
"style": {
"navigationBarTitleText": "储值列表"
}
},
{
"path": "pages/user/member/memberdetails",
"style": {
@@ -216,6 +222,13 @@
"navigationBarTitleText" : "",
"navigationStyle": "custom"
}
},
{
"path" : "score/list",
"style" :
{
"navigationBarTitleText" : "积分门店"
}
}
]