积分商城相关页面添加

This commit is contained in:
2025-12-09 17:34:09 +08:00
parent b76f80ece3
commit d45708df5e
11 changed files with 1022 additions and 34 deletions

View File

@@ -302,9 +302,35 @@
"root": "scoreShop",
"pages": [
{
"path": "index",
"path": "index/index",
"style": {
"navigationBarTitleText": "积分商城"
"navigationBarTitleText": "积分商城",
"navigationStyle": "custom"
}
},
{
"path": "detail/index",
"style": {
"navigationBarTitleText": "商品详情"
}
},
{
"path": "success/index",
"style": {
"navigationBarTitleText": "兑换成功",
"navigationStyle": "custom"
}
},
{
"path": "order/index",
"style": {
"navigationBarTitleText": "积分订单"
}
},
{
"path": "order/detail",
"style": {
"navigationBarTitleText": "订单详情"
}
}
]