|
@@ -143,7 +143,23 @@
|
|
|
</span>
|
|
|
<br>
|
|
|
{{end}}
|
|
|
- {{if .T.res.EntName}}{{.T.res.EntName}}{{end}}
|
|
|
+ {{if .T.res.EntName}}
|
|
|
+ <script>
|
|
|
+ var entName = {{.T.res.EntName}};
|
|
|
+ if(entName.length > 15){
|
|
|
+ var firstLine = entName.substring(0,15);
|
|
|
+ var secondLine = entName.substring(15,entName.length);
|
|
|
+ console.info(secondLine);
|
|
|
+ if(secondLine.length > 15){
|
|
|
+ secondLine = secondLine.substring(0,12)+"...";
|
|
|
+ }
|
|
|
+ document.write(firstLine+"<br>"+secondLine);
|
|
|
+ }else{
|
|
|
+ document.write(entName);
|
|
|
+ }
|
|
|
+
|
|
|
+ </script>
|
|
|
+ {{end}}
|
|
|
</div>
|
|
|
<br><img src="/images/entcommunity/triangle.png">
|
|
|
</span>
|
|
@@ -181,7 +197,7 @@
|
|
|
<!--公司类型-->
|
|
|
<div class="entinfo-enttype">
|
|
|
<div>
|
|
|
- <span{{if not .T.res.EntTypeName}} class="entinfo-disabled"{{end}}>公司类型</span>
|
|
|
+ <span{{if not .T.res.EntTypeName}} class="entinfo-disabled"{{end}}>企业类型</span>
|
|
|
<span>{{if .T.res.EntTypeName}}{{.T.res.EntTypeName}}{{end}}</span>
|
|
|
</div>
|
|
|
<img src="/images/entcommunity/gongsileixing.png">
|
|
@@ -258,7 +274,6 @@
|
|
|
<span class="clearfix"></span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- {{end}}
|
|
|
{{if and (not .T.res.gs) (not .T.res.investor)}}
|
|
|
<div class="ent-findnull">
|
|
|
<img src="/images/findnull.png" class="b-findnull">
|