代码拉取完成,页面将自动刷新
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/tabBar/home/home",
"style": {
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"navigationBarTitleText": "买卖搭商城",
"app-plus": {
"titleNView": true, //禁用原生导航栏
"softinputNavBar": "none",
"bounce": "none"
}
}
},
{
"path": "pages/tabBar/category/category",
"style": {
"navigationBarTitleText": "分类",
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
},
{
"path": "pages/livePlay/index",
"style": {
"navigationBarTitleText": "直播",
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
},
{
"path": "pages/msg/msgComponent",
"style": {
"navigationBarTitleText": "智能客服",
"h5": {
"titleNView": false //禁用原生导航栏
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
},
{
"path": "pages/goodsType/goodsType",
"style": {
"navigationBarTitleText": "分类",
"h5": {
"titleNView": false //禁用原生导航栏
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
},
{
"path": "pages/storeList/goodStore",
"style": {
"navigationBarTitleText": "每日好店",
"h5": {
"titleNView": false //禁用原生导航栏
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
},
{
"path": "pages/jifen/jifen",
"style": {
"navigationBarTitleText": "积分商城",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false //禁用原生导航栏
},
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/goods/shops",
"style": {
"navigationBarTitleText": "商户详情",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false //禁用原生导航栏
},
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/tixian/storeTixian",
"style": {
"navigationBarTitleText": "我的账户",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false //禁用原生导航栏
},
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/tixian/tixian",
"style": {
"navigationBarTitleText": "分享提现",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false //禁用原生导航栏
},
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/tixian/tiyan",
"style": {
"navigationBarTitleText": "体验积分",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false //禁用原生导航栏
},
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/news/index/index",
"style": {
"navigationBarTitleText": "买卖头条",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
},
"h5": {
"titleNView": false
}
}
},
{
"path": "pages/news/details/wxDetail",
"style": {
"navigationBarTitleText": "文章详情",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
},
"h5": {
"titleNView": false
}
}
},
{
"path": "pages/news/details/videoDetails",
"style": {
"navigationBarTitleText": "买卖头条",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
},
"h5": {
"titleNView": false
}
}
},
{
"path": "pages/news/details/details",
"style": {
"navigationBarTitleText": "买卖头条",
"onReachBottomDistance": 50,
"app-plus": {
"titleNView": false, //禁用原生导航栏
"bounce": "none"
},
"h5": {
"titleNView": false
}
}
},
{
"path": "pages/tabBar/cart/cart",
"style": {
"navigationBarTitleText": "购物车",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"app-plus": {
"titleNView": true, //禁用原生导航栏
"softinputNavBar": "none"
}
}
},
{
"path": "pages/tabBar/user/user",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"app-plus": {
"titleNView": true //禁用原生导航栏
}
}
},
{
"path": "pages/HM-search/HM-search",
"style": {
"navigationBarTitleText": "商品搜索",
"enablePullDownRefresh": false,
"onReachBottomDistance": 50,
"app-plus": {
"bounce": "none"
},
"h5": {
"titleNView": false
}
}
},
{
"path": "pages/goods/goods",
"style": {
"navigationBarTitleText": "",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": false, //禁用原生导航栏
"bounce": "none"
}
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
},
"h5": {
"titleNView": false //禁用原生导航栏
}
}
},
{
"path": "pages/insertShop/insertShop",
"style": {
"navigationBarTitleText": "商家入驻",
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
},
"h5": {
"titleNView": false //禁用原生导航栏
}
}
},
{
"path": "pages/insertShop/chooseAddress",
"style": {
"navigationBarTitleText": "选择地址",
"navigationBarTextStyle": "white",
"onReachBottomDistance": 50,
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
},
"h5": {
"titleNView": false //禁用原生导航栏
}
}
},
{
"path": "pages/login/register",
"style": {
"navigationBarTitleText": "注册账号",
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
}
}
},
{
"path": "pages/login/resetpasswd",
"style": {
"navigationBarTitleText": "重置密码",
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
},
"h5": {
"titleNView": false
}
}
}, {
"path": "pages/order/confirmation",
"style": {
"navigationBarTitleText": "确认订单",
"softinputNavBar": "none",
"h5": {
"titleNView": false
}
}
}, {
"path": "pages/order/order_list/order_list",
"style": {
"navigationBarTitleText": "我的订单",
"backgroundColorTop": "#f3f3f3",
"backgroundColorBottom": "#ffffff",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
}
}
}, {
"path": "pages/user/setting/setting",
"style": {
"navigationBarTitleText": "我的设置",
"backgroundColorTop": "#ffffff",
"backgroundColorBottom": "#f3f3f3",
"h5": {
"titleNView": false
}
}
}, {
"path": "pages/user/setting/secreat",
"style": {
"navigationBarTitleText": "账号与安全",
"backgroundColorTop": "#ffffff",
"backgroundColorBottom": "#f3f3f3",
"h5": {
"titleNView": false
}
}
}, {
"path": "pages/user/myQR/myQR",
"style": {
"navigationBarTitleText": "分享",
"app-plus": {
"bounce": "none"
},
"h5": {
"titleNView": false
}
}
}, {
"path": "pages/user/myQR/myShopQR",
"style": {
"navigationBarTitleText": "门店收款码",
"app-plus": {
"bounce": "none"
},
"h5": {
"titleNView": false
}
}
}, {
"path": "pages/msg/msg",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "消息列表",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
}
}
}, {
"path": "pages/msg/chat/chat",
"style": {
"backgroundColorTop": "#e5e5e5",
"backgroundColorBottom": "#e5e5e5",
"onReachBottomDistance": 50,
"navigationBarTitleText": "聊天",
"app-plus": {
"softinputNavBar": "none",
"bounce": "none"
}
}
}, {
"path": "pages/user/coupon/coupon",
"style": {
"navigationBarTitleText": "优惠券",
"onReachBottomDistance": 50,
"h5": {
"titleNView": "none"
},
"app-plus": {
"bounce": "none"
}
}
}, {
"path": "pages/user/keep/keep",
"style": {
"navigationBarTitleText": "我的收藏",
"app-plus": {
"bounce": "none"
},
"h5": {
"titleNView": false
}
}
}, {
"path": "pages/user/address/address",
"style": {
"navigationBarTitleText": "地址管理",
"backgroundColorBottom": "#ffffff",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
}
}
}, {
"path": "pages/user/address/edit/edit",
"style": {
"navigationBarTitleText": "编辑收件人地址",
"backgroundColorBottom": "#ffffff",
"h5": {
"titleNView": false
}
}
}, {
"path": "pages/user/deposit/deposit",
"style": {
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "充值",
"backgroundColorTop": "#ffffff",
"backgroundColorBottom": "#ffffff",
"h5": {
"titleNView": false
}
}
}, {
"path": "pages/pay/payment/payment",
"style": {
"navigationBarTitleText": "订单支付",
"backgroundColorTop": "#ffffff",
"backgroundColorBottom": "#ffffff",
"h5": {
"titleNView": false
}
}
}, {
"path": "pages/pay/success/success",
"style": {
"navigationBarTitleText": "支付成功",
"backgroundColorTop": "#ffffff",
"h5": {
"titleNView": false
},
"backgroundColorBottom": "#ffffff"
}
}, {
"path": "pages/goods/ratings/ratings",
"style": {
"navigationBarTitleText": "商品评论",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"backgroundColorTop": "#ffffff",
"h5": {
"titleNView": false
},
"backgroundColorBottom": "#ffffff"
}
}, {
"path": "pages/extra/extra",
"style": {
"navigationBarTitleText": "超值购",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"backgroundColorTop": "#ffffff",
"h5": {
"titleNView": false
},
"backgroundColorBottom": "#ffffff"
}
},
{
"path": "pages/extra/extra/uni-feedback",
"style": {
"navigationBarTitleText": "意见反馈",
"backgroundColorTop": "#ffffff",
"h5": {
"titleNView": false
},
"backgroundColorBottom": "#ffffff"
}
},
{
"path": "pages/vipShop/vipShop",
"style": {
"navigationBarTitleText": "会员商城",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"backgroundColorTop": "#ffffff",
"h5": {
"titleNView": false
},
"backgroundColorBottom": "#ffffff"
}
},
{
"path": "pages/everyDay/chaozhi",
"style": {
"navigationBarTitleText": "超值专区",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"backgroundColorTop": "#ffffff",
"h5": {
"titleNView": false
},
"backgroundColorBottom": "#ffffff"
}
},
{
"path": "pages/everyDay/everyDay",
"style": {
"navigationBarTitleText": "天天特卖",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"backgroundColorTop": "#ffffff",
"h5": {
"titleNView": false
},
"backgroundColorBottom": "#ffffff"
}
},
{
"path": "pages/goodShop/goodShop",
"style": {
"navigationBarTitleText": "每日好店",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"backgroundColorTop": "#ffffff",
"h5": {
"titleNView": false
},
"backgroundColorBottom": "#ffffff"
}
}, {
"path": "pages/experience/index/index",
"style": {
"navigationBarTitleText": "体验商城",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
}, {
"path": "pages/experience/type/type",
"style": {
"navigationBarTitleText": "尚选优品",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
}, {
"path": "pages/order/order_list/backGoods",
"style": {
"navigationBarTitleText": "维权",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
}, {
"path": "pages/order/order_list/orderDesc/orderDesc",
"style": {
"navigationBarTitleText": "待发货",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
}, {
"path": "pages/order/afterSale/afterSale",
"style": {
"navigationBarTitleText": "申请退款",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
}, {
"path": "pages/order/afterSale/apply",
"style": {
"navigationBarTitleText": "申请退款",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
},
{
"path": "pages/order/order_list/toMark",
"style": {
"navigationBarTitleText": "发表评价",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
}, {
"path": "pages/paihang/index/index",
"style": {
"navigationBarTitleText": "销售排行",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
},
{
"path": "pages/paihang/index/quyu",
"style": {
"navigationBarTitleText": "区域代理",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
}, {
"path": "pages/tixian/submit/submit",
"style": {
"navigationBarTitleText": "提现",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
}, {
"path": "pages/storeList/storeList",
"style": {
"navigationBarTitleText": "线上网店",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
}, {
"path": "pages/storeList/storeList2",
"style": {
"navigationBarTitleText": "实体店铺",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
}, {
"path": "pages/storeList/myStore",
"style": {
"navigationBarTitleText": "我的商家",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
}, {
"path": "pages/storeList/store",
"style": {
"navigationBarTitleText": "店铺详情",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
}
, {
"path": "pages/tixian/submit/bingZfb/bingZfb",
"style": {
"navigationBarTitleText": "绑定支付宝",
"enablePullDownRefresh": false
}
}, {
"path": "pages/user/myQR/webviewScan",
"style": {
"navigationBarTitleText": "门店收款码",
"enablePullDownRefresh": false
}
}, {
"path": "pages/user/setting/question",
"style": {
"navigationBarTitleText": "常见问题",
"enablePullDownRefresh": false
}
}, {
"path": "pages/exponent/index",
"style": {
"navigationBarTitleText": "指数",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#F54644",
"backgroundColor": "#ffffff",
"backgroundColorTop": "#ffffff",
"backgroundColorBottom": "#ffffff"
},
"tabBar": {
"color": "#000000",
"selectedColor": "#F54644",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/tabBar/home/home",
"iconPath": "static/img/tabBar/zhuye2@2x.png",
"selectedIconPath": "static/img/tabBar/zhuye1@2x.png",
"text": "首页"
},
{
"pagePath": "pages/tabBar/category/category",
"iconPath": "static/img/tabBar/fenlei2@2x.png",
"selectedIconPath": "static/img/tabBar/fenlei1@2x.png",
"text": "分类"
},
{
"pagePath": "pages/msg/msg",
"iconPath": "static/img/tabBar/xiaoxi2@2x.png",
"selectedIconPath": "static/img/tabBar/xiaoxi1@2x.png",
"text": "消息"
},
{
"pagePath": "pages/tabBar/cart/cart",
"iconPath": "static/img/tabBar/gouwuche2@2x.png",
"selectedIconPath": "static/img/tabBar/gouwuche1@2x.png",
"text": "购物车"
},
{
"pagePath": "pages/tabBar/user/user",
"iconPath": "static/img/tabBar/wode2@2x.png",
"selectedIconPath": "static/img/tabBar/wode1@2x.png",
"text": "我的"
}
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。