Browse Source

身份认证修改

xuchunyang 8 years ago
parent
commit
7bb7c96939
1 changed files with 5 additions and 3 deletions
  1. 5 3
      js/upload.js

+ 5 - 3
js/upload.js

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