1ae9192a by ex

取消转化

1 parent fcdfa323
......@@ -98,10 +98,10 @@ AppClient.prototype.getGPS = function (jsonStr, callback) {
content: e
})
}
layer.open({
content: latitude
})
//
// layer.open({
// content: latitude
// })
callback(latitude, longitude, responseCallback)
}
window.WebViewJavascriptBridge.callHandler('getGPS', jsonStr, function (data, responseCallback) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!