9447fb48 by ex

js

1 parent 450dec87
...@@ -40,7 +40,7 @@ AppClient.prototype.getERCode = function (jsonStr, getCallback, postCallback) { ...@@ -40,7 +40,7 @@ AppClient.prototype.getERCode = function (jsonStr, getCallback, postCallback) {
40 params: dataParams 40 params: dataParams
41 }; 41 };
42 if(this.isAndroid) { 42 if(this.isAndroid) {
43 window.WebViewJavascriptBridge.appObj.callHandler('getERCode', jsonStr, function (res) { 43 window.WebViewJavascriptBridge.callHandler('getERCode', jsonStr, function (res) {
44 layer.open({ 44 layer.open({
45 content: res, 45 content: res,
46 time: 2 46 time: 2
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!