|
@@ -288,7 +288,6 @@ Page({
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
const chunk = chunks[i];
|
|
const chunk = chunks[i];
|
|
- i++;
|
|
|
|
next += chunk.byteLength;
|
|
next += chunk.byteLength;
|
|
// next += chunk.length;
|
|
// next += chunk.length;
|
|
let uint8Array = new Uint8Array(chunk);
|
|
let uint8Array = new Uint8Array(chunk);
|
|
@@ -334,6 +333,7 @@ Page({
|
|
|
|
|
|
_this.endImage(2)
|
|
_this.endImage(2)
|
|
}
|
|
}
|
|
|
|
+ i++;
|
|
}, 20);
|
|
}, 20);
|
|
},
|
|
},
|
|
async delay(ms) {
|
|
async delay(ms) {
|