sweetalert.js callback 구현
마스터욱
0
18
0
0
2020-01-30 04:15:00
if(res.msg){//alert(res.msg);swal({text: res.msg}).then(function() {if(res.result){location.replace("./");}});}else{if(res.result){location.replace("./");}}.then 으로 사용하면 된다~