@@ -243,8 +243,8 @@ function daoshu(argument) {
$(".cur_answer").addClass("cur_error");
}
}else{
+ var score = parseInt($("#py2_score").html());
if(data.is_true == 1){
- var score = parseInt($("#py2_score").html());
var s=score+300*(sum/10);
if(s<0)s=0;
$("#py2_score").html(s);