a0b6e71b by unknown

提示运行环境

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