|
|
{ "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函数里面得到 } ] } }
|