方法有三:
1、页面不存在于app.json中的 tabBar.list
2、使用wx.navigateTo 跳转到新页面
3、 微信基础库1.9.0开始支持api wx.hideTabBar/wx.showTabBar
wx.hideTabBar({ animation:true //是否需要过渡动画 })
wx.showTabBar({ animation:true //是否需要过渡动画 })
https://blog.csdn.net/Daivon_Up/article/details/81217706
标签:微信,程序,showTabBar,animation,TabBar,true,wx From: https://www.cnblogs.com/im18620660608/p/17122495.html