Commit bb3ec533 authored by lvtz's avatar lvtz

fix

parent 4b7ca3ed
......@@ -253,7 +253,7 @@ Page({
onShow: function () {
},
onHide: function () {
this.innerAudioContext.destroy();
this.innerAudioContext.pause();
this.recorderManager.stop();
this.recorderManager = null;
this.innerAudioContext.src='';
......
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