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 @@