摘要: 隐藏 “返回首页” 按钮 1、微信7.0.7版本起,当用户打开的小程序最底层页面是非首页时,默认展示“返回首页”按钮,开发者可在页面 onShow 中调用 hideHomeButton 进行隐藏。 async onShow() { uni.hideHomeButton() }, 2、uniapp通过 阅读全文
posted @ 2023-11-23 17:40 时光独醒 阅读(705) 评论(0) 推荐(0) 编辑