|
@@ -161,7 +161,7 @@ layui.use(['form','jquery'], function(){
|
|
|
room_id = data.info.room_id;
|
|
|
|
|
|
getQuestion(data.info.room_id, cur_question);
|
|
|
- daoshu();
|
|
|
+
|
|
|
|
|
|
}
|
|
|
break;
|
|
@@ -290,7 +290,7 @@ layui.use(['form','jquery'], function(){
|
|
|
$("#question").html(question);
|
|
|
$("#Jpage").html(responsedata.info.questions_count)
|
|
|
// is_end = responsedata.info.question.is_end;
|
|
|
-
|
|
|
+ daoshu();
|
|
|
}else{
|
|
|
layer.msg(responsedata.msg, {
|
|
|
time: 1000 //2秒关闭(如果不配置,默认是3秒)
|