소스 검색

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);
         }