Explorar el Código

服务端刷题

mzx16822 hace 6 años
padre
commit
c3e2c5a74a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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();