This commit is contained in:
gyq
2025-09-26 17:58:07 +08:00
parent c0f250789d
commit d9b7186ea3
3 changed files with 25 additions and 25 deletions

View File

@@ -103,6 +103,12 @@
"navigationBarTitleText": "会员列表"
}
},
{
"path": "pages/user/points_store",
"style": {
"navigationBarTitleText": "积分门店"
}
},
{
"path": "pages/user/member/memberdetails",
"style": {
@@ -190,37 +196,32 @@
}
},
{
"path" : "pages/user/member/charge-detail/charge-detail",
"style" :
{
"navigationBarTitleText" : "",
"path": "pages/user/member/charge-detail/charge-detail",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}
],
"subPackages": [
{
"root": "user",
"pages": [{
"path" : "vip/vip",
"style" :
{
"navigationBarTitleText" : "",
"subPackages": [{
"root": "user",
"pages": [{
"path": "vip/vip",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path" : "vip/buy-vip",
"style" :
{
"navigationBarTitleText" : "",
"path": "vip/buy-vip",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}
]
}
],
]
}],
"uniIdRouter": {},
"globalStyle": {
"navigationBarTextStyle": "black",