Browse Source

更改请求题目

mzx16822 6 years ago
parent
commit
b7b80939b0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      resources/views/home/user.blade.php

+ 2 - 0
resources/views/home/user.blade.php

@@ -320,6 +320,8 @@ layui.use(['form','jquery'], function(){
       cur_question = cur_question + 1;
     }
 
+
+
   $("#question").on('click', '.answer',function(){
     var answerId = $(this).data("id");
     answer(answerId);