doum
2025-08-27 fe729234647c83f8029beba4e31dc8d364a6427b
small-program/pages/employment-certification/employment-certification.vue
@@ -376,7 +376,7 @@
            uni.chooseLocation({
               success: (res) => {
                  console.log(res);
                  this.form.location = res.address
                  this.form.location = res.name || res.address
                  this.form.lat = res.latitude
                  this.form.lgt = res.longitude
               },