02c9b1a9 by unknown

提示运行环境

1 parent 2615f045
......@@ -304,15 +304,16 @@ angular.module('myApp')
} else {
appClient.getGPS('', function (data, cb) {
var obj = toJson(data)
layer.open({
content: obj,
time: 2
})
onSuccess(obj)
// onSuccess({
// latitude:30.2741500000,
// longitude:120.1551500000
// })
layer.open({
content: data,
time: 2
})
})
// if(isAndroid){
//
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!