微信小程序返回箭头返回前增加弹窗

weednoah

关注

阅读 42

2022-01-26

OnLoad里写wx.enableAlertBeforeUnload
官方链接

wx.enableAlertBeforeUnload({
      message: "退出后编辑过的内容将不保存,确认退出吗?",
      success: function (res) {
          console.log("成功:", res);
      },
      fail: function (err) {
          console.log("失败:", err);
      },

!!!注意:开发者工具可能暂时不支持此 API 调试,请使用真机进行开发!

相关推荐

精彩评论(0)

0 0 举报