Commit 731ab08c authored by limingzhe's avatar limingzhe

fix: debug

parent 79fc0eaf
...@@ -646,6 +646,7 @@ export abstract class middleLayerBase extends cc.Component { ...@@ -646,6 +646,7 @@ export abstract class middleLayerBase extends cc.Component {
timeoutId = null; timeoutId = null;
} }
console.log('xhr~: ', xhr);
resovle(JSON.parse(xhr.responseText)); resovle(JSON.parse(xhr.responseText));
} }
}; };
......
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