e6dbe21e by unknown

提示运行环境

1 parent 2ac4d1d9
...@@ -309,14 +309,14 @@ angular.module('myApp') ...@@ -309,14 +309,14 @@ angular.module('myApp')
309 content: JSON.stringify(obj), 309 content: JSON.stringify(obj),
310 time: 5 310 time: 5
311 }) 311 })
312 layer.open({ 312 // layer.open({
313 content: obj.latitude, 313 // content: obj.latitude,
314 time: 5 314 // time: 5
315 }) 315 // })
316 layer.open({ 316 // layer.open({
317 content: obj.longitude, 317 // content: obj.longitude,
318 time: 5 318 // time: 5
319 }) 319 // })
320 // layer.open({ 320 // layer.open({
321 // content: JSON.stringify(obj), 321 // content: JSON.stringify(obj),
322 // time: 5 322 // time: 5
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!