|
|
@@ -159,7 +159,7 @@
|
|
|
uni.chooseImage({
|
|
|
count: props.maxCount - imageList.value.length,
|
|
|
sizeType: ['compressed'],
|
|
|
- sourceType: ['camera'],
|
|
|
+ sourceType: ['album','camera'],
|
|
|
success: (res) => {
|
|
|
const tempFilePaths = res.tempFilePaths as string[]
|
|
|
handleUpload(tempFilePaths)
|