df919cfc by unknown

提示运行环境

1 parent 38cce803
...@@ -15,7 +15,7 @@ function isJson(str) { ...@@ -15,7 +15,7 @@ function isJson(str) {
15 return true; 15 return true;
16 } 16 }
17 function toJson(str) { 17 function toJson(str) {
18 var i = str.index('{')git 18 var i = str.index('{')
19 try { 19 try {
20 var arr = str.split(2,str.length - 4) 20 var arr = str.split(2,str.length - 4)
21 console.log(arr) 21 console.log(arr)
...@@ -109,5 +109,5 @@ if(isAndroid || isiOS) { ...@@ -109,5 +109,5 @@ if(isAndroid || isiOS) {
109 // 此处可以调用一些init的方法 109 // 此处可以调用一些init的方法
110 }); 110 });
111 } else { 111 } else {
112 // appClient = new AppClient({}, false); 112 appClient = undefined
113 } 113 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!