Commit 723f5c1a by libai

测试

parent d8898b60
Showing with 17 additions and 16 deletions
...@@ -70,21 +70,21 @@ ...@@ -70,21 +70,21 @@
} }
} }
}, data); }, data);
$(".btn").on("click",function(){ // $(".btn").on("click",function(){
var ua = navigator.userAgent.toLowerCase(); // var ua = navigator.userAgent.toLowerCase();
if(ua.match(/MicroMessenger/i) == 'micromessenger'){ // if(ua.match(/MicroMessenger/i) == 'micromessenger'){
if (/iphone|ipad|ipod/.test(ua)) { // if (/iphone|ipad|ipod/.test(ua)) {
window.location.href='https://apps.apple.com/cn/app/id1522691256' // window.location.href='https://apps.apple.com/cn/app/id1522691256'
}else{ // }else{
window.location.href='https://a.app.qq.com/o/simple.jsp?pkgname=com.show.guodong.live' // window.location.href='https://a.app.qq.com/o/simple.jsp?pkgname=com.show.guodong.live'
} // }
}else{ // }else{
if (/iphone|ipad|ipod/.test(ua)) { // if (/iphone|ipad|ipod/.test(ua)) {
window.location.href='https://apps.apple.com/cn/app/id1522691256' // window.location.href='https://apps.apple.com/cn/app/id1522691256'
}else{ // }else{
window.location.href='https://zhibocdn.ishuaji.cn/apk/down/guodong-1.0.0-gdgw.apk' // window.location.href='https://zhibocdn.ishuaji.cn/apk/down/guodong-1.0.0-gdgw.apk'
} // }
} // }
}) // })
</script> </script>
</html> </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