Browse Source

修改测试bug

linehang 6 years ago
parent
commit
ae6d904d64
1 changed files with 0 additions and 4 deletions
  1. 0 4
      html/home/html/regist-info.html

+ 0 - 4
html/home/html/regist-info.html

@ -371,10 +371,6 @@
			dialog({contentType:'tipsbox',bottom:true, skin:'bk-popup' , content:'密码不能为空'}).show();
			return;
		}
		if (!agreement) {
			dialog({contentType:'tipsbox',bottom:true, skin:'bk-popup' , content:'请勾选服务协议'}).show();
			return;
		}
		if(pwd != apwd){
			dialog({contentType:'tipsbox',bottom:true, skin:'bk-popup' , content:'两次密码不一致'}).show();
			return;