Commit 42c3887f authored by Tt's avatar Tt

修改数据问题

parent 7beb1174
...@@ -80,7 +80,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -80,7 +80,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
this.layers = []; this.layers = [];
this.readyNext = false; this.readyNext = false;
this.readyTime = 99999; this.readyTime = 99999;
this.setTotalCount(this.list) this.setTotalCount(this.list.length)
} }
private layers: Array<cc.Node>; private layers: Array<cc.Node>;
...@@ -447,7 +447,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -447,7 +447,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
if (!this.recording) return; if (!this.recording) return;
this.showRecordEnd(); this.showRecordEnd();
let testData = { let testData = {
"text": "",//Yes, there is.Yes, there is.Yes, there is.Yes, there is.Yes, there is.Yes, there is.Yes, there is. "text": "Yes, there is.Yes, there is.Yes, there is.Yes, there is.Yes, there is.Yes, there is.Yes, there is.",
"audioUrl": "https://staging-teach.cdn.ireadabc.com/6ee3ccaa831a884f02c6a75c6f647cb5.wav" "audioUrl": "https://staging-teach.cdn.ireadabc.com/6ee3ccaa831a884f02c6a75c6f647cb5.wav"
} }
if (!courseware) return this.recrodEnd(testData) if (!courseware) return this.recrodEnd(testData)
......
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