Pārlūkot izejas kodu

fix: pc快照页增加判断 没有企业id不查企业画像免费数据

yangfeng 3 gadi atpakaļ
vecāks
revīzija
490cefbc65
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. 3 1
      src/web/templates/pc/biddetail_rec.html

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

@@ -1297,8 +1297,10 @@ var IframeOnClick = {
 				}
       }
       console.log('大会员'+ {{.T.isMember}}, '超级订阅:'  + {{.T.isVip}},'商机管理:' + {{.T.isEntniche}})
+      if({{.T.obj.entId}}) {
+        this.getWinnerFreeData()
+      }
       this.getBuyerFreeData()
-      this.getWinnerFreeData()
 		},
 		methods: {
 			getBidInfo: function () {