onShow hideHomeButton
可在页面 onShow 中调用 hideHomeButton 进行隐藏?
在电脑模拟器中还是出现,
在真机内预览也出现了,解决方案:
onShow: function () {
if (wx.canIUse('hideHomeButton')) {
wx.hideHomeButton()
}
}
在全局内不能设置,大家可以写一个js脚本。复制粘贴,去除 home按钮,去除转发功能啊。在需要的地方打开。比较好的方案了。大家有什么方案可以在下面提出来