huangxiaojing il y a 3 ans
Parent
commit
39427f905c
1 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 6 6
      microserviceUserH5/vcloud/invite.html

+ 6 - 6
microserviceUserH5/vcloud/invite.html

@@ -340,18 +340,18 @@
 				cache: false,
 				success: function (res) {
 					if (res.status === 0) {
-						$('.tip1').animate({ top: '46vh' }, "fast");
+						$('.tip').animate({ top: '46vh' }, "fast");
 						$('.mask1').show();
 						$('.dialog1').animate({ top: '-6.96rem' }, "fast");
-						$('.tip').animate({ top: '-6.96rem' }, "fast");
+						$('.tip1').animate({ top: '-6.96rem' }, "fast");
 						document.documentElement.style.overflow = 'hidden';
-					} else if (res.status === 1) {
-						$('.tip').animate({ top: '48vh' }, "fast");
+					} else if (res.status === 2002) {
+						$('.tip1').animate({ top: '48vh' }, "fast");
 						$('.mask1').show();
 						$('.dialog1').animate({ top: '-6.96rem' }, "fast");
-						$('.tip1').animate({ top: '-6.96rem' }, "fast");
+						$('.tip').animate({ top: '-6.96rem' }, "fast");
 						document.documentElement.style.overflow = 'hidden';
-					} else if (res.status === 2) {
+					} else if (res.status === 2001) {
 						$('.dialog1').animate({ top: '48vh' }, "fast");
 						$('.mask1').show();
 						$('.tip').animate({ top: '-6.96rem' }, "fast");