mzx16822 hace 6 años
padre
commit
a1774aa335
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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="";