|
@@ -125,8 +125,9 @@ common={
|
|
|
|
|
|
},loadQuestion(responsedata) {
|
|
|
console.log(responsedata);
|
|
|
- _this.data.isAnswer=false;
|
|
|
+
|
|
|
var _this=this;
|
|
|
+ _this.data.isAnswer=false;
|
|
|
_this.data.question_id= responsedata.info.question.question_id;
|
|
|
$("#Jqtitle").html(responsedata.info.question.title );
|
|
|
var question="";
|