浏览代码

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>