Commit 055be094 authored by 李维's avatar 李维

修复领奖台页小猫不说话的问题

parent ac7a1d44
...@@ -33,7 +33,7 @@ cc.Class({ ...@@ -33,7 +33,7 @@ cc.Class({
if (isSelf) { if (isSelf) {
const idx = this._resultList.findIndex(result => result.isSelf == true); const idx = this._resultList.findIndex(result => result.isSelf == true);
if (idx != -1) { if (idx != -1) {
const cat = cc.find("Canvas/bg/catFrame/CoolCat"); const cat = cc.find("resultNode/catFrame/CoolCat");
playDragonBoneAnimation(cat, "begin", -1); playDragonBoneAnimation(cat, "begin", -1);
this.playAudioByUrl(this._finishAudioList[idx], ()=>{ this.playAudioByUrl(this._finishAudioList[idx], ()=>{
playDragonBoneAnimation(cat, "normal", -1); playDragonBoneAnimation(cat, "normal", -1);
......
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