Selaa lähdekoodia

上线机构优化

zhengjinyi 5 vuotta sitten
vanhempi
commit
dd38fea4af
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/views/club/form.vue

+ 2 - 2
src/views/club/form.vue

@@ -142,11 +142,11 @@ export default {
     handleAvatarSuccess(response, file) {
       setTimeout(() => {
         this.form.businessLicenseImage = response.data
-      }, 5000)
+      }, 1000)
     },
     handleDoorwaySuccess(response, file) {
       setTimeout(() => {
-        this.form.headpic = response.data
+        this.form.businessLicenseImage = response.data
       }, 1000)
     },
     // 对上传图片的大小、格式进行限制