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

fix

parent c1cce11e
......@@ -461,19 +461,22 @@ export default class SceneComponent extends MyCocosSceneComponent {
await asyncDelay(0.5);
if (window["courseware"]?.stopTest) {
window["courseware"]?.stopTest((res) => {
window["courseware"]?.stopTest((res, b) => {
console.log("111=== " + res.pronunciation);
console.log("222=== " + res.overall);
console.log("333=== " + res.result.pronunciation);
console.log("+++++++++++++++++++++++++++");
console.log(res);
console.log("+++++++++++++++++++++++++++");
console.log(JSON.stringify(res, null, 2));
console.log(res.result);
console.log("+++++++++++++++++++++++++++");
console.log(b);
console.log("+++++++++++++++++++++++++++");
console.log("111=== " + res.pronunciation);
console.log("222=== " + res.overall);
console.log("333=== " + res.result.pronunciation);
this._coursewareEnd(res.result.pronunciation || 0)
});
......
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