完善页面
This commit is contained in:
216
pages.json
216
pages.json
@ -1,189 +1,79 @@
|
||||
{
|
||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||||
"pages": [
|
||||
{
|
||||
"path": "pages/index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "首页"
|
||||
"navigationBarTitleText": "首页",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/order/order",
|
||||
"path": "pages/shop/shop",
|
||||
"style": {
|
||||
"navigationBarTitleText": "订单"
|
||||
"navigationBarTitleText": "商品",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/shop_cart/shop_cart",
|
||||
"style": {
|
||||
"navigationBarTitleText": "购物车"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/my/my",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的",
|
||||
"navigationBarTitleText": "购物车",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/login/login",
|
||||
"path": "pages/pay/pay",
|
||||
"style": {
|
||||
"navigationBarTitleText": "授权登录"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/login/fastLogin",
|
||||
"style": {
|
||||
"navigationBarTitleText": "登录"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/login/mobileLogin",
|
||||
"style": {
|
||||
"navigationBarTitleText": "手机号登录/注册"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/signin/signin",
|
||||
"style": {
|
||||
"navigationBarTitleText": "签到"
|
||||
}
|
||||
},
|
||||
{
|
||||
// 隐私协议
|
||||
"path": "pages/server_explan/server_explan"
|
||||
},
|
||||
{
|
||||
"path": "pages/store/choose_store",
|
||||
"style": {
|
||||
"navigationBarTitleText": "选择门店"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/store/store",
|
||||
"style": {
|
||||
"navigationBarTitleText": "门店"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/shop/shop",
|
||||
"style": {
|
||||
"navigationBarTitleText": "商品详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/order_now/order_now",
|
||||
"style": {
|
||||
"navigationBarTitleText": "确认订单"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/order_details/order_details",
|
||||
"style": {
|
||||
"navigationBarTitleText": "订单详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/refund/refund",
|
||||
"style": {
|
||||
"navigationBarTitleText": "退款"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/my/profile",
|
||||
"style": {
|
||||
"navigationBarTitleText": "个人资料"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/my/wallet",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的钱包"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/recharge/balance",
|
||||
"style": {
|
||||
"navigationBarTitleText": "充值余额",
|
||||
"navigationBarTitleText": "扫码付款",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/recharge/recharge",
|
||||
"path": "pages/wait/wait",
|
||||
"style": {
|
||||
"navigationBarTitleText": "充值"
|
||||
}
|
||||
}
|
||||
],
|
||||
"subPackages": [
|
||||
{
|
||||
"root": "bundle",
|
||||
"pages": [
|
||||
{
|
||||
"path": "pages/points/points",
|
||||
"style": {
|
||||
"navigationBarTitleText": "积分",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/points/points_store",
|
||||
"style": {
|
||||
"navigationBarTitleText": "积分商城"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/points/points_shop",
|
||||
"style": {
|
||||
"navigationBarTitleText": "积分商城"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/coupon/coupon",
|
||||
"style": {
|
||||
"navigationBarTitleText": "优惠券"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/setting/setting",
|
||||
"style": {
|
||||
"navigationBarTitleText": "设置"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"tabBar": {
|
||||
"color": "#ABB0C2",
|
||||
"selectedColor": "#254062",
|
||||
"borderStyle": "black",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"iconPath": "/static/tabbar/tab_home.png",
|
||||
"selectedIconPath": "/static/tabbar/tab_home_s.png",
|
||||
"text": "首页"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/order/order",
|
||||
"iconPath": "/static/tabbar/tab_order.png",
|
||||
"selectedIconPath": "/static/tabbar/tab_order_s.png",
|
||||
"text": "订单"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/shop_cart/shop_cart",
|
||||
"iconPath": "/static/tabbar/tab_cart.png",
|
||||
"selectedIconPath": "/static/tabbar/tab_cart_s.png",
|
||||
"text": "购物车"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/my/my",
|
||||
"iconPath": "/static/tabbar/tab_my.png",
|
||||
"selectedIconPath": "/static/tabbar/tab_my_s.png",
|
||||
"text": "我的"
|
||||
"navigationBarTitleText": "单号",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
]
|
||||
},
|
||||
},
|
||||
{
|
||||
"path": "pages/finish/finish",
|
||||
"style": {
|
||||
"navigationBarTitleText": "单号",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}
|
||||
],
|
||||
// "tabBar": {
|
||||
// "color": "#ABB0C2",
|
||||
// "selectedColor": "#254062",
|
||||
// "borderStyle": "black",
|
||||
// "list": [
|
||||
// {
|
||||
// "pagePath": "pages/index/index",
|
||||
// "iconPath": "/static/tabbar/tab_home.png",
|
||||
// "selectedIconPath": "/static/tabbar/tab_home_s.png",
|
||||
// "text": "首页"
|
||||
// },
|
||||
// {
|
||||
// "pagePath": "pages/order/order",
|
||||
// "iconPath": "/static/tabbar/tab_order.png",
|
||||
// "selectedIconPath": "/static/tabbar/tab_order_s.png",
|
||||
// "text": "订单"
|
||||
// },
|
||||
// {
|
||||
// "pagePath": "pages/shop_cart/shop_cart",
|
||||
// "iconPath": "/static/tabbar/tab_cart.png",
|
||||
// "selectedIconPath": "/static/tabbar/tab_cart_s.png",
|
||||
// "text": "购物车"
|
||||
// },
|
||||
// {
|
||||
// "pagePath": "pages/my/my",
|
||||
// "iconPath": "/static/tabbar/tab_my.png",
|
||||
// "selectedIconPath": "/static/tabbar/tab_my_s.png",
|
||||
// "text": "我的"
|
||||
// }
|
||||
// ]
|
||||
// },
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "煎饼",
|
||||
|
||||
Reference in New Issue
Block a user