Browse Source

fix: app三级页没有项目id隐藏投标决策分析入口

yangfeng 4 years ago
parent
commit
26015d7c85
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/jfw/modules/app/src/web/templates/weixin/wxinfocontent.html

+ 5 - 1
src/jfw/modules/app/src/web/templates/weixin/wxinfocontent.html

@@ -822,7 +822,8 @@
         isbid=true;
         // 如果项目是中标、成交、合同类型 则不显示投标决策分析入口
         $('.bid-dec-in').hide()
-    }   // 判断是否开通大会员
+    } 
+     // 判断是否开通大会员
     var bigstatus = 0
     var tab1hh;
     var tab2hh;
@@ -1264,6 +1265,9 @@
                     jumpFlag = false;
                     $(".follow").html('<i class="glyphicon weiguanzhu"></i>关注项目');
                 }
+                if (!fd.data.showFollow) {
+                  $('.bid-dec-in').hide()
+                }
                 initToProjectPage()
                 // 中标预测显示隐藏
                 initShowForecast()