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

fix

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