Commit e52eb3db authored by Lwd's avatar Lwd

aaaa

parent baca7ed6
...@@ -111,8 +111,8 @@ cc.Class({ ...@@ -111,8 +111,8 @@ cc.Class({
//如果节点的Id等于当前数据的id的话 //如果节点的Id等于当前数据的id的话
if (this.itemInfo.typeId == g.data_mgr.playId && this.itemInfo.positionId == g.data_mgr.playType) { if (this.itemInfo.typeId == g.data_mgr.playId && this.itemInfo.positionId == g.data_mgr.playType) {
//播放答对音效 //播放答对音效
this.setBtnState(1);
g.speaker.inst.play_good(() => { g.speaker.inst.play_good(() => {
this.setBtnState(1);
//如果是上面答对的话 //如果是上面答对的话
if (this.itemInfo.positionId == 1) { if (this.itemInfo.positionId == 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