heyang 3 년 전
부모
커밋
0d9a48e200
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 4 3
      microserviceUserH5/vcloud/invite.html

+ 4 - 3
microserviceUserH5/vcloud/invite.html

@@ -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';
 					}
 				},
 			}