4101815a by unknown

提示运行环境

1 parent 86046fad
......@@ -15,6 +15,7 @@ function isJson(str) {
return true;
}
// var str = '{latitude:30.2741500000,longitude:120.1551500000}'
// console.log(toJson(str))
function toJson(str) {
try {
if(str.length > 2){
......
......@@ -303,9 +303,10 @@ angular.module('myApp')
},1000)
} else {
appClient.getGPS('', function (data, cb) {
var obj = toJson(data)
layer.open({
content: obj,
content: obj.latitude,
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!