MrShi
2026-05-06 67d5bb893c27e06f37ce20124ba4a77007ada25f
small-program/pages/new-address/new-address.vue
@@ -111,7 +111,8 @@
         chooseLocation() {
            uni.chooseLocation({
               success: (res) => {
                  this.form.addr = res.name
                  console.log(res,"============================")
                  this.form.addr = res.address
                  this.form.latitude = res.latitude
                  this.form.longitude = res.longitude
               },