|
@@ -165,6 +165,8 @@ layui.use(['form','jquery'], function(){
|
|
|
|
|
|
|
|
|
}
|
|
|
+ $("#py1_score").html(0);
|
|
|
+ $("#py2_score").html(0);
|
|
|
break;
|
|
|
case 'answer':
|
|
|
console.log(data);
|
|
@@ -221,8 +223,7 @@ layui.use(['form','jquery'], function(){
|
|
|
cur_question = 1;
|
|
|
room_id = 0;
|
|
|
|
|
|
- $("#py1_score").html(0);
|
|
|
- $("#py2_score").html(0);
|
|
|
+
|
|
|
|
|
|
return false;
|
|
|
}
|