|
|
@@ -477,8 +477,9 @@ export default {
|
|
|
}
|
|
|
if (this.uploadImgDemo >= 2) {
|
|
|
this.d2timer = setTimeout(() => {
|
|
|
- if (this.d2count > 0)
|
|
|
+ if (this.d2count > 0) {
|
|
|
document.getElementById(`dot${this.d2count - 1}`).className = 'ring-dot done';
|
|
|
+ }
|
|
|
document.getElementById(`dot${this.d2count}`).className = 'ring-dot active';
|
|
|
document.getElementById('d2name').textContent = '正在上传。。。';
|
|
|
this.d2count++;
|