小程序首页不显示tabBar

app.json中配置了tabBar,但是首页不想显示,首页跳转时使用

wx.redirectTo和wx.navigateTo无法完成跳转

这时用到了

wx.switchTab

可以实现我们的需求,首页不显示tabBar,并可以进行跳转

文档:https://developers.weixin.qq.com/miniprogram/dev/api/wx.switchTab.html

猜你喜欢

转载自www.cnblogs.com/jcydd/p/10730453.html