mzx16822 6 년 전
부모
커밋
aaf38cd49d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      public/h5/datigame/js/common.js

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

@@ -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="";