Browse Source

服务端刷题

mzx16822 6 years ago
parent
commit
4b086af62d
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

@@ -371,7 +371,7 @@ function daoshu(argument) {
       answerId= answerId?answerId:$("#question .answer").eq(0).attr("data-id");//默认第一题为答案
       var url = '/Home/Game/Answer';
       
-      $.post(url, {option_id:answerId,cur_question:cur_question,room_id:room_id,client_id:client_id,is_end:is_end,question_id:question_id}, function(responsedata){
+      $.post(url, {option_id:answerId,cur_question:cur_question,client_id:client_id,is_end:is_end,question_id:question_id}, function(responsedata){
         console.log(responsedata);
         //clearInterval(ts)
       });