使用wx.hideHomeButton() 开发工具上是生效的,但在微信pc端打开依然显示,为什么呢?
onLoad(option) {
wx.hideHomeButton()
},
async onShow() {
wx.hideHomeButton()
}
跳转该页面也用的reLaunch
if (uni.getSystemInfoSync().platform == 'mac' || uni.getSystemInfoSync().platform == 'windows') {
uni.reLaunch({
url: '/pagesB/lock/nologin'
})
return
}

试试3.7.7还能复现吗https://developers.weixin.qq.com/community/develop/doc/0000e4ef340ba8af25c2488f76b401
加一个延迟再调用看看