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