Commit 0ddd90de authored by 杨一航's avatar 杨一航

fix ...

parent c4d7859e
......@@ -475,10 +475,10 @@ export default class SceneComponent extends MyCocosSceneComponent {
console.log("111=== " + res.pronunciation);
console.log("222=== " + res.overall);
console.log("333=== " + res.result.pronunciation);
console.log("333=== " + res.result?.pronunciation);
this._coursewareEnd(res.result.pronunciation || 0)
this._coursewareEnd(res.result?.pronunciation || 0)
});
} else {
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