Commit 723f5c1a by libai

测试

parent d8898b60
Showing with 17 additions and 16 deletions
......@@ -70,21 +70,21 @@
}
}
}, data);
$(".btn").on("click",function(){
var ua = navigator.userAgent.toLowerCase();
if(ua.match(/MicroMessenger/i) == 'micromessenger'){
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href='https://apps.apple.com/cn/app/id1522691256'
}else{
window.location.href='https://a.app.qq.com/o/simple.jsp?pkgname=com.show.guodong.live'
}
}else{
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href='https://apps.apple.com/cn/app/id1522691256'
}else{
window.location.href='https://zhibocdn.ishuaji.cn/apk/down/guodong-1.0.0-gdgw.apk'
}
}
})
// $(".btn").on("click",function(){
// var ua = navigator.userAgent.toLowerCase();
// if(ua.match(/MicroMessenger/i) == 'micromessenger'){
// if (/iphone|ipad|ipod/.test(ua)) {
// window.location.href='https://apps.apple.com/cn/app/id1522691256'
// }else{
// window.location.href='https://a.app.qq.com/o/simple.jsp?pkgname=com.show.guodong.live'
// }
// }else{
// if (/iphone|ipad|ipod/.test(ua)) {
// window.location.href='https://apps.apple.com/cn/app/id1522691256'
// }else{
// window.location.href='https://zhibocdn.ishuaji.cn/apk/down/guodong-1.0.0-gdgw.apk'
// }
// }
// })
</script>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment