|
|
@@ -373,6 +373,7 @@ export default {
|
|
|
clearTimeout(this.d2timer);
|
|
|
this.d2running = false;
|
|
|
this.d2count = 0;
|
|
|
+ this.uploadImgTotal = 0;
|
|
|
document.getElementById('d2ring').style.strokeDashoffset = 251.2;
|
|
|
document.getElementById('d2pct').textContent = '0%';
|
|
|
document.getElementById('d2sub').textContent = '上传中';
|