芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/www/dustinevents.com/assets/common/js/CustomSweetAlertTwo.js
class CustomSweetAlertTwo{ static success(msg = 'Item Added'){ Swal.fire({ position: 'top-end', icon: 'success', title: msg, showConfirmButton: false, timer: 1500, toast: true, }) return msg; } static error(msg = 'Something went wrong'){ Swal.fire({ position: 'top-end', icon: 'error', title: msg, showConfirmButton: false, timer: 1500, toast: true, }) return msg; } static warning(msg = 'Notice something') { Swal.fire({ position: 'top-end', icon: 'warning', title: msg, showConfirmButton: false, timer: 1500, toast: true, }) return msg; } }