会员中心页面修改,余额明细调整,开通会员页面调整

This commit is contained in:
2025-09-25 20:27:54 +08:00
parent 84f782afa1
commit a39c9f4d72
36 changed files with 2818 additions and 427 deletions

View File

@@ -118,7 +118,8 @@
{
"path": "pages/user/member/billDetails",
"style": {
"navigationBarTitleText": "账单明细"
"navigationBarTitleText": "账单明细",
"navigationStyle": "custom"
}
},
{
@@ -187,6 +188,14 @@
"navigationBarTitleText": "充值中心",
"navigationStyle": "custom"
}
},
{
"path" : "pages/user/member/charge-detail/charge-detail",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom"
}
}
],
"subPackages": [
@@ -199,6 +208,14 @@
"navigationBarTitleText" : "",
"navigationStyle": "custom"
}
},
{
"path" : "vip/buy-vip",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom"
}
}
]