mzx16822 пре 6 година
родитељ
комит
f0ac29f855
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      public/h5/datigame/js/common.js

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

@@ -147,8 +147,8 @@ common={
  			$(this).addClass("cur_answer");
  			_this.data.option_id=$(this).attr("data-option_id");
  			if(!_this.data.isAnswer){
+ 				_this.data.isAnswer=true;
 	 			_this.Answer(function(){
-	 				_this.data.isAnswer=true;
 	 			});
  			}