You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

234 lines
5.7 KiB

{
"pages": [
{
"path": "pages/index/index",
"style": {
"h5": {
"titleNView": false
}
}
},
{
"path" : "pages/user/register",
"style" : {
"navigationBarTitleText": "注册"
}
},
{
"path" : "pages/user/login",
"style" : {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/user/user",
"style": {
"h5": {
"titleNView": false
},
"navigationBarTitleText": "个人中心"
}
}
,{
"path" : "pages/category/category",
"style" : {
"h5": {
"titleNView": false
},
"navigationBarTitleText": "分类列表"
}
},{
"path" : "pages/product/product",
"style" : {
"h5": {
"titleNView": false
},
"navigationBarTitleText": "产品列表"
}
}
,{
"path" : "pages/cart/cart",
"style" : {
"navigationBarTitleText": "购物车"
}
}
// ,{
// "path" : "pages/address/address",
// "style" : {
// "navigationBarTitleText": "地址列表"
// }
// }
// ,{
// "path" : "pages/address/edit/edit",
// "style" : {
// "navigationBarTitleText": "地址修改"
// }
// }
// ,{
// "path" : "pages/pay/pay",
// "style" : {
// "navigationBarTitleText": "支付"
// }
// },
// {
// "path": "pages/pay/paySuccess",
// "style": {
// "navigationBarTitleText": "支付成功"
// }
// }
,{
"path" : "pages/orderconfirmation/orderconfirmation",
"style" : {
"navigationBarTitleText": "确认订单"
}
}
,{
"path" : "pages/myorder/myorder",
"style" : {
"navigationBarTitleText": "我的订单"
}
}
,{
"path" : "pages/user/keep",
"style" : {
"navigationBarTitleText": "收藏列表"
}
},
{
"path" : "pages/search/search",
"style" : {"navigationBarTitleText": "搜索"}
},
{
"path" : "pages/advdetail/advdetail",
"style" : {"navigationBarTitleText": "详细内容"}
},
{
"path" : "pages/orderlist/orderlist",
"style" : {"navigationBarTitleText": "订单列表"}
},
// {
// "path" : "pages/user/sqruzhu",
// "style" : {"navigationBarTitleText": "入住申请"}
// }
// ,
// {
// "path" : "pages/refund/refund",
// "style" : {"navigationBarTitleText": "申请售后"}
// },
{
"path" : "pages/refund/refund2",
"style" : {"navigationBarTitleText": "申请退货"}
},
{
"path" : "pages/product/detail",
"style" : {"navigationBarTitleText": "商品详细"}
}
,{
"path" : "pages/orderconfirmation/orderconfirmation_twopay",
"style" : {"navigationBarTitleText": "提交订单"}
}
// ,{
// "path" : "pages/orderlist/wuliu",
// "style" : {"navigationBarTitleText": "物流信息"}
// }
// ,{
// "path" : "pages/user/fotget",
// "style" : {}
// }
// ,{
// "path" : "pages/user/checklogin",
// "style" : {}
// }
// ,{
// "path" : "pages/user/chongzhi",
// "style" : {"navigationBarTitleText": "余额充值"}
// }
// ,{
// "path" : "pages/user/jifen",
// "style" : {"navigationBarTitleText": "积分明细"}
// }
// ,{
// "path" : "pages/user/tixian",
// "style" : {"navigationBarTitleText": "提现"}
// }
// ,{
// "path" : "pages/coupon/coupon",
// "style" : {"navigationBarTitleText": "优惠券"}
// }
,{
"path" : "pages/orderlist/orderyans",
"style" : {"navigationBarTitleText": "客户验收"}
} ,
{
"path" : "pages/orderlist/orderjiad",
"style" : {"navigationBarTitleText": "客户加单"}
},
{
"path" : "pages/category/categoryjiad",
"style" : {"navigationBarTitleText": "客户加单"}
},
{
"path" : "pages/product/productjiad",
"style" : {"navigationBarTitleText": "客户加单"}
},
{
"path" : "pages/cart/cartjiad",
"style" : {"navigationBarTitleText": "客户加单"}
},
{
"path" : "pages/product/detailjiad",
"style" : {"navigationBarTitleText": "客户加单"}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "中龙商城",
"navigationBarBackgroundColor": "#fff",
"onReachBottomDistance": 100
},
"tabBar": {
"color": "#B4B4B4",
"selectedColor": "#5cabff",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/course.png",
"selectedIconPath": "static/tabbar/course_hl.png",
"text": "首页"
},
{
"pagePath": "pages/category/category",
"iconPath": "static/tabbar/category.png",
"selectedIconPath": "static/tabbar/category_seleted.png",
"text": "分类"
},
{
"pagePath": "pages/cart/cart",
"iconPath": "static/tabbar/cart.png",
"selectedIconPath": "static/tabbar/cart_seleted.png",
"text": "购物车"
},
{
"pagePath": "pages/user/user",
"iconPath": "static/tabbar/user.png",
"selectedIconPath": "static/tabbar/user_hl.png",
"text": "我的"
}
]
},
"condition" : { //
"current": 0, //(list )
"list": [
{
"name": "首页", //
"path": "pages/index/index", //
"query": "" //onLoad
}
]
}
}