@@ -263,9 +263,10 @@
$('.mask').show();
document.documentElement.style.overflow='hidden';
}else{
- stopManyClick(() =>{
- toastr.error(res.msg)
- })
+ $('#tip-text').text(res.msg);
+ $('.tip').animate({top: '5.27rem'},"fast");
+ $('.mask').show();
+ document.documentElement.style.overflow='hidden';
}
},