|
@@ -129,22 +129,12 @@
|
|
|
{{ if $v.i_identType }}
|
|
|
{{ if eq $v.i_identType 1}}
|
|
|
<span class="glyphicon qyrz margin-l-10 jhtb"></span><span class="lineb " ><small style="margin-left:5px;margin-right:5px;">已认证企业 </small></span>
|
|
|
- {{ if $v.i_comauthenttype }}
|
|
|
- {{ if eq $v.i_comauthenttype 2}}
|
|
|
- <span class="glyphicon mprz margin-r-10 jhtbtype"></span><span class="lineb " ><small style="margin-right:-7px;">名片认证</small></span>
|
|
|
- {{else if eq $v.i_comauthenttype 1}}
|
|
|
- <span class="glyphicon yyzzrz margin-r-10 jhtbtype"></span><span class="lineb " ><small style="margin-left:3px;margin-right:-7px;">营业执照认证</small></span>
|
|
|
- {{else if eq $v.i_comauthenttype 3}}
|
|
|
- <span class="glyphicon yjrz margin-r-10 jhtbtype"></span><span class="lineb " ><small style="margin-right:-7px;">年报邮箱认证</small></span>
|
|
|
- {{end}}
|
|
|
- {{else}}
|
|
|
- <span class="glyphicon yyzzrz margin-r-10 jhtbtype"></span><span class="lineb " ><small style="margin-left:3px;margin-right:-7px;">营业执照认证</small></span>
|
|
|
- {{end}}
|
|
|
{{else if eq $v.i_identType 2}}
|
|
|
<span class="glyphicon grrz margin-l-10 jhtb"></span><span class="lineb " ><small style="margin-left:-5px;margin-right:5px;"> 已认证个人</small></span>
|
|
|
{{else if eq $v.i_identType 3}}
|
|
|
<span class="glyphicon jgrz margin-l-10 jhtb"></span><span class="lineb " ><small style="margin-left:5px;margin-right:5px;">已认证机构</small></span>
|
|
|
{{end}}
|
|
|
+ <span id="sjrz"></span><span class="lineb " id="sjrzlinb" ><small style="margin-left:3px;margin-right:5px;" ></small></span>
|
|
|
{{end}}
|
|
|
</span>
|
|
|
</div>
|
|
@@ -652,7 +642,6 @@ function comment(){
|
|
|
var s_servicename = r[i].s_servicename;
|
|
|
var l_createdate = r[i].l_createdate;
|
|
|
var src="/images/u885.png";
|
|
|
- console.log(r[i]);
|
|
|
if (r[i]["s_pic"] && r[i]["s_pic"]!=""){
|
|
|
src=r[i]["s_pic"];
|
|
|
}
|
|
@@ -747,6 +736,19 @@ function comment(){
|
|
|
$("#releaseService").css("color","#FF5A5F");
|
|
|
$("#releaseService").css("font-weight","600");
|
|
|
$(".img-circle.b-com-first").css("background-color","#FF5A5F");
|
|
|
+ var sjrz="{{$v.i_comauthenttype}}";
|
|
|
+ var sjrzclass="";
|
|
|
+ var sjrzname="";
|
|
|
+ if (sjrz=="1"){
|
|
|
+ $("#sjrz").attr("class","glyphicon yyzzrz margin-r-10 jhtbtype");
|
|
|
+ $("#sjrzlinb small").text("营业执照认证");
|
|
|
+ }else if (sjrz=="2"){
|
|
|
+ $("#sjrz").attr("class","glyphicon mprz margin-r-10 jhtbtype");
|
|
|
+ $("#sjrzlinb small").text("名片认证");
|
|
|
+ }else if (sjrz=="3"){
|
|
|
+ $("#sjrz").attr("class","glyphicon yjrz margin-r-10 jhtbtype");
|
|
|
+ $("#sjrzlinb small").text("年报邮箱认证");
|
|
|
+ }
|
|
|
});
|
|
|
</script>
|
|
|
</body>
|