小程序底部导航

2019-11-06 17:42:57 浏览数 (1)

app.json 根目录

{

"pages": [

"pages/index/index",

"pages/catalogue/catalogue",

"pages/mine/mine"

],

"window": {

"backgroundTextStyle": "light",

"navigationBarBackgroundColor": "#1296db",

"navigationBarTitleText": "海南男科妇科疾病治疗中心",

"navigationBarTextStyle": "white"

},

"tabBar": {

"color": "#ccc",

"selectedColor": "#35495e",

"borderStyle": "white",

"backgroundColor": "#f9f9f9",

"list": [

{

"text": "首页",

"pagePath": "pages/index/index",

"iconPath": "images/home.png",

"selectedIconPath": "images/home1.png"

},

{

"text": "在线咨询",

"pagePath": "pages/catalogue/catalogue",

"iconPath": "images/msg.png",

"selectedIconPath": "images/msg1.png"

},

{

"text": "预约挂号",

"pagePath": "pages/mine/mine",

"iconPath": "images/gh.png",

"selectedIconPath": "images/gh1.png"

}

]

}

}

复制覆盖即可能用

0 人点赞