Преглед изворни кода

fix:移动端标讯详情页未登录拟建不显示底部导航栏

yangfeng пре 11 месеци
родитељ
комит
750903b9ff
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      src/jfw/modules/app/src/web/templates/weixin/wxinfocontent.html

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

@@ -1144,7 +1144,9 @@
         {{include "tags/template/tag-footer.html" .}}
         {{end}}
     </div>
+    {{if not ((eq .T.obj.subtype "拟建") or (eq .T.obj.subtype '采购意向'))}}
     {{include "tags/template/article-tabbar.html" .}}
+    {{end}}
 </div>
 <!-- 三方认证弹窗 -->
 <div id="third-party-popover-content"></div>