ソースを参照

修改composer

dyjh 6 年 前
コミット
da815cb43f
1 ファイル変更1 行追加1 行削除
  1. 1 1
      resources/views/admin/album/agent/edit.blade.php

+ 1 - 1
resources/views/admin/album/agent/edit.blade.php

xqd
@@ -105,7 +105,7 @@
                                     <form enctype="multipart/form-data" method="post" action="{{ url('/admin/Album/Agent/uploadVideo') }}">
                                         <div class="form-group">
                                             <input id="file-0b" class="file" type="file" name="video">
-                                            <input name="agent_id" value="{{ $data['id'] or ''}}">
+                                            <input name="agent_id" type="hidden" value="{{ $data['id'] or ''}}">
                                         </div>
                                         {{csrf_field()}}
                                     </form>