1

parent 7f7a2dba
......@@ -410,8 +410,10 @@ function openMapApp(info) {
success: (res) => {
const item = {
shopAddress: info.shopAddress,
latitude: info.location.lat,
longitude: info.location.lon,
// latitude: info.location.lat,
latitude: '106.68650025025502',
// longitude: info.location.lon,
longitude: '26.567192352601154',
name: '',
};
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