随手拍

This commit is contained in:
liuye
2024-11-13 10:19:30 +08:00
parent 924fefcc0e
commit 65459954ad

View File

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