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