Commit 763cdd46 authored by liujiaxin's avatar liujiaxin

'aa'

parent 975863b3
...@@ -617,6 +617,12 @@ cc.Class({ ...@@ -617,6 +617,12 @@ cc.Class({
if (finishDbCount == dbCount) { if (finishDbCount == dbCount) {
this.loadEnd(); this.loadEnd();
} }
}).catch(() => {
finishDbCount++;
console.log(finishDbCount, dbCount)
if (finishDbCount == dbCount) {
this.loadEnd();
}
}); });
if (block.gIdx == '0') { if (block.gIdx == '0') {
const rectInfo = { const rectInfo = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment