takePhoto() {
const ctx = wx.createCameraContext()
ctx.takePhoto({
quality: 'high',
success(res) {
console.log('success')
console.log(res)
},
fail(res) {
console.log('takePhoto fail res')
console.log(res)
}
})
预览Cannot read property 'mode' of undefined;at pages/take_video/video page takePhoto function
TypeError: Cannot read property 'mode' of undefined
微信小程序开发问题解答
微信小程序开发者回答:
版本问题,2.04版本camera有问题,可以切换成最新版本
微信小程序开发者回答:
mode=>查看下这个定义是什么?
微信小程序开发者回答:
咋回事呢
本文网址:http://www.91bianli.com/weixinxiaochengxu/39826.html