b2f12ccd by ex

h5

1 parent c22c9704
...@@ -3,10 +3,10 @@ var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Adr') > -1; //android终 ...@@ -3,10 +3,10 @@ var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Adr') > -1; //android终
3 var isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); //ios终端 3 var isiOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/); //ios终端
4 var appClient = null; 4 var appClient = null;
5 function AppClient(appObj, isAndroid) { 5 function AppClient(appObj, isAndroid) {
6 layer.open({ 6 // layer.open({
7 content: JSON.stringify(appObj), 7 // content: JSON.stringify(appObj),
8 time: 2 8 // time: 2
9 }) 9 // })
10 this.appObj = appObj; 10 this.appObj = appObj;
11 this.isAndroid = isAndroid; 11 this.isAndroid = isAndroid;
12 }; 12 };
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!