浏览代码

fix: nologin三级页底部tab隐藏

cuiyalong 2 年之前
父节点
当前提交
4e2a4561a4
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      src/jfw/modules/app/src/web/templates/weixin/wxinfocontent.html

+ 5 - 1
src/jfw/modules/app/src/web/templates/weixin/wxinfocontent.html

@@ -1015,7 +1015,11 @@
 <!-- <script src="https://cdn.bootcss.com/vConsole/3.3.4/vconsole.min.js"></script>
 <script> new VConsole(); </script> -->
 <script>
-
+  try {
+    JyObj.hiddenBottom('0')
+  } catch (error) {
+    console.log(error)
+  }
   // 表格样式兼容
   $(function () {
     $('table').each(function() {