收藏
回答

多次点击标题后导航栏返回,enableAlertBeforeUnload弹窗不弹出?

onMounted(async () => {
  wx.enableAlertBeforeUnload({
    message: '直接返回?',
    success () {
      console.log('返回');
    }
  })
})
// 频繁点击小程序标题后,导航栏返回弹窗不弹出
回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容