Selaa lähdekoodia

feature_20260506_增加照片上传进度UI效果

zhujindu 2 päivää sitten
vanhempi
commit
0e9ffb9ab1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/components/uploadVNormalTaskPhoto.vue

+ 1 - 1
src/components/uploadVNormalTaskPhoto.vue

@@ -372,7 +372,7 @@ export default {
       if (this.d2timer) {
         clearTimeout(this.d2timer);
       }
-      this.runD2(100, false, () => {
+      this.runD2(1000, false, () => {
         if (this.d2timer) {
           clearTimeout(this.d2timer);
         }