소스 검색

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>