phone1.html
3.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<!--<script type="text/javascript" charset="UTF-8" src="//res.cdn.openinstall.io/openinstall.js"></script>-->
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta content="telephone=no" name="format-detection">
<meta name="wap-font-scale" content="no">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<title class="title">果冻直播</title>
<script src="lib/fsize.js"></script>
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/phone.css?v=2021111603">
<style>
.Safari{
display: none;
top: 0;
left: 0;
position: fixed;
width: 10rem;
height: 100vh;
background: rgba(0,0,0,0.8);
z-index: 1000;
}
.Safari img{
width: 10rem;
}
.Recharge {
position: absolute;
font-size: 0.45rem;
color: #FDFEFD;
right: 0.3rem;
font-weight: 700;
top: 0.2rem;
}
</style>
</head>
<body style="background: #B0CED8;">
<div class="banner">
<a href="login.html"><span class="Recharge">充值<span style="font-weight: 700;font-family:'黑体'">>></span></span></a>
<div id="downloadButton" class="btn"></div>
</div>
<div class="Safari">
<img src="images/Safari.png" alt="">
</div>
</body>
<script src="lib/jquery-3.1.1.min.js"></script>
<script src="lib/spark-md5.min.js"></script>
<script>
localStorage.canvasCode='phone'
checkIp()
function checkIp() {
$.ajax({
url:"https://webserver.yabolive.net/user/checkIpIsChina.html",
success: function (res) {
var result = JSON.parse(res);
localStorage.canvasCode=SparkMD5.hash(window.navigator.userAgent.toLowerCase()+'ip:'+result.ip);
}
})
}
function report(myOs){
$.ajax({
url:'https://openapi.lvdou66.com/log/wx/share/report',
type:"post",
data:{
type:3,
pageId:localStorage.canvasCode,
os:myOs
},
success:function(data){
}
})
}
$(".btn").on("click",function(){
var ua = navigator.userAgent.toLowerCase();
if(ua.match(/MicroMessenger/i) == 'micromessenger'){
if (/iphone|ipad|ipod/.test(ua)) {
report('ios')
window.location.href='https://www.pgyer.com/FGSJ'
// window.location.href='https://apps.apple.com/cn/app/id1522691256'
// layer.msg("ios版本维护中,请添加“果冻直播”公众号咨询")
}else{
report('Android')
window.location.href='https://a.app.qq.com/o/simple.jsp?pkgname=com.show.guodong.live'
}
}else{
if (/iphone|ipad|ipod/.test(ua)) {
report('ios')
window.location.href='https://www.pgyer.com/FGSJ'
// window.location.href='https://apps.apple.com/cn/app/id1522691256'
// layer.msg("ios版本维护中,请添加“果冻直播”公众号咨询")
}else{
report('Android')
window.location.href='https://zhibocdn.lvdou66.com/apk/down/guodong.apk'
}
}
})
</script>
</html>