082acdbe by ex

添加提示

1 parent 048ab816
...@@ -87,6 +87,9 @@ AppClient.prototype.getGPS = function (jsonStr, callback) { ...@@ -87,6 +87,9 @@ AppClient.prototype.getGPS = function (jsonStr, callback) {
87 }) 87 })
88 } else { 88 } else {
89 this.appObj.registerHandler("postGPS", function (data, responseCallback) { 89 this.appObj.registerHandler("postGPS", function (data, responseCallback) {
90 layer.open({
91 content: JSON.stringify(data)
92 })
90 isRes = true 93 isRes = true
91 var latitude = '' 94 var latitude = ''
92 var longitude = '' 95 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!