Browse Source

服务端刷题

mzx16822 6 years ago
parent
commit
c3e2c5a74a
1 changed files with 2 additions and 1 deletions
  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();