wx.createCameraContext 闪退,闪退,请重视,第三次提交

发布于 6 年前作者 fangwang7633 次浏览最后编辑 6 年前来自 ask

这个问题我之前已经提过两次了,客服各种说辞就是没有解决办法,请问到底能不能解决。

在onshow中使用如下代码:

onShow: function () {
    var that = this;
    that.ctx = wx.createCameraContext()
    that.ctx.startRecord({
      success: (res) => {
        console.log('startRecord')
        setTimeout(function () {
          that.ctx.stopRecord({
            success: (res) => {
              that.setData({
                src: res.tempVideoPath
              })
            }
          })
        }, 5000)
      }
    })
  },

华为p9plus,华为荣耀note8 。android 7.0操作系统,执行上述代码随机闪退,已经耽误了两个月的进度,请问能不能给出解决办法,说了5月份更新的版本修复,结果6月份了,bug依然存在,您修复了么,上心了么,就这么玩我们开发者么???

代码片段:wechatide://minicode/EZ4d1Vmn6fZD

3 回复
guiyingwan
guiyingwan1 楼6 年前

你好,麻烦提供下微信的客户端版本,微信号,以及出现闪退的时间!

taomao
taomao2 楼6 年前

你好,你说的下个版本修复 是微信内部研发人员跟你说的吗

dinggang
dinggang3 楼5 年前

请问解决了没有?