代码拉取完成,页面将自动刷新
同步操作将从 二号小先生/淘客返利商城 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app",
//#ifdef APP || H5 || MP-WEIXIN
"navigationStyle": "custom",//取消系统导航栏
//#endif
"enablePullDownRefresh":true ,//下拉刷新
"onReachBottomDistance":50 ,// 上拉触底的单位,单位为px
"app-plus":{
"navigationStyle":"custom",
"navigationBarTextStyle":"white"
}
}
}
,{
"path" : "pages/takeout/takeout",
"style" :
{
"navigationBarTitleText": "外卖",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/discover/discover",
"style" :
{
"navigationBarTitleText": "发现",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/person/person",
"style" :
{
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false,
"app-plus":{
"titleNView":{
"titleColor": "#fff",
"backgroundColor": "#007AFF"
}
}
}
}
,{
"path" : "pages/search/search",
"style" :
{
"navigationBarTitleText": "搜索",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/show/show",
"style" :
{
"navigationBarTitleText": "商品详情",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/login/login",
"style" :
{
"navigationStyle": "custom",//取消系统导航栏
"enablePullDownRefresh": false
}
},{
"path" : "pages/login/register",
"style" :
{
"navigationStyle": "custom",//取消系统导航栏
"enablePullDownRefresh": false
}
},{
"path" : "pages/login/forget",
"style" :
{
"navigationStyle": "custom",//取消系统导航栏
"enablePullDownRefresh": false
}
},{
"path" : "pages/login/agreement",
"style" :
{
"navigationStyle": "custom",//取消系统导航栏
"enablePullDownRefresh": false
}
}
],
"tabBar": {
"color": "#333333",
"selectedColor": "#FE3A33",
"borderStyle": "black",
"backgroundColor": "#FFFFFF",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabBar/home.png",
"selectedIconPath": "static/tabBar/homeActive.png",
"text": "首页"
},
{
"pagePath": "pages/takeout/takeout",
"iconPath": "static/tabBar/classify.png",
"selectedIconPath": "static/tabBar/classifyActive.png",
"text": "外卖"
},
{
"pagePath": "pages/discover/discover",
"iconPath": "static/tabBar/goods.png",
"selectedIconPath": "static/tabBar/goodsActive.png",
"text": "发现"
}, {
"pagePath": "pages/person/person",
"iconPath": "static/tabBar/mine.png",
"selectedIconPath": "static/tabBar/mineActive.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。