1. 简易基本版 sweetalert 涵盖日常基本的弹出及对话框
2. 升级版本 sweetalert2 满足常见开发工作中的各种要求
3 取消 OK 按钮, 只需要设置 showConfirmButton: false,
Swal({
title: 'Oops...',
text: 'Something went wrong!',
showConfirmButton: false,
})
Swal({
title: 'Oops...',
text: 'Something went wrong!',
showConfirmButton: false,
})