Commit aa763ec3 authored by 李维's avatar 李维

.

parent 651bc1f0
......@@ -78,11 +78,11 @@ export default class SceneComponent extends MyCocosSceneComponent {
this.isStop = false;
const audioUrl = [];
this.data.forEach(item => {
// audioUrl.push({
// id: item.id,
// type: "cn",
// audio_url: item.audio_cn_url
// })
audioUrl.push({
id: item.id,
type: "cn",
audio_url: item.audio_cn_url
})
audioUrl.push({
id: item.id,
type: "en",
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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