This commit is contained in:
yanran200730
2022-05-27 09:51:40 +08:00
parent acd4d63500
commit 267a84c7f7
2 changed files with 5 additions and 2 deletions

View File

@@ -155,6 +155,7 @@
uni.chooseImage({
count: 1,
sizeType: ['compressed'],
sourceType: ['camera'],
success: res => {
let formData = new FormData()
formData.append('file', res.tempFiles[0])