Commit ee97fab7 authored by jeff's avatar jeff

更新

parent a17dc189
...@@ -124,6 +124,7 @@ cc.Class({ ...@@ -124,6 +124,7 @@ cc.Class({
item.bgAudioUrl && this._audioResList.push({ url: item.bgAudioUrl }) item.bgAudioUrl && this._audioResList.push({ url: item.bgAudioUrl })
for (let item of item.hotZoneItemArr) { for (let item of item.hotZoneItemArr) {
item.audio_url && this._audioResList.push({ url: item.audio_url }) item.audio_url && this._audioResList.push({ url: item.audio_url })
item.actionData_ && item.actionData_.audio_url && this._audioResList.push({ url: item.actionData_.audio_url })
} }
} }
}, },
......
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