1
|
-<?php return function ($in, $debugopt = 1) {
|
|
|
2
|
- $cx = array(
|
|
|
3
|
- 'flags' => array(
|
|
|
4
|
- 'jstrue' => false,
|
|
|
5
|
- 'jsobj' => false,
|
|
|
6
|
- 'spvar' => true,
|
|
|
7
|
- 'prop' => false,
|
|
|
8
|
- 'method' => false,
|
|
|
9
|
- 'mustlok' => true,
|
|
|
10
|
- 'echo' => false,
|
|
|
11
|
- 'debug' => $debugopt,
|
|
|
12
|
- ),
|
|
|
13
|
- 'constants' => array(),
|
|
|
14
|
- 'helpers' => array(),
|
|
|
15
|
- 'blockhelpers' => array(),
|
|
|
16
|
- 'hbhelpers' => array(),
|
|
|
17
|
- 'partials' => array(),
|
|
|
18
|
- 'scopes' => array(),
|
|
|
19
|
- 'sp_vars' => array('root' => $in),
|
|
|
20
|
- 'lcrun' => 'Plugin\LCRun3',
|
|
|
21
|
-
|
|
|
22
|
- );
|
|
|
23
|
-
|
|
|
24
|
- return '<!DOCTYPE html>
|
|
|
25
|
-<html>
|
|
|
26
|
- <head>
|
|
|
27
|
- <meta charset="UTF-8">
|
|
|
28
|
- <title>'.Plugin\LCRun3::debug('[staticTitle]', 'encq', $cx, Plugin\LCRun3::debug('[staticTitle]', 'v', $cx, $in, array('staticTitle'))).'</title>
|
|
|
29
|
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
|
|
|
30
|
- <style>
|
|
|
31
|
- *{margin: 0;padding: 0;}
|
|
|
32
|
- #coupon-container {width: 100%;}
|
|
|
33
|
- #coupon-container img {width: 100%; height: auto; display: block;overflow: hidden;}
|
|
|
34
|
- .img-box {width: 100%;position: relative;}
|
|
|
35
|
- .img-box .href {width: 50%; height: 100%;position: absolute;top: 0;}
|
|
|
36
|
- .img-box .href-left {left: 0}
|
|
|
37
|
- .img-box .href-right {right: 0}
|
|
|
38
|
- .img-box .href-center {width: 90%;height: 100%;position: absolute;top: 0;left: 5%;}
|
|
|
39
|
- .show-more {height: 100%;width: 25%;position: absolute;top: 0;right: 10%;}
|
|
|
40
|
- .yoho-tip {
|
|
|
41
|
- position: fixed;
|
|
|
42
|
- display: none;
|
|
|
43
|
- text-align: center;
|
|
|
44
|
- width: 70%;
|
|
|
45
|
- padding: 34px 0;
|
|
|
46
|
- top: 50%;
|
|
|
47
|
- left: 50%;
|
|
|
48
|
- margin-left: -35%;
|
|
|
49
|
- margin-top: -45px;
|
|
|
50
|
- background-color: #000;
|
|
|
51
|
- opacity: 0.9;
|
|
|
52
|
- color: #fff;
|
|
|
53
|
- font-size: 18px;
|
|
|
54
|
- border: none;
|
|
|
55
|
- border-radius: 10px;
|
|
|
56
|
- }
|
|
|
57
|
- </style>
|
|
|
58
|
- <link rel="dns-prefetch" href="//cdn.yoho.cn">
|
|
|
59
|
- <link rel="dns-prefetch" href="//static.yohobuy.com">
|
|
|
60
|
- </head>
|
|
|
61
|
- <body>
|
|
|
62
|
- <div class="coupon-container" id="coupon-container" param="'.Plugin\LCRun3::debug('[activityId]', 'encq', $cx, Plugin\LCRun3::debug('[activityId]', 'v', $cx, $in, array('activityId'))).'" isLogged="'.Plugin\LCRun3::debug('[isLogged]', 'encq', $cx, Plugin\LCRun3::debug('[isLogged]', 'v', $cx, $in, array('isLogged'))).'">
|
|
|
63
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/01.jpg">
|
|
|
64
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/02.jpg">
|
|
|
65
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/03.jpg">
|
|
|
66
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/line-1.jpg">
|
|
|
67
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/04.jpg">
|
|
|
68
|
- <div class="img-box">
|
|
|
69
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/05.jpg">
|
|
|
70
|
- <a class="href href-right" href="'.Plugin\LCRun3::debug('[url_yohope]', 'encq', $cx, Plugin\LCRun3::debug('[url_yohope]', 'v', $cx, $in, array('url_yohope'))).'"></a>
|
|
|
71
|
- </div>
|
|
|
72
|
- <div class="img-box">
|
|
|
73
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/06.jpg">
|
|
|
74
|
- <a class="href href-center" href="'.Plugin\LCRun3::debug('[url_mycoupon]', 'encq', $cx, Plugin\LCRun3::debug('[url_mycoupon]', 'v', $cx, $in, array('url_mycoupon'))).'"></a>
|
|
|
75
|
- </div>
|
|
|
76
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/line-2.jpg">
|
|
|
77
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/07.jpg">
|
|
|
78
|
- <div class="img-box">
|
|
|
79
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/08.jpg">
|
|
|
80
|
- <a class="href href-left" href="'.Plugin\LCRun3::debug('[url_more]', 'encq', $cx, Plugin\LCRun3::debug('[url_more]', 'v', $cx, $in, array('url_more'))).'"></a>
|
|
|
81
|
- <a class="href href-right" href="'.Plugin\LCRun3::debug('[url_more]', 'encq', $cx, Plugin\LCRun3::debug('[url_more]', 'v', $cx, $in, array('url_more'))).'"></a>
|
|
|
82
|
- </div>
|
|
|
83
|
- <div class="img-box">
|
|
|
84
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/09.jpg">
|
|
|
85
|
- <span class="href href-left get-coupon" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16753"></span>
|
|
|
86
|
- <span class="href href-right get-coupon" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16755"></span>
|
|
|
87
|
- </div>
|
|
|
88
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/line-1.jpg">
|
|
|
89
|
- <div class="img-box">
|
|
|
90
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/10.jpg">
|
|
|
91
|
- <a class="href href-left" href="'.Plugin\LCRun3::debug('[url_4]', 'encq', $cx, Plugin\LCRun3::debug('[url_4]', 'v', $cx, $in, array('url_4'))).'"></a>
|
|
|
92
|
- <a class="href href-right" href="'.Plugin\LCRun3::debug('[url_343]', 'encq', $cx, Plugin\LCRun3::debug('[url_343]', 'v', $cx, $in, array('url_343'))).'"></a>
|
|
|
93
|
- </div>
|
|
|
94
|
- <div class="img-box">
|
|
|
95
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/11.jpg">
|
|
|
96
|
- <span class="href href-left get-coupon" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16757"></span>
|
|
|
97
|
- <span class="href href-right get-coupon" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16759"></span>
|
|
|
98
|
- </div>
|
|
|
99
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/line-1.jpg">
|
|
|
100
|
- <div class="img-box">
|
|
|
101
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/12.jpg">
|
|
|
102
|
- <a class="href href-left" href="'.Plugin\LCRun3::debug('[url_230]', 'encq', $cx, Plugin\LCRun3::debug('[url_230]', 'v', $cx, $in, array('url_230'))).'"></a>
|
|
|
103
|
- <a class="href href-right" href="'.Plugin\LCRun3::debug('[url_536]', 'encq', $cx, Plugin\LCRun3::debug('[url_536]', 'v', $cx, $in, array('url_536'))).'"></a>
|
|
|
104
|
- </div>
|
|
|
105
|
- <div class="img-box">
|
|
|
106
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/13.jpg">
|
|
|
107
|
- <span class="href href-left get-coupon" onclick="" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16761"></span>
|
|
|
108
|
- <span class="href href-right get-coupon" onclick="" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16763"></span>
|
|
|
109
|
- </div>
|
|
|
110
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/line-1.jpg">
|
|
|
111
|
- <div class="img-box">
|
|
|
112
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/14.jpg">
|
|
|
113
|
- <a class="href href-left" href="'.Plugin\LCRun3::debug('[url_847]', 'encq', $cx, Plugin\LCRun3::debug('[url_847]', 'v', $cx, $in, array('url_847'))).'"></a>
|
|
|
114
|
- <a class="href href-right" href="'.Plugin\LCRun3::debug('[url_900]', 'encq', $cx, Plugin\LCRun3::debug('[url_900]', 'v', $cx, $in, array('url_900'))).'"></a>
|
|
|
115
|
- </div>
|
|
|
116
|
- <div class="img-box">
|
|
|
117
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/15.jpg">
|
|
|
118
|
- <span class="href href-left get-coupon" onclick="" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16765"></span>
|
|
|
119
|
- <span class="href href-right get-coupon" onclick="" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16767"></span>
|
|
|
120
|
- </div>
|
|
|
121
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/line-1.jpg">
|
|
|
122
|
- <div class="img-box">
|
|
|
123
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/16.jpg">
|
|
|
124
|
- <a class="href href-left" href="'.Plugin\LCRun3::debug('[url_868]', 'encq', $cx, Plugin\LCRun3::debug('[url_868]', 'v', $cx, $in, array('url_868'))).'"></a>
|
|
|
125
|
- <a class="href href-right" href="'.Plugin\LCRun3::debug('[url_1026]', 'encq', $cx, Plugin\LCRun3::debug('[url_1026]', 'v', $cx, $in, array('url_1026'))).'"></a>
|
|
|
126
|
- </div>
|
|
|
127
|
- <div class="img-box">
|
|
|
128
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/17.jpg">
|
|
|
129
|
- <span class="href href-left get-coupon" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16769"></span>
|
|
|
130
|
- <span class="href href-right get-coupon" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16771"></span>
|
|
|
131
|
- </div>
|
|
|
132
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/line-1.jpg">
|
|
|
133
|
- <div class="img-box">
|
|
|
134
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/24-2.jpg">
|
|
|
135
|
- <a class="show-more" href="'.Plugin\LCRun3::debug('[url_help]', 'encq', $cx, Plugin\LCRun3::debug('[url_help]', 'v', $cx, $in, array('url_help'))).'"></a>
|
|
|
136
|
- </div>
|
|
|
137
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/24-3.jpg">
|
|
|
138
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/line-2.jpg">
|
|
|
139
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/25.jpg">
|
|
|
140
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/26.jpg">
|
|
|
141
|
- <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser2/27.jpg">
|
|
|
142
|
- </div>
|
|
|
143
|
- <script type="text/javascript" src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/js/jquery.min.js"></script>
|
|
|
144
|
- <script type="text/javascript" src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/js/newuser/coupon.js"></script>
|
|
|
145
|
- </body>
|
|
|
146
|
-</html>';
|
|
|
147
|
-}
|
|
|
148
|
-?> |
|
|