郑晓宇 6 years ago
parent
commit
a349467f82
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

@@ -345,7 +345,7 @@ function daoshu(argument) {
 
   //获取题目
   function loadQuestion(responsedata) {
-   
+        console.log(responsedata);
        question_id= responsedata.info.question.question_id;
         $("#Jqtitle").html(responsedata.info.question.title );
         var question="";