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