Browse Source

fix: app隐藏入口

yangfeng 4 years ago
parent
commit
4272acab8d
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/jfw/modules/app/src/web/templates/weixin/wxinfocontent.html

+ 2 - 3
src/jfw/modules/app/src/web/templates/weixin/wxinfocontent.html

@@ -1265,13 +1265,12 @@
                     jumpFlag = false;
                     $(".follow").html('<i class="glyphicon weiguanzhu"></i>关注项目');
                 }
-                if (!fd.data.showFollow) {
-                  $('.bid-dec-in').hide()
-                }
                 initToProjectPage()
                 // 中标预测显示隐藏
                 initShowForecast()
 
+            } else {
+              $('.bid-dec-in').hide()
             }
         });
     }