Browse Source

Merge branch 'dev' into test

Conflicts:
	js/loginNew.js
zzy.zhiyuan.foxmail 8 years ago
parent
commit
45e6bd0dc3
1 changed files with 3 additions and 4 deletions
  1. 3 4
      js/loginNew.js

+ 3 - 4
js/loginNew.js

@ -7,8 +7,7 @@ $(function() {
7 7
		$(this).addClass("liactive").siblings().removeClass("liactive");
8 8
		$(".loginWays ul").eq($(this).index()).removeClass("displayNone").siblings().addClass("displayNone");
9 9
	})
10
})
11
 var oTel=GetQueryString("tel");
10
})
12 11
 if(oTel==1) {
13 12
 	$(".loginWaySort li").eq(2).addClass("liactive").siblings().removeClass("liactive");
14 13
 	$(".loginWays ul").eq(2).removeClass("displayNone").siblings().addClass("displayNone");
@ -239,7 +238,7 @@ function passwdLogin(_this) {
239 238
					if(data.data != "null" && data.data != null) {
240 239
						firstLogin();
241 240
					} else {
242
						$(_this).parents(".cmpCoverUl").find(".msgLog2 span").text("登录账号密码不匹配");
241
						$(_this).parents(".cmpCoverUl").find(".msgLog2 span").text("账号密码不匹配,请检查后重试");
243 242
					}
244 243
				}
245 244
			},
@ -327,4 +326,4 @@ function login(_this, num) {
327 326
	} else if(num == 3) {
328 327
		VerificationLogin(_this);
329 328
	}
330
}
329
}