|
@ -36,7 +36,7 @@ $.ajax("/ajax/professor/auth",{
|
36
|
36
|
$(".identts").text("(认证审核期间不能重复认证操作) ");
|
37
|
37
|
$(".identBtn").hide();
|
38
|
38
|
}else if($info.authStatus==4){
|
39
|
|
$(".identProcess").text("身份认证通过,请重新认证");
|
|
39
|
$(".identProcess").text("身份认证通过");
|
40
|
40
|
$(".identBtn").text("重新认证");
|
41
|
41
|
}else if($info.authStatus==5){
|
42
|
42
|
$(".identProcess").text("身份认证失败,请重新认证");
|
|
@ -62,13 +62,15 @@ $(".boxnav span").each(function () {
|
62
|
62
|
});
|
63
|
63
|
|
64
|
64
|
$(".identBtn").on("click",function(){
|
65
|
|
if(authStatus==0 && authStatus==4 && authStatus==5){
|
|
65
|
$(".IdentityUp").show();
|
|
66
|
$('.IdentityState').hide();
|
|
67
|
/*if(authStatus==0 && authStatus==4 && authStatus==5){
|
66
|
68
|
$(".IdentityUp").show();
|
67
|
69
|
$('.IdentityState').hide();
|
68
|
70
|
}else if(authStatus==1){
|
69
|
71
|
$(".IdentityUp").show();
|
70
|
72
|
$('.IdentityState').hide();
|
71
|
|
}
|
|
73
|
}*/
|
72
|
74
|
})
|
73
|
75
|
|
74
|
76
|
//提交上传
|