2ac4d1d9 by unknown

提示运行环境

1 parent 8bcbe151
......@@ -309,15 +309,23 @@ angular.module('myApp')
content: JSON.stringify(obj),
time: 5
})
layer.open({
content: obj.latitude,
time: 5
})
layer.open({
content: obj.longitude,
time: 5
})
// layer.open({
// content: JSON.stringify(obj),
// time: 5
// })
onSuccess(obj)
// onSuccess({
// latitude:30.2741500000,
// longitude:120.1551500000
// })
// onSuccess(obj)
onSuccess({
latitude: obj.latitude,
longitude: obj.longitude
})
})
// if(isAndroid){
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!