Browse Source

no message

zhujindu 2 days ago
parent
commit
c74776886e
1 changed files with 1 additions and 11 deletions
  1. 1 11
      src/components/uploadVNormalTaskPhoto.vue

+ 1 - 11
src/components/uploadVNormalTaskPhoto.vue

@@ -46,7 +46,7 @@
             </div>
           </div>
           <div class="ring-info">
-            <div class="ring-filename" id="d2name">-</div>
+            <div class="ring-filename" id="d2name"></div>
             <div class="ring-list" id="d2dots">
               <div
                 v-for="(value, index) in uploadImgTotal"
@@ -453,16 +453,6 @@ export default {
       if (this.d2running) return;
       this.d2running = true;
       this.d2count = 0;
-      // const area = document.getElementById('d2area');
-      // area.style.display = 'flex';
-      // const dots = document.getElementById('d2dots');
-      // dots.innerHTML = '';
-      // for (let i = 0; i < this.uploadImgTotal; i++) {
-      //   const d = document.createElement('div');
-      //   d.className = 'ring-dot';
-      //   d.id = `dot${i}`;
-      //   dots.appendChild(d);
-      // }
       this.runD2(1000);
     },
     runD2(delay) {