b2f12ccd by ex

h5

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