heyang 3 lat temu
rodzic
commit
953871064b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      microserviceUserH5/vcloud/invite.html

+ 1 - 1
microserviceUserH5/vcloud/invite.html

@@ -271,7 +271,7 @@
 				document.documentElement.style.overflow='hidden';
 				return
 			}
-			if(!/[^\u0020-\u007E\u00A0-\u00BE\u2E80-\uA4CF\uF900-\uFAFF\uFE30-\uFE4F\uFF00-\uFFEF\u0080-\u009F\u2000-\u201f\u2026\u2022\u20ac\r\n]/g.test(phone)){
+			if(!/[^\u0020-\u007E\u00A0-\u00BE\u2E80-\uA4CF\uF900-\uFAFF\uFE30-\uFE4F\uFF00-\uFFEF\u0080-\u009F\u2000-\u201f\u2026\u2022\u20ac\r\n]/g.test(account)){
 				$('#tip-text').text('输入的账号不支持表情,请重新输入');
 				$('.tip').animate({top: '48vh'},"fast");
 				$('.mask').show();