微信小程序如何隐藏左上角首页按钮

江河/ 2023年08月06日/ 小程序/ 浏览 1666

方法一,就是使用微信提供的 API


onLoad(options) {
	wx.hideHomeButton()
},


方法二,隐藏系统导航栏,也就是在配置文件中配置使用自定义导航栏


{
	"path": "/pages/index/index",
	"style": {
		"navigationStyle": "custom",
	}
}


发表评论

暂无评论,抢个沙发...

客服 工单