e3be94eb by unknown

提示运行环境

1 parent 5ec8066c
...@@ -37,12 +37,7 @@ AppClient.prototype.getERCode = function (jsonStr, getCallback, postCallback) { ...@@ -37,12 +37,7 @@ AppClient.prototype.getERCode = function (jsonStr, getCallback, postCallback) {
37 params: dataParams 37 params: dataParams
38 }; 38 };
39 if(this.isAndroid) { 39 if(this.isAndroid) {
40 window.WebViewJavascriptBridge.callHandler('getERCode', jsonStr, function (res) { 40 window.WebViewJavascriptBridge.callHandler('getERCode', jsonStr, getCallback);
41 layer.open({
42 content: res,
43 time: 2
44 })
45 });
46 } else { 41 } else {
47 this.appObj.registerHandler("postERCOde", postCallback) 42 this.appObj.registerHandler("postERCOde", postCallback)
48 this.appObj.callHandler("getERCode", param, getCallback); 43 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!