浏览代码

服务端刷题

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());
                 var py2_score = parseInt($("#py2_score").html());
                 if(data.is_end == 1){
                 if(data.is_end == 1){
                   //结算
                   //结算
+                  clearInterval(ts)
                   setTimeout(function (argument) {
                   setTimeout(function (argument) {
-                    clearInterval(ts)
+                    
                    $(".g-doc .g-inner").addClass("end");
                    $(".g-doc .g-inner").addClass("end");
                    $("#Jvs").hide();
                    $("#Jvs").hide();