9447fb48 by ex

js

1 parent 450dec87
......@@ -40,7 +40,7 @@ AppClient.prototype.getERCode = function (jsonStr, getCallback, postCallback) {
params: dataParams
};
if(this.isAndroid) {
window.WebViewJavascriptBridge.appObj.callHandler('getERCode', jsonStr, function (res) {
window.WebViewJavascriptBridge.callHandler('getERCode', jsonStr, function (res) {
layer.open({
content: res,
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!