Commit 3f35cef2 authored by 李帅's avatar 李帅

+1

parent eeba68a5
/* /*
* @Author: ls * @Author: ls
* @Date: 2022-05-15 18:22:18 * @Date: 2022-05-15 18:22:18
* @LastEditTime: 2022-06-14 18:47:33 * @LastEditTime: 2022-06-14 18:59:07
* @LastEditors: ls * @LastEditors: ls
* @Description: * @Description:
* @FilePath: \ls_gramophone\assets\ls_gramophone\scene\ls_gramophone.ts * @FilePath: \ls_gramophone\assets\ls_gramophone\scene\ls_gramophone.ts
...@@ -308,10 +308,9 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -308,10 +308,9 @@ export default class SceneComponent extends MyCocosSceneComponent {
if (idx !== -1) { if (idx !== -1) {
this._records[idx] = res.audioUrl; this._records[idx] = res.audioUrl;
this.log(`${idx} ===> ${res.audioUrl}`); this.log(`${idx} ===> ${res.audioUrl}`);
this.scheduleOnce(() => {
this.resetRecord(); this.resetRecord();
}, 0.1);
// this.scheduleOnce(() => {});
} }
} }
......
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