4e46c07e by ex

h5

1 parent 6b4352fa
...@@ -172,9 +172,9 @@ angular.module('myApp') ...@@ -172,9 +172,9 @@ angular.module('myApp')
172 // // responseCallback(responseData) 172 // // responseCallback(responseData)
173 // }) 173 // })
174 window.WebViewJavascriptBridge.callHandler('getGPS', '', function(res, responseCallback) { 174 window.WebViewJavascriptBridge.callHandler('getGPS', '', function(res, responseCallback) {
175 var data = JSON.parse(res) 175 // var data = JSON.parse(res
176 layer.open({ 176 layer.open({
177 content: data, 177 content: res,
178 time: 2 178 time: 2
179 }); 179 });
180 // onSuccess(data) 180 // 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!