wx.hideHomeButton

栏目: mina 发布时间:2023-04-23

如何隐藏返回首页 icon 图标?

如何隐藏微信小程序左上角返回首页icon图标?在微信小程序中可以使用 wx.hideHomeButton 方法隐藏左上角的返回首页 icon 图标。

wx.hideHomeButton 功能描述

隐藏返回首页按钮。微信7.0.7版本起,当用户打开的小程序最底层页面是非首页时,默认展示“返回首页”按钮,开发者可在页面 onShow 中调用 hideHomeButton 进行隐藏。

 wx.hideHomeButton()

官方文档链接:https://developers.weixin.qq.com/miniprogram/dev/api/ui/navigation-bar/wx.hideHomeButton.html

本文地址:https://www.tides.cn/p_mina-wx-hide-home-button