...
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
"root": "pages/mall/subs",
|
||||
"pages": [
|
||||
{
|
||||
"path": "goods/goods-detail",
|
||||
"path": "goods/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "商品详情"
|
||||
}
|
||||
@@ -138,13 +138,13 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "order/order-list",
|
||||
"path": "order/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的订单"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "order/order-detail",
|
||||
"path": "order/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "订单详情"
|
||||
}
|
||||
@@ -156,13 +156,13 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "address/address-list",
|
||||
"path": "address/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "收货地址"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "address/add-address",
|
||||
"path": "address/create",
|
||||
"style": {
|
||||
"navigationBarTitleText": "新增收货地址"
|
||||
}
|
||||
|
Reference in New Issue
Block a user