wx.hideHomeButton存在瑕疵,不能直接隐藏
https://developers.weixin.qq.com/miniprogram/dev/api/ui/navigation-bar/wx.hideHomeButton.html
在onShow调用 hideHomeButton 进行隐藏“返回首页”按钮,不能直接隐藏,而是先显示后隐藏,显示时间很明显
1 回复
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)