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