60e310ce by unknown

提示运行环境

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