Commit eda5c173 authored by huoshizhe's avatar huoshizhe

feat:

parent 0eed7cb4
......@@ -154,10 +154,12 @@ cc.Class({
this._audioResList.push({url: this.data.lrcData.audio_url });
}
if (this.data.accompany_audio_url) {
this._audioResList.push({url: this.data.accompany_audio_url});
this.data.bg_audio_url = this.data.accompany_audio_url;
}
this._audioResList.push({url: this.data.bg_audio_url});
if (this.data.bg_audio_url) {
this._audioResList.push({url: this.data.bg_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