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

fix

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