标签: javascript jquery error-handling sweetalert sweetalert2
我正在使用SweetAlert2消息进行通知,但是当执行此消息时,它会在控制台中显示如下错误。
未捕获(承诺):计时器
这是我的提醒信息
swal({ text: "Your data is being saved", showConfirmButton: false, timer: 1000 }).then(function () { })