Browse Source

Merge branch 'master' of http://120.78.169.79:3000/zhengxiaoyu/datiGame

郑晓宇 6 years ago
parent
commit
b37ec54980
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);