tabBar只能设置在app.json里面吗
来源:20-4 给项目加入tab选项卡
栋公子
2017-01-11
"tabBar": {
"list": [
{
"pagePath": "pages/posts/post",
"text": "阅读",
"iconPath": "images/tab/yuedu.png",
"selectedIconPath": "images/tab/yuedu_hl.png"
},
{
"pagePath": "pages/movies/movies",
"text": "电影",
"iconPath": "images/tab/dianying.png",
"selectedIconPath": "images/tab/dianying_hl.png"
}
]
}
这段代码加在APP.json 里面之后,首页index下面也出现了,我只想在index跳转之后的页面有底下的菜单栏啊,这个怎么解决
写回答
1回答
-
7七月
2017-01-11
课程里不就是只有在welcome.页面跳转后才出现吗?tabar只能在app.json中设置
012022-04-08
相似问题