完成订单相关UI

This commit is contained in:
kron
2025-05-28 15:00:31 +08:00
parent 6b4eff428c
commit 2586bab023
9 changed files with 188 additions and 21 deletions

View File

@@ -6,6 +6,12 @@
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/user",
"style": {
"navigationBarTitleText": "用户信息"
}
},
{
"path": "pages/login",
"style": {
@@ -13,9 +19,21 @@
}
},
{
"path": "pages/user",
"path": "pages/orders",
"style": {
"navigationBarTitleText": "用户信息"
"navigationBarTitleText": "订单"
}
},
{
"path": "pages/order-detail",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "pages/my-growth",
"style": {
"navigationBarTitleText": "我的成长"
}
},
{