Browse Source

更改上传覆盖次数

gcz 2 years ago
parent
commit
fdbdb63a87
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/register.vue

+ 3 - 3
src/views/register.vue

@@ -242,7 +242,7 @@
                       :action="upAction"
                       :show-file-list="false"
                       :on-success="logoUploadSuccess"
-                      :limit="2"
+                      :limit="10"
                       list-type="picture"
                     >
                       <img
@@ -258,7 +258,7 @@
                       :action="upAction"
                       :show-file-list="true"
                       multiple
-                      :limit="10"
+                      :limit="2"
                       :file-list="licenseFileList"
                       list-type="picture"
                       :on-success="licenseUpSuccess"
@@ -271,7 +271,7 @@
                       :action="upAction"
                       :show-file-list="true"
                       multiple
-                      :limit="2"
+                      :limit="10"
                       :file-list="companyfileList"
                       list-type="picture"
                       :on-success="companyfileUpSuccess"