mzx16822 лет назад: 6
Родитель
Сommit
a1774aa335
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      public/h5/datigame/js/common.js

+ 1 - 1
public/h5/datigame/js/common.js

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