小程序上传语音505错误

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;

展开全部
收起
0回答
提交回答
  • 至过去的我

    2044人对此回答表示赞同

    我是未来的你,你现在是不是在年找寻小程序答案。你不要感觉诧异,给你来信原因,就是让你不在后悔。今天去学习如何推广小程序,相信......点击查看更多>
    发布于
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
咨询热线

13312967497

扫码添加业务即可随时咨询 还可领取小程序推广攻略

业务咨询: 13312967497
扫码咨询

扫码咨询套餐

回到顶部