story#7074,地图搜索位置改动为后台接口
This commit is contained in:
@ -92,7 +92,7 @@
|
|||||||
let activeObj = this.addressList[this.activeIndex];
|
let activeObj = this.addressList[this.activeIndex];
|
||||||
let lanLat = activeObj.location.split(',');
|
let lanLat = activeObj.location.split(',');
|
||||||
let _tempObj = {
|
let _tempObj = {
|
||||||
startPoiAddress: activeObj?.district + activeObj?.address + activeObj?.name,
|
startPoiAddress: activeObj?.address + activeObj?.name,
|
||||||
startLat: lanLat[0],
|
startLat: lanLat[0],
|
||||||
startLng: lanLat[1],
|
startLng: lanLat[1],
|
||||||
adCode: activeObj?.adcode,
|
adCode: activeObj?.adcode,
|
||||||
|
Reference in New Issue
Block a user