|
|
@ -63,6 +63,7 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"path": "pages/account/index",
|
|
|
|
"path": "pages/account/index",
|
|
|
|
|
|
|
|
"aliasPath" : "/account",
|
|
|
|
"style": {
|
|
|
|
"style": {
|
|
|
|
"navigationStyle" : "custom",
|
|
|
|
"navigationStyle" : "custom",
|
|
|
|
"navigationBarTitleText": "uni-app"
|
|
|
|
"navigationBarTitleText": "uni-app"
|
|
|
@ -71,6 +72,7 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
"path": "pages/account/cart",
|
|
|
|
"path": "pages/account/cart",
|
|
|
|
|
|
|
|
"aliasPath" : "/cart",
|
|
|
|
"style": {
|
|
|
|
"style": {
|
|
|
|
"navigationStyle" : "custom",
|
|
|
|
"navigationStyle" : "custom",
|
|
|
|
"navigationBarTitleText": "uni-app"
|
|
|
|
"navigationBarTitleText": "uni-app"
|
|
|
@ -79,23 +81,26 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
"path": "pages/account/setting/index",
|
|
|
|
"path": "pages/account/setting/index",
|
|
|
|
|
|
|
|
"aliasPath" : "/setting",
|
|
|
|
"style": {
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "uni-app"
|
|
|
|
"navigationBarTitleText": "设置"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
"path": "pages/account/setting/setUserInfo",
|
|
|
|
"path": "pages/account/setting/setUserInfo",
|
|
|
|
|
|
|
|
"aliasPath" : "/setUserInfo",
|
|
|
|
"style": {
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "uni-app"
|
|
|
|
"navigationBarTitleText": "个人资料"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
"path": "pages/account/setting/setName",
|
|
|
|
"path": "pages/account/setting/setName",
|
|
|
|
|
|
|
|
"aliasPath" : "/setNickname",
|
|
|
|
"style": {
|
|
|
|
"style": {
|
|
|
|
"navigationStyle" : "custom",
|
|
|
|
"navigationStyle" : "custom",
|
|
|
|
"navigationBarTitleText": "uni-app"
|
|
|
|
"navigationBarTitleText": "设置昵称"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -123,30 +128,29 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"path": "pages/account/order/submit",
|
|
|
|
"path": "pages/order/submit",
|
|
|
|
|
|
|
|
"aliasPath" : "/orderSubmit",
|
|
|
|
"style": {
|
|
|
|
"style": {
|
|
|
|
"navigationStyle" : "custom",
|
|
|
|
"navigationBarTitleText": "提交订单"
|
|
|
|
"navigationBarTitleText": "uni-app"
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"path": "pages/account/order/paySuccess",
|
|
|
|
"path": "pages/order/paySuccess",
|
|
|
|
"style": {
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "支付成功"
|
|
|
|
"navigationBarTitleText": "支付成功"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"path": "pages/account/order/payFail",
|
|
|
|
"path": "pages/order/payFail",
|
|
|
|
"style": {
|
|
|
|
"style": {
|
|
|
|
"navigationBarTitleText": "支付失败"
|
|
|
|
"navigationBarTitleText": "支付失败"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"path": "pages/account/order/list",
|
|
|
|
"path": "pages/order/list",
|
|
|
|
"aliasPath" : "/orderList",
|
|
|
|
"aliasPath" : "/orderList",
|
|
|
|
"style": {
|
|
|
|
"style": {
|
|
|
|
"navigationStyle" : "custom",
|
|
|
|
"navigationBarTitleText": "我的订单"
|
|
|
|
"navigationBarTitleText": "uni-app"
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -197,7 +201,8 @@
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"globalStyle": {
|
|
|
|
"globalStyle": {
|
|
|
|
"navigationBarTextStyle": "white",
|
|
|
|
"navigationBarBackgroundColor": "#fff",
|
|
|
|
|
|
|
|
"navigationBarTextStyle" : "black",
|
|
|
|
"backgroundColor": "#F8F8F8"
|
|
|
|
"backgroundColor": "#F8F8F8"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"easycom" : {
|
|
|
|
"easycom" : {
|
|
|
|