1

parent 7f7a2dba
...@@ -410,8 +410,10 @@ function openMapApp(info) { ...@@ -410,8 +410,10 @@ function openMapApp(info) {
success: (res) => { success: (res) => {
const item = { const item = {
shopAddress: info.shopAddress, shopAddress: info.shopAddress,
latitude: info.location.lat, // latitude: info.location.lat,
longitude: info.location.lon, latitude: '106.68650025025502',
// longitude: info.location.lon,
longitude: '26.567192352601154',
name: '', name: '',
}; };
console.log('item', item); console.log('item', item);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment