Sfoglia il codice sorgente

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

郑晓宇 6 anni fa
parent
commit
b37ec54980
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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);