Browse Source

Merge branch 'feature_20260506_增加照片上传进度UI效果' into uat(dev)

zhujindu 1 day ago
parent
commit
dcdfd52223
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/uploadVNormalTaskPhoto.vue

+ 1 - 1
src/components/uploadVNormalTaskPhoto.vue

@@ -508,7 +508,7 @@ export default {
           document.getElementById('d2ring').style.strokeDashoffset = offset;
           document.getElementById('d2sub').textContent = `${this.d2count}/${this.uploadImgTotal}`;
           // this.d2count >= Math.floor(this.uploadImgTotal * (0.4 + Math.random() * 0.5))
-          if (this.d2count >= Math.floor(this.uploadImgTotal * 0.1) && isFirst) {
+          if (this.d2count >= Math.floor(this.uploadImgTotal * 0.9) && isFirst) {
             clearTimeout(this.d2timer);
             return;
           }