Procházet zdrojové kódy

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

zhujindu před 2 dny
rodič
revize
0e9ffb9ab1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/components/uploadVNormalTaskPhoto.vue

+ 1 - 1
src/components/uploadVNormalTaskPhoto.vue

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