uni.chooseImage({
count: 6, //默认9
sizeType: ['original', 'compressed'], //可以指定是原图还是压缩图,默认二者都有
sourceType: ['album','camera '], //从相册选择
success: function (res) {
console.log(JSON.stringify(res.tempFilePaths));
}
})
拍照后能够正常返回tempFilePaths地址数组,但是拍摄的照片在内存中不存在
是什么原因?
鬼 (作者)
没有
2020-05-20 11:37