2398关注7112浏览
小程序上传语音错误显示505状态 只有部分手机有这种情况,安卓6.1一下版本,
longtap: function () {
var that = this;
const recorderManager = wx.getRecorderManager();
console.log("当前录音状态:"+this.data.lock);
if (ly) {
wx.showToast({
title: '正在录音,再次点击结束录音',
icon: "none",
duration: 10000
})
setTimeout(function () {
wx.hideToast()
}, 1500);
ly = false;
} else {
ly = true;
wx.showToast({
title: '录音结束',
icon: "none",
duration: 10000
})
setTimeout(function () {
wx.hideToast()
}, 1000);
}
if (this.data.lock) {
recorderManager.stop();
//开锁
setTimeout(() => {
this.setData({ lock: false });
}, 100);
} else {
this.setData({ lock: true });
//========= 调用录音接口的事件处理=============
recorderManager.onStart(() => {
console.log('recorder start')
})
recorderManager.onPause(() => {
console.log('recorder pause')
})
recorderManager.onStop((res) => {
console.log('recorder stop', res)
const { tempFilePath } = res;
mymusic = res.tempFilePath;
j = that.data.current-1;
-
至过去的我
2044人对此回答表示赞同
我是未来的你,你现在是不是在年找寻小程序答案。你不要感觉诧异,给你来信原因,就是让你不在后悔。今天去学习如何推广小程序,相信......点击查看更多>