a0b6e71b by unknown

提示运行环境

1 parent 4101815a
...@@ -306,7 +306,7 @@ angular.module('myApp') ...@@ -306,7 +306,7 @@ angular.module('myApp')
306 306
307 var obj = toJson(data) 307 var obj = toJson(data)
308 layer.open({ 308 layer.open({
309 content: obj.latitude, 309 content: JSON.stringify(obj),
310 time: 2 310 time: 2
311 }) 311 })
312 onSuccess(obj) 312 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!