购物车,积分,订单详情

This commit is contained in:
2024-03-14 18:23:33 +08:00
parent 0602dc6c72
commit 9dda08a1b1
14 changed files with 602 additions and 7 deletions

View File

@@ -79,6 +79,12 @@
"style": {
"navigationBarTitleText": "确认订单"
}
},
{
"path": "shoppingcart/index",
"style": {
"navigationBarTitleText": "购物车"
}
}
]
},
@@ -91,6 +97,12 @@
"navigationBarTitleText": "会员信息"
}
},
{
"path": "integral/index",
"style": {
"navigationBarTitleText": "我的积分"
}
},
{
"path": "recharge/index",
"style": {