修复选择位置后各个页面定位不统一的问题

This commit is contained in:
weipengfei 2023-12-04 09:16:50 +08:00
parent de944d0ed9
commit 78d4ad773a

View File

@ -697,6 +697,7 @@
uni.$once('changeAddress', (e) => {
this.street_id = e.street.code;
this.street = e.street.name;
this.town = e.street.name;
if (e.longitude) {
this.longitude = e.longitude;
this.latitude = e.latitude;