微信再带tabbar随机出现

发布于 7 年前作者 na2514850 次浏览最后编辑 7 年前来自 ask

不用微信自带tabbar  自定义tabbar  用

wx.hideTabBar();

但是  自带tabber会随机出现在自定义tabbar底部

2 回复
ohuang
ohuang1 楼6 年前

麻烦提供出现问题的机型和微信版本,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

yangchen
yangchen2 楼6 年前

你是在 app.js里执行的 wx.hideTabBar() 吗?如果执行的时候,并不是在 tabbar页面,则无效。。