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

.

parent 94ca6705
...@@ -78,11 +78,11 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -78,11 +78,11 @@ export default class SceneComponent extends MyCocosSceneComponent {
this.isStop = false; this.isStop = false;
const audioUrl = []; const audioUrl = [];
this.data.forEach(item => { this.data.forEach(item => {
audioUrl.push({ // audioUrl.push({
id: item.id, // id: item.id,
type: "cn", // type: "cn",
audio_url: item.audio_cn_url // audio_url: item.audio_cn_url
}) // })
audioUrl.push({ audioUrl.push({
id: item.id, id: item.id,
type: "en", 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