소스 검색

服务端刷题

mzx16822 6 년 전
부모
커밋
c3e2c5a74a
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      resources/views/home/user.blade.php

+ 2 - 1
resources/views/home/user.blade.php

@@ -249,8 +249,9 @@ function daoshu(argument) {
                 var py2_score = parseInt($("#py2_score").html());
                 if(data.is_end == 1){
                   //结算
+                  clearInterval(ts)
                   setTimeout(function (argument) {
-                    clearInterval(ts)
+                    
                    $(".g-doc .g-inner").addClass("end");
                    $("#Jvs").hide();