ソースを参照

更改请求题目

mzx16822 6 年 前
コミット
b7b80939b0
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  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);