rk
2025-08-27 58d63637b67a7c565618379268da604e6231fc4c
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
               },