Commit 6b85b167 authored by 李维's avatar 李维

修复错误音效缺失导致的异常

parent eea50373
......@@ -273,7 +273,7 @@ cc.Class({
this.hideVoice();
return resolve(true);
} else {
this.playLocalAudio("错误弹回");
this.playLocalAudio("wrong");
asyncPlayDragonBoneAnimation(cat, "wrong", 1);
await this.showVoiceTry();
this.hideVoice();
......
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