Commit 91ce9d18 authored by 李维's avatar 李维

Bug fix

parent 6d58fd3f
......@@ -278,8 +278,8 @@ export default class NewClass extends cc.Component {
} catch(err) {
console.log(err)
}
this.setEditboxString(e.text);
this.recordUrl = e.audioUrl;
this.setEditboxString(obj.text);
this.recordUrl = obj.audioUrl;
this.preLoadAudio(this.recordUrl);
this.handlerSpeach = null;
});
......
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