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 }