From 96783558baef86ece905d588beff63490aefa142 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Sat, 28 Jun 2025 16:56:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/home/components/AiApply.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/home/components/AiApply.vue b/root/home/components/AiApply.vue index dde30ab..eb78fc3 100644 --- a/root/home/components/AiApply.vue +++ b/root/home/components/AiApply.vue @@ -92,7 +92,7 @@ export default { uni.chooseImage({ count: 1, //默认9 sizeType: ['original'], //可以指定是原图还是压缩图,默认二者都有 - sourceType: $sourceType, //album 从相册选图,camera 使用相机 + sourceType: [$sourceType], //album 从相册选图,camera 使用相机 success: function (res) { console.log('选取文件数据:', res) that.uploadCozeFile(res.tempFilePaths[0])