提示运行环境
Showing
1 changed file
with
4 additions
and
4 deletions
| ... | @@ -41,10 +41,10 @@ function toJson(str) { | ... | @@ -41,10 +41,10 @@ function toJson(str) { |
| 41 | return {} | 41 | return {} |
| 42 | } | 42 | } |
| 43 | } | 43 | } |
| 44 | layer.open({ | 44 | // layer.open({ |
| 45 | content: "isAndroid:"+ isAndroid+ ",isiOS:" + isiOS, | 45 | // content: "isAndroid:"+ isAndroid+ ",isiOS:" + isiOS, |
| 46 | time: 2 | 46 | // time: 2 |
| 47 | }) | 47 | // }) |
| 48 | AppClient.prototype.getERCode = function (jsonStr, callback) { | 48 | AppClient.prototype.getERCode = function (jsonStr, callback) { |
| 49 | var dataParams = ""; | 49 | var dataParams = ""; |
| 50 | if(isJson(jsonStr)){ | 50 | if(isJson(jsonStr)){ | ... | ... |
-
Please register or sign in to post a comment