瀏覽代碼

feat:移动端未登录标讯详情页增加面包屑导航

yangfeng 1 年之前
父節點
當前提交
a0e5239c60
共有 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,6 +1144,7 @@
         {{end}}
         {{end}}
         {{if not .T.obj.hasSession}}
+        {{include "tags/template/tag-breadcrumb-navigation.html" .}}
         {{include "tags/template/tag-footer.html" .}}
         {{end}}
     </div>
@@ -3588,6 +3589,7 @@
       $('.app-layout-content-b').css('top','1.12rem')
       $('.h5-tabfix').css('top','1.12rem')
       $('.wx-tabfix').css('top','1.12rem')
+      $('.tag-breadcrumb-navigation').css('background', '#EDEFF2')
     })
   </script>
 {{end}}