e3be94eb by unknown

提示运行环境

1 parent 5ec8066c
......@@ -37,12 +37,7 @@ AppClient.prototype.getERCode = function (jsonStr, getCallback, postCallback) {
params: dataParams
};
if(this.isAndroid) {
window.WebViewJavascriptBridge.callHandler('getERCode', jsonStr, function (res) {
layer.open({
content: res,
time: 2
})
});
window.WebViewJavascriptBridge.callHandler('getERCode', jsonStr, getCallback);
} else {
this.appObj.registerHandler("postERCOde", postCallback)
this.appObj.callHandler("getERCode", param, getCallback);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!