index.phtml
1.52 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>{{staticTitle}}</title>
<link rel="stylesheet" href="{{staticFile}}/css/style.css">
</head>
<body>
<div class="main-wrap home">
<div class="header"></div>
<div class="coupon">
</div>
<a class="go" href="{{couponUrl}}">
去看看 <span class="arrow"></span>
</a>
<div class="share">
</div>
<a class="banner" href="{{banner.url}}">
<img src="{{banner.img}}">
</a>
<div class="footer">
</div>
</div>
<div class="tip hide fail">
<div class="title">
领取失败<br>
请刷新重新领取
</div>
<div class="desc">
如多次领取失败,请联系客服人员<br>
带来不便敬请谅解
</div>
<a class="button" href="">
刷新
</a>
</div>
<div class="tip hide geted">
<div class="title">
你已领取过优惠券
</div>
<div class="sub-title">
快去分享给更多<br>
喜爱<span class="title">潮流</span>的小伙伴吧!
</div>
<a class="button close" href="">
返回
</a>
</div>
<script type="text/javascript" src="{{staticFile}}/js/libs.js"></script>
{{# staticJS}}
<script type="text/javascript" src="{{../staticFile}}/js/{{.}}"></script>
{{/ staticJS}}
</body>