Commit 871eae0c authored by liujiangnan's avatar liujiangnan

feat: 上报结束事件

parent ae77d92b
......@@ -1554,7 +1554,6 @@ cc.Class({
this.playAni('normal', 0);
this.showPhotoBtn();
onHomeworkFinish();
});
......@@ -1928,7 +1927,8 @@ cc.Class({
playAudioStep5() {
playAudioByUrl(this.data.finish_audio_url, () => {
// 结束位置
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