onShow() {
//隐藏左上角主页按钮
if (uni.hideHomeButton) {
console.log('uni.hideHomeButton');
wx.hideHomeButton();
}
},
uniapp 微信小程序隐藏左上角主页按钮
最新推荐文章于 2025-06-12 11:27:55 发布
onShow() {
//隐藏左上角主页按钮
if (uni.hideHomeButton) {
console.log('uni.hideHomeButton');
wx.hideHomeButton();
}
},