uni.chooseImage({
count:$count, //默认9
sizeType: ['original'], //可以指定是原图还是压缩图,默认二者都有
sourceType: sourceType, //从相册选择
success:(res)=> {
if($cb){
$cb(res.tempFilePaths)
}
},
fail:(err)=>{
// #ifdef APP-PLUS
// #endif
}
});