小程序
小游戏
企业微信
微信支付
扫描小程序码分享
6 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
参考:隐藏返回首页按钮。微信7.0.7版本起,当用户打开的小程序最底层页面是非首页时,默认展示“返回首页”按钮,开发者可在页面 onShow 中调用 hideHomeButton 进行隐藏。https://developers.weixin.qq.com/miniprogram/dev/api/ui/navigation-bar/wx.hideHomeButton.html
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
目前返回首页按钮出现的条件为(需同时满足):
1. 使用了默认导航栏样式(非 custom)
2. 不是首页或 tabbar 页面(在 app.json 中定义的)
3. 是页面栈最底层页面
如果是开发者自己手写的 tabbar 导致的问题,需要在页面的 onShow 中调用 wx.hideHomeButton() https://developers.weixin.qq.com/miniprogram/dev/api/ui/navigation-bar/wx.hideHomeButton.html手动隐藏返回首页按钮。
"navigationStyle": "custom"
只要不是 tabBar 页面都默认有的
默认的,和胶囊一样
默认是没有的,这个应该是你自己加的,看下是引入了什么组件。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
参考:隐藏返回首页按钮。微信7.0.7版本起,当用户打开的小程序最底层页面是非首页时,默认展示“返回首页”按钮,开发者可在页面 onShow 中调用 hideHomeButton 进行隐藏。
https://developers.weixin.qq.com/miniprogram/dev/api/ui/navigation-bar/wx.hideHomeButton.html
目前返回首页按钮出现的条件为(需同时满足):
1. 使用了默认导航栏样式(非 custom)
2. 不是首页或 tabbar 页面(在 app.json 中定义的)
3. 是页面栈最底层页面
如果是开发者自己手写的 tabbar 导致的问题,需要在页面的 onShow 中调用 wx.hideHomeButton() https://developers.weixin.qq.com/miniprogram/dev/api/ui/navigation-bar/wx.hideHomeButton.html手动隐藏返回首页按钮。
"navigationStyle": "custom"
只要不是 tabBar 页面都默认有的
默认的,和胶囊一样
默认是没有的,这个应该是你自己加的,看下是引入了什么组件。
参考:隐藏返回首页按钮。微信7.0.7版本起,当用户打开的小程序最底层页面是非首页时,默认展示“返回首页”按钮,开发者可在页面 onShow 中调用 hideHomeButton 进行隐藏。
https://developers.weixin.qq.com/miniprogram/dev/api/ui/navigation-bar/wx.hideHomeButton.html