Commit 20cb30dd authored by limingzhe's avatar limingzhe

fix: debug

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