df6e4c3a by unknown

提示运行环境

1 parent 44fc1afe
...@@ -306,9 +306,13 @@ angular.module('myApp') ...@@ -306,9 +306,13 @@ angular.module('myApp')
306 306
307 var obj = toJson(data) 307 var obj = toJson(data)
308 layer.open({ 308 layer.open({
309 content: JSON.stringify(obj), 309 content: data,
310 time: 5 310 time: 5
311 }) 311 })
312 // layer.open({
313 // content: JSON.stringify(obj),
314 // time: 5
315 // })
312 onSuccess(obj) 316 onSuccess(obj)
313 // onSuccess({ 317 // onSuccess({
314 // latitude:30.2741500000, 318 // 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!