h5
Showing
1 changed file
with
4 additions
and
4 deletions
| ... | @@ -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 | }; | ... | ... |
-
Please register or sign in to post a comment