收藏
回答

公众号H5 停止录音后页面还显示录音中?

wx.startRecord();

开始录音后页面顶部显示录音中...

wx.stopRecord({

success: function(res) {

clearInterval(that.tiemr)

that.tiemr = ""

that.localId = res.localId; //音频的本地ID

}

});

结束后还是显示录音中...

回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容