代码拉取完成,页面将自动刷新
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": true,
"backgroundTextStyle": "dark",
"navigationStyle": "custom"
}
},
{
"path": "pages/category/category",
"style": {
// "enablePullDownRefresh": true,//如果开了下拉刷新,就会出现当页面拉到中间,再下拉时是触发刷新而不是让屏幕向下滚动的bug
"navigationBarTitleText": "分类",
"navigationStyle": "custom"
}
},
{
"path": "pages/discovery/discovery",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "发现",
"navigationStyle": "custom"
}
},
{
"path": "pages/cart/cart",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "购物车",
"navigationStyle": "custom"
}
},
{
"path": "pages/my/my",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "个人中心",
"backgroundTextStyle": "dark",
"navigationStyle": "custom"
}
},
{
"path": "pages/discovery/discoveryDet",
"style": {
"navigationBarTitleText": "详情"
}
},
{
"path": "pages/webview/webview",
"style": {
"navigationBarTitleText": ""
}
}
],
"subPackages": [{
"root": "accountModules",
"pages": [{
"path": "bindingPhone/bindingPhone",
"style": {
"navigationBarTitleText": "绑定手机号",
"navigationStyle": "custom"
}
},
{
"path": "thirdLoginResult/thirdLoginResult",
"style": {
"navigationBarTitleText": "第三方登录"
}
},
{
"path": "forgetPsw/forgetPsw",
"style": {
"navigationBarTitleText": "忘记密码"
}
},
{
"path": "login/login",
"style": {
"navigationBarTitleText": "登录中心"
}
},
{
"path": "register/agreement",
"style": {
"navigationBarTitleText": "注册协议"
}
},
{
"path": "register/privacyPolicy",
"style": {
"navigationBarTitleText": "隐私政策"
}
},
{
"path": "register/register",
"style": {
"navigationBarTitleText": "个人注册"
}
},
{
"path": "wxLogin/wxLogin",
"style": {
"navigationBarTitleText": "自动登录"
}
}
]
},
{
"root": "commonModules",
"pages": [{
"path": "serviceChat/serviceChat",
"style": {
"navigationBarTitleText": "客服",
"navigationStyle": "custom"
}
},
{
"path": "address/addAddress",
"style": {
"navigationBarTitleText": "编辑地址"
}
},
{
"path": "address/chooseExtension",
"style": {
"navigationBarTitleText": "选择地址"
}
},
{
"path": "address/addressList",
"style": {
"navigationBarTitleText": "收货地址"
}
},
{
"path": "address/chooseArea",
"style": {
"navigationBarTitleText": "选择地址"
}
},
{
"path": "goodsDetail/goodsDetail",
"style": {
"navigationBarTitleText": "商品详情",
"navigationStyle": "custom"
}
},
{
"path": "search/prodGroupList",
"style": {
"navigationBarTitleText": "商品分组",
"navigationStyle": "custom"
}
},
{
"path": "search/search",
"style": {
"navigationBarTitleText": "搜索",
"navigationStyle": "custom"
}
},
{
"path": "search/searchList",
"style": {
"navigationBarTitleText": "搜索列表",
"navigationStyle": "custom"
}
},
{
"path": "shopHome/sCategory",
"style": {
"navigationBarTitleText": "商品分类"
}
},
{
"path": "shopHome/shopIndex",
"style": {
"navigationBarTitleText": "店铺首页",
"navigationStyle": "custom"
}
},
{
"path": "storeSelection/storeSelection",
"style": {
"navigationBarTitleText": "选择门店"
}
},
{
"path": "storeSubmit/storeSubmit",
"style": {
"navigationBarTitleText": "提交订单"
}
},
{
"path": "submitOrder/invoice",
"style": {
"navigationBarTitleText": "发票信息"
}
},
{
"path": "submitOrder/invoiceList",
"style": {
"navigationBarTitleText": "发票管理"
}
},
{
"path": "submitOrder/orderPayResult",
"style": {
"navigationBarTitleText": "支付结果"
}
},
{
"path": "submitOrder/payOrder",
"style": {
"navigationBarTitleText": "订单支付"
}
},
{
"path": "submitOrder/submitOrder",
"style": {
"navigationBarTitleText": "提交订单",
"enablePullDownRefresh": true
}
},
{
"path": "submitOrder/wxAliPay",
"style": {
"navigationBarTitleText": "订单支付"
}
}
]
},
{
"root": "marketingModules",
"pages": [{
"path": "fight/fightDetail",
"style": {
"navigationBarTitleText": "拼团详情",
"navigationStyle": "custom"
}
},
{
"path": "fight/fightGroupDetail",
"style": {
"navigationBarTitleText": "拼团详情"
}
},
{
"path": "fight/fightList",
"style": {
"navigationBarTitleText": "拼团列表"
}
},
{
"path": "fight/fightMore",
"style": {
"navigationBarTitleText": "拼团列表"
}
},
{
"path": "fight/fightRule",
"style": {
"navigationBarTitleText": "拼团玩法"
}
},
{
"path": "fight/fightSubmitOrder",
"style": {
"navigationBarTitleText": "提交订单",
"enablePullDownRefresh": true
}
},
{
"path": "group/groupDetail",
"style": {
"navigationBarTitleText": "团购详情",
"navigationStyle": "custom"
}
},
{
"path": "group/groupList",
"style": {
"navigationBarTitleText": "团购专区"
}
},
{
"path": "group/groupSubmit",
"style": {
"navigationBarTitleText": "提交订单",
"enablePullDownRefresh": true
}
},
{
"path": "myExtension/myExtension",
"style": {
"navigationBarTitleText": "我的分销",
"navigationStyle": "custom"
}
},
{
"path": "myExtension/applyExtension",
"style": {
"navigationBarTitleText": "申请推广"
}
},
{
"path": "myExtension/applySuccess",
"style": {
"navigationBarTitleText": "申请成功"
}
},
{
"path": "myExtension/extensionAchievement",
"style": {
"navigationBarTitleText": "推广业绩"
}
},
{
"path": "myExtension/extensionDet",
"style": {
"navigationBarTitleText": "佣金明细"
}
},
{
"path": "myExtension/extensionJump",
"style": {
"navigationBarTitleText": "跳转中"
}
},
{
"path": "myExtension/extensionRule",
"style": {
"navigationBarTitleText": "推广规则"
}
},
{
"path": "myExtension/extensionWithdraw",
"style": {
"navigationBarTitleText": "提现记录"
}
},
{
"path": "myExtension/toApplyCash",
"style": {
"navigationBarTitleText": "申请提现"
}
},
{
"path": "presell/presellDetail",
"style": {
"navigationBarTitleText": "预售详情",
"navigationStyle": "custom"
}
},
{
"path": "presell/presellList",
"style": {
"navigationBarTitleText": "预售列表"
}
},
{
"path": "presell/presellSubmitOrder",
"style": {
"navigationBarTitleText": "提交订单",
"enablePullDownRefresh": true
}
},
{
"path": "seckill/seckillDetail",
"style": {
"navigationBarTitleText": "秒杀详情",
"navigationStyle": "custom"
}
},
{
"path": "seckill/seckillList",
"style": {
"navigationBarTitleText": "秒杀列表"
}
},
{
"path": "seckill/seckillSubmitOrder",
"style": {
"navigationBarTitleText": "提交订单",
"enablePullDownRefresh": true
}
},
{
"path": "seckill/seckillSucceed",
"style": {
"navigationBarTitleText": "秒杀成功"
}
},
{
"path": "seckill/seckillOrderList",
"style": {
"navigationBarTitleText": "秒杀订单列表"
}
},
{
"path": "webPage/webPage",
"style": {
"backgroundTextStyle": "dark",
"enablePullDownRefresh": true,
"navigationBarTitleText": ""
}
}
]
},
{
"root": "orderModules",
"pages": [{
"path": "afterSale/afterSaleDetail",
"style": {
"navigationBarTitleText": "申请售后"
}
},
{
"path": "afterSale/applyReturn",
"style": {
"navigationBarTitleText": "申请售后"
}
},
{
"path": "afterSale/checkStatus",
"style": {
"navigationBarTitleText": "申请售后"
}
},
{
"path": "afterSale/logisticsIfo",
"style": {
"navigationBarTitleText": "物流信息填写"
}
},
{
"path": "afterSale/returnList",
"style": {
"navigationBarTitleText": "退款/售后"
}
},
{
"path": "commentsDetail/commentsDetail",
"style": {
"navigationBarTitleText": "评论详情"
}
},
{
"path": "commentsList/commentsList",
"style": {
"navigationBarTitleText": "我的评价"
}
},
{
"path": "commentsList/writeComment",
"style": {
"navigationBarTitleText": "发表评论"
}
},
{
"path": "logistics/logistics",
"style": {
"navigationBarTitleText": "物流详情"
}
},
{
"path": "orderList/orderDetail",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "orderList/orderList",
"style": {
"navigationBarTitleText": "我的订单"
}
}
]
},
{
"root": "otherModules",
"pages": [{
"path": "changeAddr/changeAddr",
"style": {
"navigationBarTitleText": "选择地址",
"navigationStyle": "custom"
}
},
{
"path": "feedback/feedback",
"style": {
"navigationBarTitleText": "意见反馈"
}
},
{
"path": "question/question",
"style": {
"navigationBarTitleText": "常见问题"
}
},
{
"path": "question/questionDetail",
"style": {
"navigationBarTitleText": "详情"
}
},
{
"path": "shopMoveIn/shopMoveIn",
"style": {
"navigationBarTitleText": "商家入驻"
}
}
]
},
{
"root": "personalModules",
"pages": [{
"path": "account/account",
"style": {
"navigationBarTitleText": "账户设置"
}
},
{
"path": "account/editData",
"style": {
"navigationBarTitleText": "修改信息"
}
},
{
"path": "collection/collection",
"style": {
"navigationBarTitleText": "我的收藏",
"navigationStyle": "custom"
}
},
{
"path": "grass/grassDet",
"style": {
"navigationBarTitleText": "详情",
"navigationStyle": "custom"
}
},
{
"path": "grass/grassWriterInfo",
"style": {
"navigationBarTitleText": "个人主页",
"navigationStyle": "custom"
}
},
{
"path": "grass/saveGrassArticle",
"style": {
"navigationBarTitleText": "发表心得",
"navigationStyle": "custom"
}
},
{
"path": "history/history",
"style": {
"navigationBarTitleText": "我的足迹",
"navigationStyle": "custom"
}
},
{
"path": "message/message",
"style": {
"navigationBarTitleText": "我的信息",
"navigationStyle": "custom"
}
},
{
"path": "message/messageDet",
"style": {
"navigationBarTitleText": "信息详情"
}
},
{
"path": "message/radioMsgDet",
"style": {
"navigationBarTitleText": "信息详情"
}
},
{
"path": "message/radioMsg",
"style": {
"navigationBarTitleText": "系统广播"
}
}
]
},
{
"root": "popularizeModules",
"pages": [{
"path": "news/news",
"style": {
"navigationBarTitleText": "头条新闻"
}
},
{
"path": "news/newsDetail",
"style": {
"navigationBarTitleText": "详情"
}
},
{
"path": "pointsZone/exchangeRecord",
"style": {
"navigationBarTitleText": "兑换记录"
}
},
{
"path": "pointsZone/integralDet",
"style": {
"navigationBarTitleText": "积分明细"
}
},
{
"path": "pointsZone/integralOrderDet",
"style": {
"navigationBarTitleText": "积分详情"
}
},
{
"path": "pointsZone/integralMall",
"style": {
"navigationBarTitleText": "积分商城"
}
},
{
"path": "pointsZone/integralRule",
"style": {
"navigationBarTitleText": "积分规则"
}
},
{
"path": "pointsZone/myIntegral",
"style": {
"navigationBarTitleText": "我的积分",
"navigationStyle": "custom"
}
},
{
"path": "pointsZone/pointOrderDetail",
"style": {
"navigationBarTitleText": "积分订单详情"
}
},
{
"path": "pointsZone/pointsGoodsDetail",
"style": {
"navigationBarTitleText": "积分商品详情"
}
},
{
"path": "pointsZone/submitPoint",
"style": {
"navigationBarTitleText": "提交订单"
}
},
{
"path": "theme/themeDetail",
"style": {
"navigationBarTitleText": "活动详情"
}
},
{
"path": "theme/themeList",
"style": {
"navigationBarTitleText": "专题活动"
}
}
]
},
{
"root": "walletModules",
"pages": [{
"path": "myCoupon/myCoupon",
"style": {
"navigationBarTitleText": "优惠券"
}
},
{
"path": "myCoupon/couponDetail",
"style": {
"navigationBarTitleText": "领券"
}
},
{
"path": "myCoupon/couponGoods",
"style": {
"navigationBarTitleText": "优惠券商品",
"navigationStyle": "custom"
}
},
{
"path": "myCoupon/recPacket",
"style": {
"navigationBarTitleText": "卡密领券"
}
},
{
"path": "myRed/myRed",
"style": {
"navigationBarTitleText": "红包"
}
},
{
"path": "preDeposit/accountBill",
"style": {
"navigationBarTitleText": "账单详情"
}
},
{
"path": "preDeposit/accountDet",
"style": {
"navigationBarTitleText": "账户明细"
}
},
{
"path": "preDeposit/preDeposit",
"style": {
"navigationBarTitleText": "预存款主页",
"navigationStyle": "custom"
}
},
{
"path": "preDeposit/recharge",
"style": {
"navigationBarTitleText": "充值"
}
},
{
"path": "preDeposit/rechargeResult",
"style": {
"navigationBarTitleText": "充值结果"
}
},
{
"path": "preDeposit/withdraw",
"style": {
"navigationBarTitleText": "提现"
}
},
{
"path": "preDeposit/withdrawalsDetail",
"style": {
"navigationBarTitleText": "提现记录详情"
}
},
{
"path": "preDeposit/withdrawRecord",
"style": {
"navigationBarTitleText": "提现记录"
}
},
{
"path": "preDeposit/withdrawSuccess",
"style": {
"navigationBarTitleText": "提现"
}
},
{
"path": "preDeposit/withdrawWay",
"style": {
"navigationBarTitleText": "提现"
}
},
{
"path": "recCenter/recCenter",
"style": {
"navigationBarTitleText": "领券中心"
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#f6f7f8",
"h5": { //H5不显示头部(用浏览器自带的头部)
"titleNView": false
},
"app-plus": { // App平台在iOS上的input框,webview中的软键盘弹出时,默认在软键盘上方有一个横条,显示着:上一项、下一项和完成等按钮。如不想显示这个横条,可以配置
"softinputNavBar": "none"
},
"usingComponents": { //这里为方便,全局引入了所有组件,也可以在某个page下单独引用某个组件
"canvasdrawer": "/wxcomponents/canvasdrawer/canvasdrawer"
}
},
"tabBar": {
"color": "#333333",
"selectedColor": "#333333",
"backgroundColor": "#fff",
"borderStyle": "black",
"list": [{
"text": "首页",
"pagePath": "pages/index/index",
"iconPath": "static/style-images/index-g.png",
"selectedIconPath": "static/style-images/index-g.png"
}, {
"text": "分类",
"pagePath": "pages/category/category",
"iconPath": "static/style-images/classify-g.png",
"selectedIconPath": "static/style-images/classify-g.png"
},
{
"text": "发现",
"pagePath": "pages/discovery/discovery",
"iconPath": "static/style-images/find-g.png",
"selectedIconPath": "static/style-images/find-g.png"
},
{
"text": "购物车",
"pagePath": "pages/cart/cart",
"iconPath": "static/style-images/cart-g.png",
"selectedIconPath": "static/style-images/cart-g.png"
}, {
"text": "个人中心",
"pagePath": "pages/my/my",
"iconPath": "static/style-images/center-g.png",
"selectedIconPath": "static/style-images/center-g.png"
}],
"position": "bottom"
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于获取周围门店"
}
}
// ,
// "condition" : { //模式配置,仅开发期间生效
// "current": 0, //当前激活的模式(list 的索引项)
// "list": [
// {
// "name": "", //模式名称
// "path": "", //启动页面,必选
// "query": "" //启动参数,在页面的onLoad函数里面得到
// }
// ]
// }
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。