1ae9192a by ex

取消转化

1 parent fcdfa323
...@@ -98,10 +98,10 @@ AppClient.prototype.getGPS = function (jsonStr, callback) { ...@@ -98,10 +98,10 @@ AppClient.prototype.getGPS = function (jsonStr, callback) {
98 content: e 98 content: e
99 }) 99 })
100 } 100 }
101 101 //
102 layer.open({ 102 // layer.open({
103 content: latitude 103 // content: latitude
104 }) 104 // })
105 callback(latitude, longitude, responseCallback) 105 callback(latitude, longitude, responseCallback)
106 } 106 }
107 window.WebViewJavascriptBridge.callHandler('getGPS', jsonStr, function (data, responseCallback) { 107 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!