Commit 651bc1f0 authored by 李维's avatar 李维

.

parent 94ca6705
......@@ -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",
......
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