Browse Source

Merge pull request #825 from ihipop/enhance-uploader

表单webuploader事件遗漏的events变量注入
Jiang Qinghua 4 years ago
parent
commit
ad1d38e66f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/views/form/file.blade.php

+ 1 - 0
resources/views/form/file.blade.php

@@ -54,6 +54,7 @@
         newPage,
         options = {!! $options !!};
 
+    var events = {!!$events??'[]'!!};
     init();
 
     function init() {