浏览代码

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

zhujindu 2 天之前
父节点
当前提交
0e9ffb9ab1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
         }