Commit bfc3447e authored by 杨一航's avatar 杨一航

fix

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