|
|
@@ -490,7 +490,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;
|
|
|
}
|