Commit 6f58f99c authored by limingzhe's avatar limingzhe

fix: 结束动画删除

parent 9c67eddb
No preview for this file type
...@@ -1411,7 +1411,6 @@ cc.Class({ ...@@ -1411,7 +1411,6 @@ cc.Class({
// } // }
this.showPhotoSuccess(); this.showPhotoSuccess();
onHomeworkFinish();
}, },
...@@ -2332,8 +2331,9 @@ cc.Class({ ...@@ -2332,8 +2331,9 @@ cc.Class({
startFinishAnim() { startFinishAnim() {
if (!this.data.skeJsonData.url) { if (!this.data.skeJsonData.url || true) {
playAudioByUrl(this.data.end_audio_url, () => { playAudioByUrl(this.data.end_audio_url, () => {
onHomeworkFinish();
}) })
return; return;
......
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