js
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment