소스 검색

Merge branch 'test' of https://git.agilestar.cn/spfm-group/spfm-market-front into test

wangguangping 3 년 전
부모
커밋
11f59183e2
1개의 변경된 파일13개의 추가작업 그리고 14개의 파일을 삭제
  1. 13 14
      public/static/views/publiAccount.html

+ 13 - 14
public/static/views/publiAccount.html

@@ -269,25 +269,24 @@
                 }else if (lockFlag == 'add') { // 查看预算跳转过来
 					$('#monthSelect').hide()
                 }
-                let r = window.top.location.href.split('?')[1];
-                if(r == 'type=2'){
-                    if(powerFlag == 1){
-                        $('#saves').hide();
-                        $('#imports').hide();
-                    }
-                    $('#monthSelect').hide();
-                }
-                if(r == 'type=3'){
-                    $('#imports').hide();
-                    $('#monthSelect').hide();
-                    $('#saves').hide();
-                }
+                // let r = window.top.location.href.split('?')[1];
+                // if(r == 'type=2'){
+                //     if(powerFlag == 1){
+                //         $('#saves').hide();
+                //         $('#imports').hide();
+                //     }
+                //     $('#monthSelect').hide();
+                // }
+                // if(r == 'type=3'){
+                //     $('#imports').hide();
+                //     $('#monthSelect').hide();
+                //     $('#saves').hide();
+                // }
                 initHandel()
             }
             // 绑定按钮事件
             function initHandel() {
                 $("#fullScreen").on("click", function () {
-					console.log(document.getElementById('container'))
                     fullScreen();
                 })
                 //退出全屏