Commit 7c10b29e authored by 杨一航's avatar 杨一航

fix

parent afc17203
...@@ -460,7 +460,8 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -460,7 +460,8 @@ export default class SceneComponent extends MyCocosSceneComponent {
if (window["courseware"]?.stopTest) { if (window["courseware"]?.stopTest) {
window["courseware"]?.stopTest((res) => { window["courseware"]?.stopTest((res) => {
this._coursewareEnd(res.result?.pronunciation || 0) console.log(JSON.stringify(res, null, 2));
this._coursewareEnd(res?.pronunciation || 0)
}); });
} else { } else {
await asyncDelay(3); await asyncDelay(3);
......
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