Commit 3c3bfbe4 authored by xhx's avatar xhx

fix

parent 7e6a30a9
......@@ -524,10 +524,10 @@ jsBridge.prototype.bridge_getGps = function (params, success) {
/* 退出 */
jsBridge.prototype.bridge_quitApp = function (params, success) {
if (this.curApp == ANDROID) {
dsBridge.call('bridge_getGps', params)
dsBridge.call('bridge_quitApp', params)
}
else if (this.curApp == IOS) {
this.callHandler('bridge_getGps', params, success)
this.callHandler('bridge_quitApp', params, success)
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment