|
@ -259,7 +259,7 @@ function VerificationLogin(_this) {
|
259
|
259
|
}
|
260
|
260
|
} else {
|
261
|
261
|
if(data.code == -1) {
|
262
|
|
$(_this).parents(".cmpCoverUl").find(".msgCmp03 span").text("验证超时");
|
|
262
|
$(_this).parents(".cmpCoverUl").find(".msgCmp03 span").text("验证码已过期,请重新获取");
|
263
|
263
|
} else if(data.code == -3 || data.code == 0) {
|
264
|
264
|
$(_this).parents(".cmpCoverUl").find(".msgCmp03 span").text("验证码错误,请检查后重试");
|
265
|
265
|
}
|
|
@ -290,7 +290,7 @@ function submitCodeVal(_this){
|
290
|
290
|
$(_this).parents(".cmpCoverUl").find(".msgCmp03 span").text("验证码错误,请检查后重试");
|
291
|
291
|
}
|
292
|
292
|
}else{
|
293
|
|
$(_this).parents(".cmpCoverUl").find(".msgCmp03 span").text("验证超时");
|
|
293
|
$(_this).parents(".cmpCoverUl").find(".msgCmp03 span").text("验证码已过期,请重新获取");
|
294
|
294
|
}
|
295
|
295
|
},
|
296
|
296
|
error:function(){$.MsgBox.Alert('消息', '服务器请求失败');},
|
|
@ -332,7 +332,7 @@ function findphone(_this){
|
332
|
332
|
$(_this).parents(".cmpCoverUl").find(".msgCmp4 span").text("验证码错误,请检查后重试");
|
333
|
333
|
}
|
334
|
334
|
}else{
|
335
|
|
$(_this).parents(".cmpCoverUl").find(".msgCmp4 span").text("验证超时");
|
|
335
|
$(_this).parents(".cmpCoverUl").find(".msgCmp4 span").text("验证码已过期,请重新获取");
|
336
|
336
|
}
|
337
|
337
|
},
|
338
|
338
|
error:function(){$.MsgBox.Alert('消息', '服务器请求失败')},
|