df6e4c3a by unknown

提示运行环境

1 parent 44fc1afe
......@@ -306,9 +306,13 @@ angular.module('myApp')
var obj = toJson(data)
layer.open({
content: JSON.stringify(obj),
content: data,
time: 5
})
// layer.open({
// content: JSON.stringify(obj),
// time: 5
// })
onSuccess(obj)
// onSuccess({
// latitude:30.2741500000,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!