From 1adef8d00be84c5e1252e9a413ee3b402c1b2749 Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Thu, 20 Aug 2026 12:31:56 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A5798=20=E3=80=90=E7=A4=BC=E5=93=81?= =?UTF-8?q?=E9=9B=86=E9=87=87=E4=B8=AD=E5=BF=83=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E3=80=91=E3=80=90=E5=95=86=E6=88=B7=E5=85=A5=E9=A9=BB-?= =?UTF-8?q?=E7=A4=BC=E5=93=81=E9=9B=86=E9=87=87=E4=B8=AD=E5=BF=83=E5=85=A5?= =?UTF-8?q?=E9=A9=BB=E3=80=91=E7=A4=BC=E5=93=81=E9=9B=86=E9=87=87=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E5=85=A5=E9=A9=BB=E8=AF=A6=E6=83=85=E9=A1=B5=EF=BC=8C?= =?UTF-8?q?=E5=95=86=E5=AE=B6=E8=B5=84=E8=B4=A8=E4=B8=8A=E4=BC=A0=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=E4=BB=85=E6=94=AF=E6=8C=81=E4=B8=8A=E4=BC=A0=E5=8D=95?= =?UTF-8?q?=E5=BC=A0=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesInn/inn/innApply.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pagesInn/inn/innApply.vue b/pagesInn/inn/innApply.vue index 5d38551..449166c 100644 --- a/pagesInn/inn/innApply.vue +++ b/pagesInn/inn/innApply.vue @@ -432,11 +432,14 @@ export default { console.log('详细地址:' + res.address); console.log('纬度:' + res.latitude); console.log('经度:' + res.longitude); + that.innApplyInfo.address = res.address; + that.innApplyInfo.position = that.$forceToDecimal(res.longitude, 6) + ',' + that.$forceToDecimal(res.latitude, 6); } }); - + }, + submit() { if (this.addressText.length == 0) { this.$dialog.error("请选择店铺所在省市区"); return;