目前发现华为P9录制视频(选择视频正常)返回{"errMsg":"chooseVideo:fail"},微信小程序websocket进程数-微信小程序开发。可搜索 ‘分享视频’ 微信小程序测试,这是必现的bug
chooseVideo: function () {
var that = this
wx.chooseVideo({
maxDuration: 30,
success: function (res) {
that.setData({
filePath: res.tempFilePath,
overTimeHidden: res.duration <= 30
})
},
fail: function(res) {
console.log(JSON.stringify(res))
}
})
},
本文来自微信小程序开发者论坛 -微信小程序工厂 http://www.xcxgc.com,转载请保留,开发微信小程序、定制微信小程序来微信小程序工厂网。
网友回复
娇华**回复:
麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
本文网址:http://www.91bianli.com/kaifazhinan/62943.html