Browse Source

fix: nologin三级页底部跳转登录逻辑

cuiyalong 2 years ago
parent
commit
e6b3f91dee
1 changed files with 3 additions and 8 deletions
  1. 3 8
      src/jfw/modules/app/src/web/templates/weixin/wxinfocontent.html

+ 3 - 8
src/jfw/modules/app/src/web/templates/weixin/wxinfocontent.html

@@ -1015,11 +1015,6 @@
 <!-- <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() {
@@ -1463,9 +1458,9 @@
     }
 
     function backAfterLogin () {
-      // var url = `/jyapp/article/content/${id}.html`
-      // autoLogin(url)
-      autoLogin('back')
+      var url = `/jyapp/article/content/${id}.html`
+      autoLogin(url)
+      // autoLogin('back')
     }
 
     // 去登录