mzx16822 6 years ago
parent
commit
8b023747c4
1 changed files with 6 additions and 3 deletions
  1. 6 3
      public/h5/datigame/js/common.js

+ 6 - 3
public/h5/datigame/js/common.js

@@ -146,9 +146,12 @@ common={
  			if(l>0)return;
  			$(this).addClass("cur_answer");
  			_this.data.option_id=$(this).attr("data-option_id");
- 			_this.Answer(function(){
- 				_this.data.isAnswer=true;
- 			});
+ 			if(!_this.data.isAnswer){
+	 			_this.Answer(function(){
+	 				_this.data.isAnswer=true;
+	 			});
+ 			}
+ 			
  		})
   },listen:function(){
  		var _this=this;