Commit 613c245b authored by 范雪寒's avatar 范雪寒

feat:

parent 0b1b4c88
......@@ -70,6 +70,9 @@ export default class SceneComponent extends MyCocosSceneComponent {
}
async startStep2() {
console.log('this.currentPageIdx = ' + this.currentPageIdx);
console.log('this.currentPartIdx = ' + this.currentPartIdx);
const ps1 = this.asyncPlayAudioByUrl(this.data.pageArr[this.currentPageIdx].hotZoneItemArr[this.currentPartIdx].audio_url);
const ps2 = this.checkPart();
await Promise.all([ps1, ps2]);
......
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