5ec8066c by unknown

提示运行环境

1 parent df919cfc
...@@ -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) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!