OnLoad里写wx.enableAlertBeforeUnload
官方链接
wx.enableAlertBeforeUnload({
message: "退出后编辑过的内容将不保存,确认退出吗?",
success: function (res) {
console.log("成功:", res);
},
fail: function (err) {
console.log("失败:", err);
},
!!!注意:开发者工具可能暂时不支持此 API 调试,请使用真机进行开发!