代码拉取完成,页面将自动刷新
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style":{
"enablePullDownRefresh":true,//是该页面具有下拉刷新的功能
"onReachBottomDistance":50//向下多少px加载下一页
}
}
,{
"path" : "pages/cart/cart",
"style" : {}
}
,{
"path" : "pages/member/member",
"style" : {}
}
,{
"path" : "pages/news/news",
"style" : {}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "商城",
"navigationBarBackgroundColor": "#b50e03",
"backgroundColor": "#F8F8F8"
},
"tabBar":{
"selectedColor":"#b50e03",
"color":"#ccc",
"list":[
{
"text":"首页",
"selectedIconPath":"static/icon/home-active.png",
"iconPath":"static/icon/home.png",
"pagePath":"pages/index/index"
},
{
"text":"资讯",
"selectedIconPath":"static/icon/news-active.png",
"iconPath":"static/icon/news.png",
"pagePath":"pages/news/news"
},
{
"text":"购物车",
"selectedIconPath":"static/icon/cart-active.png",
"iconPath":"static/icon/cart.png",
"pagePath":"pages/cart/cart"
},
{
"text":"会员",
"selectedIconPath":"static/icon/member-active.png",
"iconPath":"static/icon/member.png",
"pagePath":"pages/member/member"
}
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。