cuiyalong 4 anni fa
parent
commit
45c0c48a24

+ 2 - 0
src/web/staticres/frontRouter/pc/collection/js/index-pc.js

@@ -231,6 +231,8 @@ var vm = new Vue({
                             lanme: name,
                             lid: res.data
                         })
+                        // 数组去重
+                        this.tagList = utils.unique(this.tagList)
                         this.initSelectTagList()
                         this.resetListState()
                     } else {

+ 2 - 2
src/web/staticres/js/ent-search-index-pc.js

@@ -209,14 +209,14 @@ var vm = new Vue({
             return !this.powerInfo.member && this.powerInfo.vip > 1
         },
         getVipSubText: function () {
-            var count = this.entUseInfo.provin
+            var count = this.entUseInfo.province
             if (count == -1) {
                 return '全国'
             } else {
                 if (count) {
                     return count + '个省'
                 } else {
-                    ''
+                    return ''
                 }
             }
         }

+ 1 - 5
src/web/templates/pc/biddetail_rec.html

@@ -435,11 +435,7 @@ function isWechat() {
 						<tr>
 							<td class="tab-type">采购单位</td>
 								<td class="tab-cont">
-									{{if .T.isMember}}
-										<div class="cont-cont portrait_img" href-data="/swordfish/page_big_pc/unit_portrayal/{{.T.obj.buyer}}" tip-data="查看采购单位画像">{{.T.obj.buyer}} </div>
-									{{else}}
-										<div class="cont-cont">{{.T.obj.buyer}}</div>
-									{{end}}
+									<div class="cont-cont portrait_img" href-data="/swordfish/page_big_pc/unit_portrayal/{{.T.obj.buyer}}" tip-data="查看采购单位画像">{{.T.obj.buyer}} </div>
 									<div class="cont-recy" onclick="recoveryerr(this,'buyer','')">纠错</div>
 									<div style="display:none;"></div>
 								</td>