4e46c07e by ex

h5

1 parent 6b4352fa
......@@ -172,9 +172,9 @@ angular.module('myApp')
// // responseCallback(responseData)
// })
window.WebViewJavascriptBridge.callHandler('getGPS', '', function(res, responseCallback) {
var data = JSON.parse(res)
// var data = JSON.parse(res
layer.open({
content: data,
content: res,
time: 2
});
// onSuccess(data)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!