Browse Source

修改composer

dyjh 6 years ago
parent
commit
243f3c94c2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/views/admin/album/agent/edit.blade.php

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

xqd
@@ -105,6 +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 ''}}">
                                         </div>
                                         {{csrf_field()}}
                                     </form>