From 8c052aad16378275c39b5a62816bf44f794e5008 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Sat, 28 Jun 2025 16:21:19 +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 +- root/home/editTownsman.vue | 5 +++-- root/home/quickApplication.vue | 5 +++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/root/home/components/AiApply.vue b/root/home/components/AiApply.vue index cbff60f..dde30ab 100644 --- a/root/home/components/AiApply.vue +++ b/root/home/components/AiApply.vue @@ -86,7 +86,7 @@ export default { } }) }, - uploadPhoto($sourceType = ['album', 'camera']) { + uploadPhoto($sourceType) { let that = this console.log('$sourceType', $sourceType) uni.chooseImage({ diff --git a/root/home/editTownsman.vue b/root/home/editTownsman.vue index f1c18e9..a1f178f 100644 --- a/root/home/editTownsman.vue +++ b/root/home/editTownsman.vue @@ -1,6 +1,6 @@