完成订单相关UI
This commit is contained in:
@@ -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": "我的成长"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user