Commit 652da65c authored by 李维's avatar 李维

修复点赞音频不播放问题

parent f88037a0
...@@ -1323,7 +1323,7 @@ cc.Class({ ...@@ -1323,7 +1323,7 @@ cc.Class({
playDragonBoneAnimation(this.coolcat, 'begin', -1); playDragonBoneAnimation(this.coolcat, 'begin', -1);
// 提示有几位小朋友给你点赞 // 提示有几位小朋友给你点赞
this.playAudioByName('smileAudio_' + id, () => { this.playAudioByUrl('smileAudio_' + id, () => {
playDragonBoneAnimation(this.coolcat, 'normal'); playDragonBoneAnimation(this.coolcat, 'normal');
onHomeworkFinish(data); onHomeworkFinish(data);
......
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