Commit f0aba24c authored by liujiangnan's avatar liujiangnan

feat: 上报成绩

parent ab332523
...@@ -265,6 +265,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -265,6 +265,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
await this.showYouWin(); await this.showYouWin();
} }
// TODO 上报成绩 // TODO 上报成绩
window["courseware"].sendAnswer({"gameEnd": true});
window["courseware"].nextPage(); window["courseware"].nextPage();
// this.showRestart(); // this.showRestart();
} }
......
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