page ({
onLoad(options) {
wx.enableAlertBeforeUnload({
message: "要放弃答题?",
success: function (res) {
console.log("方法注册成功:", res);
},
fail: function (errMsg) {
console.log("方法注册失败:", errMsg);
},
});
}
})
机型:iphone Xs Max
系统:14.6
微信版本号:2.17.3
机型:iphone 11 pro max
系统:14.6
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。