小精灵:请求失败关闭动效

This commit is contained in:
qf
2023-01-11 17:46:35 +08:00
parent 303c60e445
commit bb9ad461b0

View File

@@ -536,9 +536,13 @@ const draw = () => {
console.log('結果', res.data);
renderResult()
// }, 1000)
}else{
$('.svga').hide()
toastMsg(res.message);
}
},
error: function (res) {
$('.svga').hide()
console.log(res, '報錯啦');
}
})