提示运行环境
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -24,7 +24,7 @@ function toJson(str) { | ... | @@ -24,7 +24,7 @@ function toJson(str) { |
| 24 | } | 24 | } |
| 25 | } | 25 | } |
| 26 | layer.open({ | 26 | layer.open({ |
| 27 | content: "isAndroid:"+ isAndroid+ ",isiOS" + isiOS, | 27 | content: "isAndroid:"+ isAndroid+ ",isiOS:" + isiOS, |
| 28 | time: 2 | 28 | time: 2 |
| 29 | }) | 29 | }) |
| 30 | AppClient.prototype.getERCode = function (jsonStr, getCallback, postCallback) { | 30 | AppClient.prototype.getERCode = function (jsonStr, getCallback, postCallback) { | ... | ... |
-
Please register or sign in to post a comment