-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathres.html
63 lines (57 loc) · 2.49 KB
/
res.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>抢票能力测试</title>
<link rel="stylesheet" type="text/css" href="style.css?v1">
<style>
div.result{
display: block;
}
</style>
<script src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
<script src="http://sandbox-api.soundtooth.cn/game/jssdk_demo.php"></script>
<script>
wx.ready(function(){
wx.onMenuShareTimeline({
title: '逆天验证码,攻占12306抢车票',
link: 'https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx131b06b8cdbe4111&redirect_uri=http://sandbox-api.soundtooth.cn/game/redirect.php?game_id=7&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect',
imgUrl: 'http://7xp1cu.com2.z0.glb.qiniucdn.com/tickets.png'
});
wx.onMenuShareAppMessage({
title: '逆天验证码,攻占12306抢车票',
link: 'https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx131b06b8cdbe4111&redirect_uri=http://sandbox-api.soundtooth.cn/game/redirect.php?game_id=7&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect',
desc: '以前抢票靠网速, 现在抢票靠智商! 擦亮双眼来战吧骚年!!',
imgUrl: 'http://7xp1cu.com2.z0.glb.qiniucdn.com/tickets.png'
});
});
</script>
</head>
<body>
<div class="result">
<div class="ticket"></div>
<div class="title" style="margin-top: 20px;">
<span id="nickname">我</span>共做对<span id="correct-count"></span>道奇葩验证码
</div>
<div class="subtitle"></div>
<div class="desc" style="margin-bottom: 50px;"></div>
<div class="buttons">
<span id="play-button">我也来试试</span>
</div>
</div>
<!-- <footer>本网页由声牙科技有限公司提供</footer> -->
<div style="position:fixed;bottom:0;font-size: 0;" onclick="location.href='http://www.soundtooth.cn'">
<img src="http://share.soundtooth.cn/down.gif" width="100%">
</div>
<div id="adv">
<img src="assets/adv.png" width="100%" alt="">
</div>
<div class="share-layer">
<img src="assets/share-timeline.png" alt="">
</div>
<script src="http://libs.useso.com/js/zepto/1.1.3/zepto.min.js"></script>
<script src="touch.js"></script>
<script src="index.js?v3"></script>
</body>
</html>