@@ -205,7 +205,10 @@ layui.use(['form','jquery'], function(){
return false;
}
- getQuestion(room_id, cur_question);
+ if(data.cur_quc != 1){
+ getQuestion(room_id, cur_question);
+ }
+
//设置player值
break;