Browse Source

服务端刷题

mzx16822 6 years ago
parent
commit
2abe54e4ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/home/user.blade.php

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

@@ -306,7 +306,7 @@ var textCircle   = document.querySelector(".text-circle");
           case "question":
             loadQuestion(data);
           default :
-              alert(e.data);
+             // alert(e.data);
       }
   };