机型:
我只是再onReady里面设置了相机宽高,并没控制
this.ctx = wx.createCameraContext()
this.ctx.takePhoto({
quality: 'normal',
success: (res) => {
that.setData({
src: res.tempImagePath
})
},
fail: function (err) {
}
})
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),是调用了哪个组件呢?