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中设置

0
1
云栈洞主
老师我也有这个问题,tabbar不是在app.json中设置的吗?那个应该是全局的吧,welcome页面怎么没有显示tabbar呢?
2022-04-08
共1条回复

微信小程序入门与实战(全新版) 超20000人学习的好课

4年同步微信官方迭代,累计20000+人学习, 比微信官方更火爆!

23866 学习 · 6899 问题

查看课程