فهرست منبع

add open match close

huai-sian 3 سال پیش
والد
کامیت
7e60d715fe
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      js/index.js

+ 3 - 1
js/index.js

@@ -664,7 +664,9 @@ $('.match__next2').click(function() {
               console.error(error)
           }
       })
-     window.open('./index_match.html');
+    $(".sec-match").css('display', 'none');
+    $(".wholeBody").css('overflow-y', 'scroll');
+    window.open('./index_match.html');
   }
   
 })