修复bug,添加我的积分页面

This commit is contained in:
zhouyanli
2026-08-05 10:55:30 +08:00
parent 466f710b33
commit 81e0ccf574
10 changed files with 1063 additions and 29 deletions

View File

@@ -225,6 +225,31 @@
"navigationStyle": "custom"
}
},
{
"path": "myPointsIndex",
"style": {
"navigationBarTitleText": "我的积分",
"navigationStyle": "custom"
}
},
{
"path": "myPointsMall",
"style": {
"navigationBarTitleText": "积分商城"
}
},
{
"path": "myPointsRecord",
"style": {
"navigationBarTitleText": "积分明细"
}
},
{
"path": "myPointsOrder",
"style": {
"navigationBarTitleText": "积分订单"
}
},
{
"path": "myHouseIndex",
"style": {