|
@@ -59,7 +59,7 @@ function isWechat() {
|
|
<div class="tags-inputs">
|
|
<div class="tags-inputs">
|
|
<div class="tag-input">
|
|
<div class="tag-input">
|
|
<div class="tag-labels"></div>
|
|
<div class="tag-labels"></div>
|
|
- <input type="text" class="clear-input">
|
|
|
|
|
|
+ <input type="text" class="clear-input" maxlength="5" oninput="this.value=this.value.replace(/\s+/g,'')">
|
|
<div class="tag-placeholder">新增标签回车保存</div>
|
|
<div class="tag-placeholder">新增标签回车保存</div>
|
|
</div>
|
|
</div>
|
|
<div class="add-tag-button">添加并使用</div>
|
|
<div class="add-tag-button">添加并使用</div>
|
|
@@ -483,7 +483,11 @@ function isWechat() {
|
|
<td class="tab-type">中标单位</td>
|
|
<td class="tab-type">中标单位</td>
|
|
<td class="tab-cont">
|
|
<td class="tab-cont">
|
|
{{if .T.isMember}}
|
|
{{if .T.isMember}}
|
|
|
|
+ {{if .T.isVip}}
|
|
|
|
+ <div class="cont-cont portrait_img" {{if .T.obj.entId}} href-data="/swordfish/page_big_pc/svip/ent_ser_portrait/{{.T.obj.entId}}" tip-data="查看企业画像"{{end}}>{{.T.obj.winner}}</div>
|
|
|
|
+ {{else}}
|
|
<div class="cont-cont portrait_img" {{if .T.obj.entId}} href-data="/swordfish/page_big_pc/ent_portrait/{{.T.obj.entId}}" tip-data="查看企业画像"{{end}}>{{.T.obj.winner}}</div>
|
|
<div class="cont-cont portrait_img" {{if .T.obj.entId}} href-data="/swordfish/page_big_pc/ent_portrait/{{.T.obj.entId}}" tip-data="查看企业画像"{{end}}>{{.T.obj.winner}}</div>
|
|
|
|
+ {{end}}
|
|
{{else}}
|
|
{{else}}
|
|
<div class="cont-cont portrait_img" {{if .T.obj.entId}} href-data="/swordfish/page_big_pc/svip/ent_ser_portrait/{{.T.obj.entId}}" tip-data="查看企业画像"{{end}}>{{.T.obj.winner}}</div>
|
|
<div class="cont-cont portrait_img" {{if .T.obj.entId}} href-data="/swordfish/page_big_pc/svip/ent_ser_portrait/{{.T.obj.entId}}" tip-data="查看企业画像"{{end}}>{{.T.obj.winner}}</div>
|
|
{{end}}
|
|
{{end}}
|
|
@@ -569,7 +573,7 @@ function isWechat() {
|
|
infoId:{{.T.obj._id}}
|
|
infoId:{{.T.obj._id}}
|
|
},
|
|
},
|
|
success:function(data){
|
|
success:function(data){
|
|
- if(data.data.attachment !=null && data.data.attachment.length!==0){
|
|
|
|
|
|
+ if(data.data && data.data.attachment !=null && data.data.attachment.length!==0){
|
|
var html = ''
|
|
var html = ''
|
|
for(var i=0;i<data.data.attachment.length;i++) {
|
|
for(var i=0;i<data.data.attachment.length;i++) {
|
|
html += "<div class='downs'>"+"<a class='menu_list' style='text-decoration:underline;color: #2CB7CA' href="+data.data.attachment[i].downurl+">"+(i+1)+"."+data.data.attachment[i].filename+"</a></div>"
|
|
html += "<div class='downs'>"+"<a class='menu_list' style='text-decoration:underline;color: #2CB7CA' href="+data.data.attachment[i].downurl+">"+(i+1)+"."+data.data.attachment[i].filename+"</a></div>"
|