Commit 7c5aff86 authored by liujiangnan's avatar liujiangnan

fix: 只上报一次成绩

parent 83589e9b
......@@ -927,7 +927,12 @@ export default class SceneComponent extends MyCocosSceneComponent {
}
isFinished = false;
finish() {
if (this.isFinished) {
return;
}
this.isFinished = true;
onHomeworkFinish();
}
......
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