From 60c3e0f572228c4e1c6071a6704dc4ea67e4e860 Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Thu, 20 Aug 2026 11:57:18 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E8=AF=AD=E6=B3=95=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesInn/inn/innApply.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pagesInn/inn/innApply.vue b/pagesInn/inn/innApply.vue index 18e27f9..5d38551 100644 --- a/pagesInn/inn/innApply.vue +++ b/pagesInn/inn/innApply.vue @@ -432,14 +432,10 @@ 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); } - } }); - } if (this.addressText.length == 0) { this.$dialog.error("请选择店铺所在省市区");