MrShi
2026-04-30 58f93fefc72970f5f4097a203257315514443e8e
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
               },