From 65459954ada528200517c975945937a4e6ddc8f7 Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 13 Nov 2024 10:19:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=8F=E6=89=8B=E6=8B=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mods/conv/AppPhotoReport/PhotoForm.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mods/conv/AppPhotoReport/PhotoForm.vue b/src/mods/conv/AppPhotoReport/PhotoForm.vue index c856dcc..3e8e8f2 100644 --- a/src/mods/conv/AppPhotoReport/PhotoForm.vue +++ b/src/mods/conv/AppPhotoReport/PhotoForm.vue @@ -141,7 +141,8 @@ export default { success: () => { uni.chooseLocation({ success: res => { - this.form.address = res.address + console.log(res) + this.form.address = res.name this.form.lat = res.latitude this.form.lng = res.longitude }