{ "pages": [ { "path": "pages/index/index", "style": { "enablePullDownRefresh": true, // #ifdef MP "navigationBarTitleText": "沣胜食品商城", //"navigationStyle": "custom", // #endif "app-plus": { "titleNView": { "titleText": "沣胜食品商城" //"type": "transparent" // "searchInput": { // "backgroundColor": "rgba(231, 231, 231,.7)", // "borderRadius": "16px", // "placeholder": "请输入地址 如:大钟寺", // "disabled": true, // "placeholderColor": "#606266" // }, // "buttons": [{ // "fontSrc": "/static/yticon.ttf", // "text": "\ue60d", // "fontSize": "26", // "color": "#303133", // "float": "left", // "background": "rgba(0,0,0,0)" // }, // { // "fontSrc": "/static/yticon.ttf", // "text": "\ue744", // "fontSize": "27", // "color": "#303133", // "background": "rgba(0,0,0,0)", // "redDot": true // } // ] } } } }, { "path": "pages/product/product", "style": { "navigationBarTitleText": "商品详情", "enablePullDownRefresh": false, "app-plus": { "titleNView": { "type": "transparent" } } } }, { "path": "pages/set/set", "style": { "navigationBarTitleText": "设置" } }, { "path": "pages/consumption-record/consumption-record", "style": { "navigationBarTitleText": "消费记录" } }, { "path": "pages/refund/refund", "style": { "navigationBarTitleText": "退款/售后" } }, { "path": "pages/apply-after/apply-after", "style": { "navigationBarTitleText": "申请售后" } }, { "path": "pages/personal-user/personal-user", "style": { "navigationBarTitleText": "我的信息" } }, { "path": "pages/order-comment/order-comment", "style": { "navigationBarTitleText": "发布评价" } }, { "path": "pages/update-mobile/update-mobile", "style": { "navigationBarTitleText": "修改手机号" } }, { "path": "pages/recharge-record/recharge-record", "style": { "navigationBarTitleText": "充值记录" } }, { "path": "pages/withdrawal-record/withdrawal-record", "style": { "navigationBarTitleText": "提现记录" } }, { "path": "pages/feedback/feedback", "style": { "navigationBarTitleText": "意见反馈" } }, { "path": "pages/recharge/recharge", "style": { "navigationBarTitleText": "会员充值" } }, { "path": "pages/distribution/distribution", "style": { "navigationBarTitleText": "配送计划" } }, { "path": "pages/confirm-order/confirm-order", "style": { "navigationBarTitleText": "确认订单" } }, { "path": "pages/my-order/my-order", "style": { "navigationBarTitleText": "我的订单" } }, { "path": "pages/comment/comment", "style": { "navigationBarTitleText": "评价列表" } }, { "path": "pages/my-coupon/my-coupon", "style": { "navigationBarTitleText": "优惠券" } }, { "path": "pages/order-detail/order-detail", "style": { "navigationBarTitleText": "订单详情" } }, { "path": "pages/comment-detail/comment-detail", "style": { "navigationBarTitleText": "评价详情" } }, { "path": "pages/ranking/ranking", "style": { "navigationBarTitleText": "排行榜", "navigationBarTextStyle": "white" } }, { "path": "pages/cart/cart", "style": { "navigationBarTitleText": "购物车" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/agreement/agreement", "style": { "navigationBarTitleText": "协议" } }, { "path": "pages/user/user", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/address/address", "style": { "navigationBarTitleText": "收货地址" } }, { "path": "pages/add-address/add-address", "style": { "navigationBarTitleText": "添加地址" } }, { "path": "pages/withdrawal/withdrawal", "style": { "navigationBarTitleText": "提现" } }, { "path": "pages/shop-list/shop-list", "style": { "navigationBarTitleText": "商品列表" } }, { "path": "pages/integral/integral", "style": { "navigationBarTitleText": "积分返现" } }, { "path" : "pages/category/category", "style" : { "navigationBarTitleText": "全部商品", "enablePullDownRefresh": false, "app-plus": { "bounce": "none" } } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#f8f8f8", "navigationStyle": "custom" }, "tabBar": { "color": "#AAAAAA", "selectedColor": "#41AE3C", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/tab-home.png", "selectedIconPath": "static/tab-home-current.png", "text": "首页" }, { "pagePath": "pages/category/category", "iconPath": "static/tab-cate.png", "selectedIconPath": "static/tab-cate-current.png", "text": "全部商品" }, { "pagePath": "pages/cart/cart", "iconPath": "static/tab-cart.png", "selectedIconPath": "static/tab-cart-current.png", "text": "购物车" }, { "pagePath": "pages/user/user", "iconPath": "static/tab-my.png", "selectedIconPath": "static/tab-my-current.png", "text": "我的" } ] }, "condition" : { //模式配置,仅开发期间生效 "current": 0, //当前激活的模式(list 的索引项) "list": [ { "name": "index", //模式名称 "path": "pages/index/index", //启动页面,必选 "query": "" //启动参数,在页面的onLoad函数里面得到 }, { "name": "comment", "path": "pages/order/comment", "query":"order_id=nAyML8YWRXU1O2b&image=/shop/20200315/5507a02e4f1a43c72d8360e4194b42a5.png&title=万里无一万里无一万里无一万里无一万里无一万里无一苹果X&spec=白色" }, { "name": "orderDetail", "path":"pages/order/orderDetail", "query":"order_id=XDW6kZLJD4ijNEE" }, { "name":"orderRefund", "path":"pages/order/refund", "query":"order_id=7Rw23P1oW1CyPgO" }, { "name":"userinfo", "path":"pages/userinfo/userinfo", "query":"" }, { "name": "deliveryTemplate", "path":"pages/order/delivery", "query":"" } ] } }