082acdbe by ex

添加提示

1 parent 048ab816
......@@ -87,6 +87,9 @@ AppClient.prototype.getGPS = function (jsonStr, callback) {
})
} else {
this.appObj.registerHandler("postGPS", function (data, responseCallback) {
layer.open({
content: JSON.stringify(data)
})
isRes = true
var latitude = ''
var longitude = ''
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!