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

+ 4 - 0
microserviceUserH5/static/css/changePhoneActivity.css

@@ -19,6 +19,10 @@ ul, li {
   list-style: none;
 }
 
+body{
+  background-color: #19028C;
+}
+
 .header{
   width: 7.5rem;
   height: 13.34rem;

+ 4 - 8
microserviceUserH5/vcloud/invite.html

@@ -249,7 +249,9 @@
 		function changePhoneHandle(){
 			stopManyClick(() => {
 				account = $('#account').val();
+				account = account.replace(/\s+/g,"");
 				password = $('#password').val();
+				password = password.replace(/\s+/g,"");
 				if(fromType === 0){
 					$('#tip-text').text('请选择平台');
 					$('.tip').animate({top: '48vh'},"fast");
@@ -260,14 +262,7 @@
 				}
 				if(account === ''){
 					$('#tip-text').text('请输入账号');
-					$('.tip').animate({top: '48vh'},"fast");
-					$('.mask').show();
-					$('.dialog').animate({top: '-6.96rem'},"fast");
-					document.documentElement.style.overflow='hidden';
-					return
-				}
-				if(account === ''){
-					$('#tip-text').text('请输入账号');
+			        $('#account').val('');
 					$('.tip').animate({top: '48vh'},"fast");
 					$('.mask').show();
 					$('.dialog').animate({top: '-6.96rem'},"fast");
@@ -284,6 +279,7 @@
 				} 
 				if(password === ''){
 					$('#tip-text').text('请输入密码');
+			        $('#password').val('');
 					$('.tip').animate({top: '48vh'},"fast");
 					$('.mask').show();
 					$('.dialog').animate({top: '-6.96rem'},"fast");