wx.chooseVideo 选择本地视频 提示压缩中,然后直接闪退,怎么解决?
发布于 6 年前 作者 gang34 6554 次浏览 来自 问答

最近一周才出现的,多个用户手机反馈,而小程序代码期间并未改动

客户端版本

8.0.0

基础库版本

2.15.0

系统类型

Android


wx.chooseVideo({

sourceType: ['album', 'camera'],

maxDuration: 60,

camera: 'back',

success(res) {

if (res.size > _this._maxVideoSize) {

return _this.alertMsg('视频大小不能超过' + _this._maxVideoSizeM);

}

callback && callback(res.tempFilePath)

}

})


2 回复

你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

大的视频会出现压缩闪退

回到顶部