fixes bug to home page login show status
Showing
24 changed files
with
4430 additions
and
19 deletions
Too many changes to show.
To preserve performance only 24 of 24+ files are displayed.
@@ -27,9 +27,10 @@ | @@ -27,9 +27,10 @@ | ||
27 | <body class=passport-body> | 27 | <body class=passport-body> |
28 | <div class="back-email-page passport-page yoho-page"> | 28 | <div class="back-email-page passport-page yoho-page"> |
29 | <div class="header"> | 29 | <div class="header"> |
30 | - <a class="go-back" href=/signin.html></a> | 30 | + <a class="go-back" href="/signin.html"></a> |
31 | <p class="title">找回密码</p> | 31 | <p class="title">找回密码</p> |
32 | - </div> <div class="content"> | 32 | + </div> |
33 | + <div class="content"> | ||
33 | <div class="input-container row has-clear"> | 34 | <div class="input-container row has-clear"> |
34 | <input id="email" class="input email" type="text" placeholder="请输入邮箱" autocomplete="off"> | 35 | <input id="email" class="input email" type="text" placeholder="请输入邮箱" autocomplete="off"> |
35 | </div> | 36 | </div> |
@@ -85,6 +86,5 @@ | @@ -85,6 +86,5 @@ | ||
85 | s.parentNode.insertBefore(hm, s); | 86 | s.parentNode.insertBefore(hm, s); |
86 | })(); | 87 | })(); |
87 | </script> | 88 | </script> |
88 | -<script src="http://static.yohobuy.com/js/analytics/analysis.js"></script> | ||
89 | -<script src="http://static.yohobuy.com/m/v1/js/om_code.js"></script></body> | 89 | +</body> |
90 | </html> | 90 | </html> |
@@ -48,7 +48,7 @@ | @@ -48,7 +48,7 @@ | ||
48 | <div class="float-layer hide" id="float-layer-app"> | 48 | <div class="float-layer hide" id="float-layer-app"> |
49 | <div class="float-layer-left"> | 49 | <div class="float-layer-left"> |
50 | <span class="yoho-icon iconfont"></span> | 50 | <span class="yoho-icon iconfont"></span> |
51 | - <p>新用户首单减10元</p> | 51 | + <p>新用户送千元礼包</p> |
52 | </div> | 52 | </div> |
53 | <a href="javascript:void(0);" id="float-layer-close" > | 53 | <a href="javascript:void(0);" id="float-layer-close" > |
54 | <i class="close-icon iconfont"></i> | 54 | <i class="close-icon iconfont"></i> |
assets/help/shareorder.html
0 → 100644
1 | +<!DOCTYPE html> | ||
2 | +<html> | ||
3 | +<head> | ||
4 | + <meta charset="utf-8"> | ||
5 | + <title>晒单评价规则</title> | ||
6 | + <style type="text/css"> | ||
7 | + * { | ||
8 | + margin: 0; | ||
9 | + padding: 0; | ||
10 | + } | ||
11 | + ul { | ||
12 | + list-style: none; | ||
13 | + margin-bottom: 30px; | ||
14 | + } | ||
15 | + .help { | ||
16 | + padding: 30px 30px; | ||
17 | + font-size: 18px; | ||
18 | + line-height: 1.5; | ||
19 | + color: #444; | ||
20 | + } | ||
21 | + </style> | ||
22 | +</head> | ||
23 | +<body> | ||
24 | + <div class="help"> | ||
25 | + <p>晒单评价规则:</p> | ||
26 | + <ul> | ||
27 | + <li>1. 只能对您购买过的商品进行晒单评价;</li> | ||
28 | + <li>2. 晒单通过审核后即可获得奖励,且一件商品只能获得一次晒单奖励;</li> | ||
29 | + <li>3. 未通过审核的晒单评价内容将会被删除,若多次出现晒单评价未审核通过的情况,YOHO!BUY有货有权禁止该用户对商品继续晒单评价;</li> | ||
30 | + </ul> | ||
31 | + <p>如何通过审核:</p> | ||
32 | + <ul> | ||
33 | + <li>1. 晒单图片应与商品相关、且不得出现含违反法律、法规的内容的;</li> | ||
34 | + <li>2. 评价应有一定参考价值的信息,不可以直接拷贝别人的评价文字哦~</li> | ||
35 | + </ul> | ||
36 | + <p>其他说明:</p> | ||
37 | + <ul> | ||
38 | + <li>1. YOHO!BUY有货对用户在本站进行晒单评价的文字、图片享有使用权利;</li> | ||
39 | + <li>2. 用户所晒单评价的文字、图片提交发布后,默认同步YOHO!SHOW平台;</li> | ||
40 | + </ul> | ||
41 | + </div> | ||
42 | +</body> | ||
43 | +</html> |
@@ -76,16 +76,6 @@ | @@ -76,16 +76,6 @@ | ||
76 | seajs.use('js/passport/back/mobile'); | 76 | seajs.use('js/passport/back/mobile'); |
77 | </script> | 77 | </script> |
78 | 78 | ||
79 | - | ||
80 | - | ||
81 | - | ||
82 | - | ||
83 | - | ||
84 | - | ||
85 | - | ||
86 | - | ||
87 | - | ||
88 | - | ||
89 | <!-- Google Tag Manager --> | 79 | <!-- Google Tag Manager --> |
90 | <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | 80 | <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> |
91 | <script> | 81 | <script> |
@@ -116,8 +106,5 @@ | @@ -116,8 +106,5 @@ | ||
116 | s.parentNode.insertBefore(hm, s); | 106 | s.parentNode.insertBefore(hm, s); |
117 | })(); | 107 | })(); |
118 | </script> | 108 | </script> |
119 | - | ||
120 | -<script src="http://static.yohobuy.com/js/analytics/analysis.js"></script> | ||
121 | - | ||
122 | -<script src="http://static.yohobuy.com/m/v1/js/om_code.js"></script></body> | 109 | +</body> |
123 | </html> | 110 | </html> |
assets/signin.html
0 → 100644
1 | +<!DOCTYPE html> | ||
2 | +<html> | ||
3 | +<head> | ||
4 | +<meta charset="utf-8"> | ||
5 | +<title>登录 | Yoho!Buy有货 | 年轻人潮流购物中心</title> | ||
6 | +<meta name="keywords" content="Yoho! 有货官网,潮流志,潮流男装,潮牌,美国潮牌,日本潮牌,香港潮牌,潮牌店,新品首发,欧美潮流,全球购,代购,时尚,流行,特卖,B2C,正品,购物网站,网上购物,货到付款"> | ||
7 | +<meta name="description" content="YOHO! 有货,年轻人潮流购物中心,中国最大的潮流商品购物网站。100%品牌正品保证,支持货到付款。作为YOHO!旗下的购物平台,汇集了全球潮流时尚商品和中国最流行的商品,也是国内最大的原创文化商品平台,也是香港,台湾地区流行商品的集中地。同时包含日本、韩国等众多国外潮流品牌,带给您全新潮流购物体验。"> | ||
8 | +<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> | ||
9 | +<meta http-equiv="cleartype" content="on"> | ||
10 | +<meta name="apple-mobile-web-app-status-bar-style" content="black" /> | ||
11 | +<meta content="telephone=no" name="format-detection" /> | ||
12 | +<meta content="email=no" name="format-detection" /> | ||
13 | +<script type="text/javascript"> | ||
14 | + (function(doc, win) { | ||
15 | + var docEl = doc.documentElement; | ||
16 | + (function() { | ||
17 | + var clientWidth = docEl.clientWidth; | ||
18 | + if (!clientWidth) { | ||
19 | + return; | ||
20 | + } | ||
21 | + docEl.style.fontSize = 20 * (clientWidth / 320) + 'px'; | ||
22 | + }()); | ||
23 | + })(document, window); | ||
24 | +</script> | ||
25 | +<link rel="dns-prefetch" href="//cdn.yoho.cn"> | ||
26 | +<link rel="dns-prefetch" href="//static.yohobuy.com"> | ||
27 | +<link rel="dns-prefetch" href="//img12.static.yhbimg.com"> | ||
28 | +<link rel="dns-prefetch" href="//img13.static.yhbimg.com"> | ||
29 | +<link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css"> | ||
30 | +<link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png"> | ||
31 | +<link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)"> | ||
32 | +<link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)"> | ||
33 | +</head> | ||
34 | +<body class=passport-body> | ||
35 | + <div class="login-page passport-page yoho-page"> | ||
36 | + <div class="header"> | ||
37 | + <a class="go-back" href="javascript:history.go(-1);"></a> | ||
38 | + <div class="img-header"></div> | ||
39 | + </div> <div class="content"> | ||
40 | + <div class="acc-container input-container row has-clear"> | ||
41 | + <div class="yoho-logo"></div> | ||
42 | + <input id="account" class="input account" type="text" placeholder="手机号/邮箱" autocomplete="off" value=> | ||
43 | + </div> | ||
44 | + <div class="input-container row has-eye"> | ||
45 | + <input id="pwd" class="pwd input" type="password" placeholder="密码"> | ||
46 | + </div> | ||
47 | + <span id="btn-login" class="btn btn-login disable">登录</span> | ||
48 | + <p class="op-container"> | ||
49 | + <a class="go-register" href=/reg.html>免费注册</a> | ||
50 | + <span id="forget-pwd" class="forget-pwd">忘记密码</span> | ||
51 | + </p> | ||
52 | + <div class="third-party-login"> | ||
53 | + <span>其他登录方式</span> | ||
54 | + <div class="tp-link"> | ||
55 | + <a class="alipay" href=/passport/login/alipay></a> | ||
56 | + <a class="weibo" href=/passport/login/sina></a> | ||
57 | + <a class="qq" href=/passport/login/qq></a> | ||
58 | + </div> | ||
59 | + </div> | ||
60 | + <a class="international" href=/login.html>International Customer</a> | ||
61 | + <div class="login-tip"> | ||
62 | + <div class="info-icon"></div> | ||
63 | + Yoho!Family账号可登录YOHO!有货 | ||
64 | + </div> | ||
65 | + <div id="retrive-pwd-mask" class="mask"></div> | ||
66 | + <ul id="retrive-pwd-ways" class="retrive-pwd-ways"> | ||
67 | + <li> | ||
68 | + <a href=/passport/back/mobile>通过手机找回密码</a> | ||
69 | + </li> | ||
70 | + <li> | ||
71 | + <a href=/passport/back/email>通过邮箱找回密码</a> | ||
72 | + </li> | ||
73 | + <li id="cancel-retrive"> | ||
74 | + 取消 | ||
75 | + </li> | ||
76 | + </ul> | ||
77 | + </div> | ||
78 | +</div> | ||
79 | + | ||
80 | + | ||
81 | + | ||
82 | + <script src="http://localhost:8000/static/js/sea.js?nowrap"></script> | ||
83 | +<script>seajs.config({base: 'http://localhost:8000/'});</script> | ||
84 | +<script type="text/javascript"> | ||
85 | + (function(w,d,s,j,f){ | ||
86 | + w['YohoAcquisitionObject']=f; | ||
87 | + w[f]=function(){w[f].p=arguments;}; | ||
88 | + var a=d.createElement(s); | ||
89 | + var m=d.getElementsByTagName(s)[0]; | ||
90 | + a.async=1; | ||
91 | + a.src=j; | ||
92 | + m.parentNode.insertBefore(a,m); | ||
93 | + })(window,document,'script','http://cdn.yoho.cn/yas-jssdk/1.0.8/yas.js','_yas'); | ||
94 | +</script> | ||
95 | +<script> | ||
96 | + seajs.use('js/common'); | ||
97 | +</script> | ||
98 | +<script> | ||
99 | + seajs.use('js/passport/login/login'); | ||
100 | +</script> | ||
101 | +<!-- Google Tag Manager --> | ||
102 | +<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
103 | +<script> | ||
104 | + (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': | ||
105 | + new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], | ||
106 | + j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= | ||
107 | + '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); | ||
108 | + })(window,document,'script','dataLayer','GTM-W958MG'); | ||
109 | +</script> | ||
110 | +<!-- End Google Tag Manager --> | ||
111 | +<script type="text/javascript"> | ||
112 | + var _hmt = _hmt || []; | ||
113 | + (function() { | ||
114 | + var hm = document.createElement("script"); | ||
115 | + hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311"; | ||
116 | + var s = document.getElementsByTagName("script")[0]; | ||
117 | + s.parentNode.insertBefore(hm, s); | ||
118 | + })(); | ||
119 | +</script> | ||
120 | +<script> | ||
121 | + var _hmt = _hmt || []; | ||
122 | + (function() { | ||
123 | + var hm = document.createElement("script"); | ||
124 | + hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841"; | ||
125 | + var s = document.getElementsByTagName("script")[0]; | ||
126 | + s.parentNode.insertBefore(hm, s); | ||
127 | + })(); | ||
128 | +</script> | ||
129 | +<script src="http://static.yohobuy.com/js/analytics/analysis.js"></script> | ||
130 | +<script src="http://static.yohobuy.com/m/v1/js/om_code.js"></script> | ||
131 | +</body> | ||
132 | +</html> |
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 lang="en"> | ||
26 | +<head> | ||
27 | +<meta charset="UTF-8"> | ||
28 | +<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 user-scalable=no"> | ||
29 | +<meta content="yes" name="apple-mobile-web-app-capable"> | ||
30 | +<meta content="telephone=no" name="format-detection"> | ||
31 | +<meta content="yes" name="apple-touch-fullscreen"> | ||
32 | +<meta content="black" name="apple-mobile-web-app-status-bar-style"> | ||
33 | +<title>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('staticTitle')), ENT_QUOTES, 'UTF-8').'</title> | ||
34 | +<link rel="stylesheet" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('cssUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/css/151201/coupon.mobile.1201.css"> | ||
35 | +<link rel="dns-prefetch" href="//cdn.yoho.cn"> | ||
36 | +<link rel="dns-prefetch" href="//static.yohobuy.com"> | ||
37 | +<script type="text/javascript"> | ||
38 | + (function(doc, win) { | ||
39 | + var docEl = doc.documentElement; | ||
40 | + (function() { | ||
41 | + var clientWidth = docEl.clientWidth; | ||
42 | + if (!clientWidth) { | ||
43 | + return; | ||
44 | + } | ||
45 | + docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\'; | ||
46 | + }()); | ||
47 | + })(document, window); | ||
48 | +</script> | ||
49 | +</head> | ||
50 | +<body> | ||
51 | + <div class="coupon-container" id="coupon-container" param="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('activityId')), ENT_QUOTES, 'UTF-8').'" isLogged="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('isLogged')), ENT_QUOTES, 'UTF-8').'"> | ||
52 | + <div class="coupon-hd hd2"></div> | ||
53 | + <div class="coupon-bd"> | ||
54 | + <div class="bd-top"></div> | ||
55 | + <div class="bd-bottom"></div> | ||
56 | + <div class="coupon-rule"> | ||
57 | + <h2></h2> | ||
58 | + <ul> | ||
59 | + <li class="clearfix"> | ||
60 | + <span>如何领取</span> | ||
61 | + <em>12.1-12.10期间,点击页面各品牌领券按钮,即可获得对应品牌的专属券。</em> | ||
62 | + </li> | ||
63 | + <li class="clearfix"> | ||
64 | + <span>使用方法</span> | ||
65 | + <em>12.1-12.10期间,在结算页面选择使用相应的优惠券。</em> | ||
66 | + </li> | ||
67 | + <li class="clearfix"> | ||
68 | + <span>温馨提示</span> | ||
69 | + <em>优惠券领取后,到账会有延迟,请耐心等待。</em> | ||
70 | + </li> | ||
71 | + <li class="clearfix"> | ||
72 | + <span>使用细则</span> | ||
73 | + <em>在个人中心查看我的优惠券,每个订单限制用一张。</em> | ||
74 | + </li> | ||
75 | + </ul> | ||
76 | + </div> | ||
77 | + <div class="floor-header best-choice"></div> | ||
78 | + <div class="logo-coupon"> | ||
79 | + <ul> | ||
80 | + <li class="logo-coupon01 life"> | ||
81 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_166')), ENT_QUOTES, 'UTF-8').'"></a> | ||
82 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15875"></a> | ||
83 | + </li> | ||
84 | + <li class="logo-coupon02 life"> | ||
85 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_201')), ENT_QUOTES, 'UTF-8').'"></a> | ||
86 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15877"></a> | ||
87 | + </li> | ||
88 | + <li class="logo-coupon03 life"> | ||
89 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_626')), ENT_QUOTES, 'UTF-8').'"></a> | ||
90 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15879"></a> | ||
91 | + </li> | ||
92 | + <li class="logo-coupon04 life"> | ||
93 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_1024')), ENT_QUOTES, 'UTF-8').'"></a> | ||
94 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15881"></a> | ||
95 | + </li> | ||
96 | + <li class="logo-coupon05 life"> | ||
97 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_675')), ENT_QUOTES, 'UTF-8').'"></a> | ||
98 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15717"></a> | ||
99 | + </li> | ||
100 | + <li class="logo-coupon06 life"> | ||
101 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_801')), ENT_QUOTES, 'UTF-8').'"></a> | ||
102 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15885"></a> | ||
103 | + </li> | ||
104 | + <li class="logo-coupon07 life"> | ||
105 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_686')), ENT_QUOTES, 'UTF-8').'"></a> | ||
106 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15887"></a> | ||
107 | + </li> | ||
108 | + <li class="logo-coupon08 life"> | ||
109 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_501')), ENT_QUOTES, 'UTF-8').'"></a> | ||
110 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15889"></a> | ||
111 | + </li> | ||
112 | + <li class="logo-coupon09 life"> | ||
113 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_925')), ENT_QUOTES, 'UTF-8').'"></a> | ||
114 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15891"></a> | ||
115 | + </li> | ||
116 | + <li class="logo-coupon10 life"> | ||
117 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_932')), ENT_QUOTES, 'UTF-8').'"></a> | ||
118 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15893"></a> | ||
119 | + </li> | ||
120 | + <li class="logo-coupon11 life"> | ||
121 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_892')), ENT_QUOTES, 'UTF-8').'"></a> | ||
122 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15895"></a> | ||
123 | + </li> | ||
124 | + <li class="logo-coupon12 life"> | ||
125 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_849')), ENT_QUOTES, 'UTF-8').'"></a> | ||
126 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15899"></a> | ||
127 | + </li> | ||
128 | + <li class="logo-coupon13 life"> | ||
129 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_615')), ENT_QUOTES, 'UTF-8').'"></a> | ||
130 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15901"></a> | ||
131 | + </li> | ||
132 | + </ul> | ||
133 | + </div> | ||
134 | + </div> | ||
135 | + <div class="coupon-ft"> | ||
136 | + <div class="other-coupon"> | ||
137 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_boys')), ENT_QUOTES, 'UTF-8').'">男生</a> | ||
138 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_girls')), ENT_QUOTES, 'UTF-8').'">女生</a> | ||
139 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_kids')), ENT_QUOTES, 'UTF-8').'">童装</a> | ||
140 | + </div> | ||
141 | + </div> | ||
142 | + </div> | ||
143 | +<input id="shareLink" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareLink')), ENT_QUOTES, 'UTF-8').'"> | ||
144 | +<input id="shareImg" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareImg')), ENT_QUOTES, 'UTF-8').'"> | ||
145 | +<input id="shareTitle" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareTitle')), ENT_QUOTES, 'UTF-8').'"> | ||
146 | +<input id="shareDesc" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareDesc')), ENT_QUOTES, 'UTF-8').'"> | ||
147 | +<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | ||
148 | +<script type="text/javascript" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jsUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/js/jquery.min.js"></script> | ||
149 | +<script type="text/javascript" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jsUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/js/151201/coupon.mobile.1201.js"></script> | ||
150 | +'.'<!-- Google Tag Manager --> | ||
151 | +<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
152 | +<script> | ||
153 | + (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': | ||
154 | + new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], | ||
155 | + j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= | ||
156 | + \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); | ||
157 | + })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\'); | ||
158 | +</script> | ||
159 | +<!-- End Google Tag Manager --> | ||
160 | +<script type="text/javascript"> | ||
161 | + var _hmt = _hmt || []; | ||
162 | + (function() { | ||
163 | + var hm = document.createElement("script"); | ||
164 | + hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311"; | ||
165 | + var s = document.getElementsByTagName("script")[0]; | ||
166 | + s.parentNode.insertBefore(hm, s); | ||
167 | + })(); | ||
168 | +</script> | ||
169 | +<script> | ||
170 | + var _hmt = _hmt || []; | ||
171 | + (function() { | ||
172 | + var hm = document.createElement("script"); | ||
173 | + hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841"; | ||
174 | + var s = document.getElementsByTagName("script")[0]; | ||
175 | + s.parentNode.insertBefore(hm, s); | ||
176 | + })(); | ||
177 | +</script> | ||
178 | +'.'</body> | ||
179 | +</html>'; | ||
180 | +} | ||
181 | +?> |
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 lang="en"> | ||
26 | +<head> | ||
27 | +<meta charset="UTF-8"> | ||
28 | +<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 user-scalable=no"> | ||
29 | +<meta content="yes" name="apple-mobile-web-app-capable"> | ||
30 | +<meta content="telephone=no" name="format-detection"> | ||
31 | +<meta content="yes" name="apple-touch-fullscreen"> | ||
32 | +<meta content="black" name="apple-mobile-web-app-status-bar-style"> | ||
33 | +<title>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('staticTitle')), ENT_QUOTES, 'UTF-8').'</title> | ||
34 | +<link rel="stylesheet" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('cssUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/css/151201/coupon.mobile.css"> | ||
35 | +<link rel="dns-prefetch" href="//cdn.yoho.cn"> | ||
36 | +<link rel="dns-prefetch" href="//static.yohobuy.com"> | ||
37 | +<script type="text/javascript"> | ||
38 | + (function(doc, win) { | ||
39 | + var docEl = doc.documentElement; | ||
40 | + (function() { | ||
41 | + var clientWidth = docEl.clientWidth; | ||
42 | + if (!clientWidth) { | ||
43 | + return; | ||
44 | + } | ||
45 | + docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\'; | ||
46 | + }()); | ||
47 | + })(document, window); | ||
48 | +</script> | ||
49 | +</head> | ||
50 | +<body> | ||
51 | + <div class="coupon-container" id="coupon-container" param="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('activityId')), ENT_QUOTES, 'UTF-8').'" isLogged="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('isLogged')), ENT_QUOTES, 'UTF-8').'"> | ||
52 | + <div class="coupon-hd hd2"></div> | ||
53 | + <div class="coupon-bd"> | ||
54 | + <div class="bd-top"></div> | ||
55 | + <div class="bd-bottom"></div> | ||
56 | + <div class="coupon-rule"> | ||
57 | + <h2></h2> | ||
58 | + <ul> | ||
59 | + <li class="clearfix"> | ||
60 | + <span>如何领取</span> | ||
61 | + <em>12.1-12.10期间,点击页面各品牌领券按钮,即可获得对应品牌的专属券。</em> | ||
62 | + </li> | ||
63 | + <li class="clearfix"> | ||
64 | + <span>使用方法</span> | ||
65 | + <em>12.1-12.10期间,在结算页面选择使用相应的优惠券。</em> | ||
66 | + </li> | ||
67 | + <li class="clearfix"> | ||
68 | + <span>使用细则</span> | ||
69 | + <em>在个人中心查看我的优惠券,每个订单限制用一张。</em> | ||
70 | + </li> | ||
71 | + </ul> | ||
72 | + </div> | ||
73 | + <div class="floor-header best-choice"></div> | ||
74 | + <div class="logo-coupon"> | ||
75 | + <ul> | ||
76 | + <li class="logo-coupon01 life"> | ||
77 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_166')), ENT_QUOTES, 'UTF-8').'"></a> | ||
78 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15875"></a> | ||
79 | + </li> | ||
80 | + <li class="logo-coupon02 life"> | ||
81 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_201')), ENT_QUOTES, 'UTF-8').'"></a> | ||
82 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15877"></a> | ||
83 | + </li> | ||
84 | + <li class="logo-coupon03 life"> | ||
85 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_626')), ENT_QUOTES, 'UTF-8').'"></a> | ||
86 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15879"></a> | ||
87 | + </li> | ||
88 | + <li class="logo-coupon04 life"> | ||
89 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_1024')), ENT_QUOTES, 'UTF-8').'"></a> | ||
90 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15881"></a> | ||
91 | + </li> | ||
92 | + <li class="logo-coupon05 life"> | ||
93 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_675')), ENT_QUOTES, 'UTF-8').'"></a> | ||
94 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15717"></a> | ||
95 | + </li> | ||
96 | + <li class="logo-coupon06 life"> | ||
97 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_801')), ENT_QUOTES, 'UTF-8').'"></a> | ||
98 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15885"></a> | ||
99 | + </li> | ||
100 | + <li class="logo-coupon07 life"> | ||
101 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_686')), ENT_QUOTES, 'UTF-8').'"></a> | ||
102 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15887"></a> | ||
103 | + </li> | ||
104 | + <li class="logo-coupon08 life"> | ||
105 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_501')), ENT_QUOTES, 'UTF-8').'"></a> | ||
106 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15889"></a> | ||
107 | + </li> | ||
108 | + <li class="logo-coupon09 life"> | ||
109 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_925')), ENT_QUOTES, 'UTF-8').'"></a> | ||
110 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15891"></a> | ||
111 | + </li> | ||
112 | + <li class="logo-coupon10 life"> | ||
113 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_932')), ENT_QUOTES, 'UTF-8').'"></a> | ||
114 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15893"></a> | ||
115 | + </li> | ||
116 | + <li class="logo-coupon11 life"> | ||
117 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_892')), ENT_QUOTES, 'UTF-8').'"></a> | ||
118 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15895"></a> | ||
119 | + </li> | ||
120 | + <li class="logo-coupon12 life"> | ||
121 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_849')), ENT_QUOTES, 'UTF-8').'"></a> | ||
122 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15899"></a> | ||
123 | + </li> | ||
124 | + <li class="logo-coupon13 life"> | ||
125 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_615')), ENT_QUOTES, 'UTF-8').'"></a> | ||
126 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15901"></a> | ||
127 | + </li> | ||
128 | + </ul> | ||
129 | + </div> | ||
130 | + </div> | ||
131 | + <div class="coupon-ft"> | ||
132 | + <div class="other-coupon"> | ||
133 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_boys')), ENT_QUOTES, 'UTF-8').'">男生</a> | ||
134 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_girls')), ENT_QUOTES, 'UTF-8').'">女生</a> | ||
135 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_kids')), ENT_QUOTES, 'UTF-8').'">童装</a> | ||
136 | + </div> | ||
137 | + </div> | ||
138 | + </div> | ||
139 | +<input id="shareLink" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareLink')), ENT_QUOTES, 'UTF-8').'"> | ||
140 | +<input id="shareImg" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareImg')), ENT_QUOTES, 'UTF-8').'"> | ||
141 | +<input id="shareTitle" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareTitle')), ENT_QUOTES, 'UTF-8').'"> | ||
142 | +<input id="shareDesc" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareDesc')), ENT_QUOTES, 'UTF-8').'"> | ||
143 | +<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | ||
144 | +<script type="text/javascript" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jsUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/js/jquery.min.js"></script> | ||
145 | +<script type="text/javascript" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jsUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/js/151201/coupon.mobile.js"></script> | ||
146 | +'.'<!-- Google Tag Manager --> | ||
147 | +<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
148 | +<script> | ||
149 | + (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': | ||
150 | + new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], | ||
151 | + j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= | ||
152 | + \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); | ||
153 | + })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\'); | ||
154 | +</script> | ||
155 | +<!-- End Google Tag Manager --> | ||
156 | +<script type="text/javascript"> | ||
157 | + var _hmt = _hmt || []; | ||
158 | + (function() { | ||
159 | + var hm = document.createElement("script"); | ||
160 | + hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311"; | ||
161 | + var s = document.getElementsByTagName("script")[0]; | ||
162 | + s.parentNode.insertBefore(hm, s); | ||
163 | + })(); | ||
164 | +</script> | ||
165 | +<script> | ||
166 | + var _hmt = _hmt || []; | ||
167 | + (function() { | ||
168 | + var hm = document.createElement("script"); | ||
169 | + hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841"; | ||
170 | + var s = document.getElementsByTagName("script")[0]; | ||
171 | + s.parentNode.insertBefore(hm, s); | ||
172 | + })(); | ||
173 | +</script> | ||
174 | +'.'</body> | ||
175 | +</html>'; | ||
176 | +} | ||
177 | +?> |
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 lang="en"> | ||
26 | +<head> | ||
27 | +<meta charset="UTF-8"> | ||
28 | +<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 user-scalable=no"> | ||
29 | +<meta content="yes" name="apple-mobile-web-app-capable"> | ||
30 | +<meta content="telephone=no" name="format-detection"> | ||
31 | +<meta content="yes" name="apple-touch-fullscreen"> | ||
32 | +<meta content="black" name="apple-mobile-web-app-status-bar-style"> | ||
33 | +<title>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('staticTitle')), ENT_QUOTES, 'UTF-8').'</title> | ||
34 | +<link rel="stylesheet" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('cssUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/css/151201/coupon.mobile.css"> | ||
35 | +<link rel="dns-prefetch" href="//cdn.yoho.cn"> | ||
36 | +<link rel="dns-prefetch" href="//static.yohobuy.com"> | ||
37 | +<script type="text/javascript"> | ||
38 | + (function(doc, win) { | ||
39 | + var docEl = doc.documentElement; | ||
40 | + (function() { | ||
41 | + var clientWidth = docEl.clientWidth; | ||
42 | + if (!clientWidth) { | ||
43 | + return; | ||
44 | + } | ||
45 | + docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\'; | ||
46 | + }()); | ||
47 | + })(document, window); | ||
48 | +</script> | ||
49 | +</head> | ||
50 | +<body> | ||
51 | + <div class="coupon-container" id="coupon-container" param="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('activityId')), ENT_QUOTES, 'UTF-8').'" isLogged="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('isLogged')), ENT_QUOTES, 'UTF-8').'"> | ||
52 | + <div class="coupon-hd"></div> | ||
53 | + <div class="coupon-bd"> | ||
54 | + <div class="bd-top"></div> | ||
55 | + <div class="bd-bottom"></div> | ||
56 | + <div class="coupon-rule"> | ||
57 | + <h2></h2> | ||
58 | + <ul> | ||
59 | + <li class="clearfix"> | ||
60 | + <span>如何领取</span> | ||
61 | + <em>12.1-12.6期间,点击页面各品牌领券按钮,即可获得对应品牌的专属券。</em> | ||
62 | + </li> | ||
63 | + <li class="clearfix"> | ||
64 | + <span>使用方法</span> | ||
65 | + <em>12.1-12.6期间,在结算页面选择使用相应的优惠券。</em> | ||
66 | + </li> | ||
67 | + <li class="clearfix"> | ||
68 | + <span>使用细则</span> | ||
69 | + <em>在个人中心查看我的优惠券,每个订单限制用一张。</em> | ||
70 | + </li> | ||
71 | + </ul> | ||
72 | + </div> | ||
73 | + <div class="floor-header best-choice"></div> | ||
74 | + <div class="img-coupon clearfix"> | ||
75 | + <ul class="img-coupon01 girl"> | ||
76 | + <li> | ||
77 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_570')), ENT_QUOTES, 'UTF-8').'"></a> | ||
78 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15755"></a> | ||
79 | + </li> | ||
80 | + <li> | ||
81 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_864')), ENT_QUOTES, 'UTF-8').'"></a> | ||
82 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15761"></a> | ||
83 | + </li> | ||
84 | + </ul> | ||
85 | + <ul class="img-coupon02 girl"> | ||
86 | + <li> | ||
87 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_824')), ENT_QUOTES, 'UTF-8').'"></a> | ||
88 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15765"></a> | ||
89 | + </li> | ||
90 | + <li> | ||
91 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_536')), ENT_QUOTES, 'UTF-8').'"></a> | ||
92 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15767"></a> | ||
93 | + </li> | ||
94 | + </ul> | ||
95 | + <ul class="img-coupon03 girl"> | ||
96 | + <li> | ||
97 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_257')), ENT_QUOTES, 'UTF-8').'"></a> | ||
98 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15773"></a> | ||
99 | + </li> | ||
100 | + <li> | ||
101 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_342')), ENT_QUOTES, 'UTF-8').'"></a> | ||
102 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15775"></a> | ||
103 | + </li> | ||
104 | + </ul> | ||
105 | + <ul class="img-coupon04 girl"> | ||
106 | + <li> | ||
107 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_354')), ENT_QUOTES, 'UTF-8').'"></a> | ||
108 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15777"></a> | ||
109 | + </li> | ||
110 | + <li> | ||
111 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_60')), ENT_QUOTES, 'UTF-8').'"></a> | ||
112 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15663"></a> | ||
113 | + </li> | ||
114 | + </ul> | ||
115 | + </div> | ||
116 | + | ||
117 | + <div class="logo-coupon"> | ||
118 | + <ul> | ||
119 | + <li class="logo-coupon01 girl"> | ||
120 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_481')), ENT_QUOTES, 'UTF-8').'"></a> | ||
121 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15757"></a> | ||
122 | + </li> | ||
123 | + <li class="logo-coupon02 girl"> | ||
124 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_450')), ENT_QUOTES, 'UTF-8').'"></a> | ||
125 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15759"></a> | ||
126 | + </li> | ||
127 | + <li class="logo-coupon03 girl"> | ||
128 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_256')), ENT_QUOTES, 'UTF-8').'"></a> | ||
129 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15763"></a> | ||
130 | + </li> | ||
131 | + <li class="logo-coupon04 girl"> | ||
132 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_701')), ENT_QUOTES, 'UTF-8').'"></a> | ||
133 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15769"></a> | ||
134 | + </li> | ||
135 | + <li class="logo-coupon05 girl"> | ||
136 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_506')), ENT_QUOTES, 'UTF-8').'"></a> | ||
137 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15695"></a> | ||
138 | + </li> | ||
139 | + <li class="logo-coupon06 girl"> | ||
140 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_569')), ENT_QUOTES, 'UTF-8').'"></a> | ||
141 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15779"></a> | ||
142 | + </li> | ||
143 | + </ul> | ||
144 | + </div> | ||
145 | + | ||
146 | + <div class="floor-header top-recommend"></div> | ||
147 | + <div class="img-coupon clearfix"> | ||
148 | + <ul class="img-coupon05 girl"> | ||
149 | + <li> | ||
150 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_324')), ENT_QUOTES, 'UTF-8').'"></a> | ||
151 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15783"></a> | ||
152 | + </li> | ||
153 | + <li> | ||
154 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_589')), ENT_QUOTES, 'UTF-8').'"></a> | ||
155 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15679"></a> | ||
156 | + </li> | ||
157 | + </ul> | ||
158 | + <ul class="img-coupon06 girl"> | ||
159 | + <li> | ||
160 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_191')), ENT_QUOTES, 'UTF-8').'"></a> | ||
161 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15751"></a> | ||
162 | + </li> | ||
163 | + <li> | ||
164 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_4')), ENT_QUOTES, 'UTF-8').'"></a> | ||
165 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15715"></a> | ||
166 | + </li> | ||
167 | + </ul> | ||
168 | + <ul class="img-coupon07 girl"> | ||
169 | + <li> | ||
170 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_768')), ENT_QUOTES, 'UTF-8').'"></a> | ||
171 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15795"></a> | ||
172 | + </li> | ||
173 | + <li> | ||
174 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_649')), ENT_QUOTES, 'UTF-8').'"></a> | ||
175 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15799"></a> | ||
176 | + </li> | ||
177 | + </ul> | ||
178 | + <ul class="img-coupon08 girl"> | ||
179 | + <li> | ||
180 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_1026')), ENT_QUOTES, 'UTF-8').'"></a> | ||
181 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15811"></a> | ||
182 | + </li> | ||
183 | + <li> | ||
184 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_1027')), ENT_QUOTES, 'UTF-8').'"></a> | ||
185 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15813"></a> | ||
186 | + </li> | ||
187 | + </ul> | ||
188 | + </div> | ||
189 | + | ||
190 | + <div class="logo-coupon"> | ||
191 | + <ul> | ||
192 | + <li class="logo-coupon07 girl"> | ||
193 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_981')), ENT_QUOTES, 'UTF-8').'"></a> | ||
194 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15787"></a> | ||
195 | + </li> | ||
196 | + <li class="logo-coupon08 girl"> | ||
197 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_402')), ENT_QUOTES, 'UTF-8').'"></a> | ||
198 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15793"></a> | ||
199 | + </li> | ||
200 | + <li class="logo-coupon09 girl"> | ||
201 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_1021')), ENT_QUOTES, 'UTF-8').'"></a> | ||
202 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15709"></a> | ||
203 | + </li> | ||
204 | + <li class="logo-coupon10 girl"> | ||
205 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_860')), ENT_QUOTES, 'UTF-8').'"></a> | ||
206 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15801"></a> | ||
207 | + </li> | ||
208 | + <li class="logo-coupon11 girl"> | ||
209 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_435')), ENT_QUOTES, 'UTF-8').'"></a> | ||
210 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15803"></a> | ||
211 | + </li> | ||
212 | + <li class="logo-coupon12 girl"> | ||
213 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_327')), ENT_QUOTES, 'UTF-8').'"></a> | ||
214 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15805"></a> | ||
215 | + </li> | ||
216 | + <li class="logo-coupon13 girl"> | ||
217 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_505')), ENT_QUOTES, 'UTF-8').'"></a> | ||
218 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15807"></a> | ||
219 | + </li> | ||
220 | + <li class="logo-coupon14 girl"> | ||
221 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_987')), ENT_QUOTES, 'UTF-8').'"></a> | ||
222 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15809"></a> | ||
223 | + </li> | ||
224 | + </ul> | ||
225 | + </div> | ||
226 | + </div> | ||
227 | + | ||
228 | + <div class="coupon-ft"> | ||
229 | + <div class="other-coupon"> | ||
230 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_boys')), ENT_QUOTES, 'UTF-8').'">男生</a> | ||
231 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_kids')), ENT_QUOTES, 'UTF-8').'">童装</a> | ||
232 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_lifestyle')), ENT_QUOTES, 'UTF-8').'">创意生活</a> | ||
233 | + </div> | ||
234 | + </div> | ||
235 | + </div> | ||
236 | +<input id="shareLink" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareLink')), ENT_QUOTES, 'UTF-8').'"> | ||
237 | +<input id="shareImg" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareImg')), ENT_QUOTES, 'UTF-8').'"> | ||
238 | +<input id="shareTitle" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareTitle')), ENT_QUOTES, 'UTF-8').'"> | ||
239 | +<input id="shareDesc" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareDesc')), ENT_QUOTES, 'UTF-8').'"> | ||
240 | +<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | ||
241 | +<script type="text/javascript" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jsUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/js/jquery.min.js"></script> | ||
242 | +<script type="text/javascript" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jsUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/js/151201/coupon.mobile.js"></script> | ||
243 | +'.'<!-- Google Tag Manager --> | ||
244 | +<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
245 | +<script> | ||
246 | + (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': | ||
247 | + new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], | ||
248 | + j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= | ||
249 | + \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); | ||
250 | + })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\'); | ||
251 | +</script> | ||
252 | +<!-- End Google Tag Manager --> | ||
253 | +<script type="text/javascript"> | ||
254 | + var _hmt = _hmt || []; | ||
255 | + (function() { | ||
256 | + var hm = document.createElement("script"); | ||
257 | + hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311"; | ||
258 | + var s = document.getElementsByTagName("script")[0]; | ||
259 | + s.parentNode.insertBefore(hm, s); | ||
260 | + })(); | ||
261 | +</script> | ||
262 | +<script> | ||
263 | + var _hmt = _hmt || []; | ||
264 | + (function() { | ||
265 | + var hm = document.createElement("script"); | ||
266 | + hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841"; | ||
267 | + var s = document.getElementsByTagName("script")[0]; | ||
268 | + s.parentNode.insertBefore(hm, s); | ||
269 | + })(); | ||
270 | +</script> | ||
271 | +'.'</body> | ||
272 | +</html>'; | ||
273 | +} | ||
274 | +?> |
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 lang="en"> | ||
26 | +<head> | ||
27 | +<meta charset="UTF-8"> | ||
28 | +<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 user-scalable=no"> | ||
29 | +<meta content="yes" name="apple-mobile-web-app-capable"> | ||
30 | +<meta content="telephone=no" name="format-detection"> | ||
31 | +<meta content="yes" name="apple-touch-fullscreen"> | ||
32 | +<meta content="black" name="apple-mobile-web-app-status-bar-style"> | ||
33 | +<title>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('staticTitle')), ENT_QUOTES, 'UTF-8').'</title> | ||
34 | +<link rel="stylesheet" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('cssUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/css/151201/coupon.mobile.1201.css"> | ||
35 | +<link rel="dns-prefetch" href="//cdn.yoho.cn"> | ||
36 | +<link rel="dns-prefetch" href="//static.yohobuy.com"> | ||
37 | +<script type="text/javascript"> | ||
38 | + (function(doc, win) { | ||
39 | + var docEl = doc.documentElement; | ||
40 | + (function() { | ||
41 | + var clientWidth = docEl.clientWidth; | ||
42 | + if (!clientWidth) { | ||
43 | + return; | ||
44 | + } | ||
45 | + docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\'; | ||
46 | + }()); | ||
47 | + })(document, window); | ||
48 | +</script> | ||
49 | +</head> | ||
50 | +<body> | ||
51 | + <div class="coupon-container" id="coupon-container" param="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('activityId')), ENT_QUOTES, 'UTF-8').'" isLogged="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('isLogged')), ENT_QUOTES, 'UTF-8').'"> | ||
52 | + <div class="coupon-hd"></div> | ||
53 | + <div class="coupon-bd"> | ||
54 | + <div class="bd-top"></div> | ||
55 | + <div class="bd-bottom"></div> | ||
56 | + <div class="coupon-rule"> | ||
57 | + <h2></h2> | ||
58 | + <ul> | ||
59 | + <li class="clearfix"> | ||
60 | + <span>如何领取</span> | ||
61 | + <em>12.1-12.6期间,点击页面各品牌领券按钮,即可获得对应品牌的专属券。</em> | ||
62 | + </li> | ||
63 | + <li class="clearfix"> | ||
64 | + <span>使用方法</span> | ||
65 | + <em>12.1-12.6期间,在结算页面选择使用相应的优惠券。</em> | ||
66 | + </li> | ||
67 | + <li class="clearfix"> | ||
68 | + <span>温馨提示</span> | ||
69 | + <em>优惠券领取后,到账会有延迟,请耐心等待。</em> | ||
70 | + </li> | ||
71 | + <li class="clearfix"> | ||
72 | + <span>使用细则</span> | ||
73 | + <em>在个人中心查看我的优惠券,每个订单限制用一张。</em> | ||
74 | + </li> | ||
75 | + </ul> | ||
76 | + </div> | ||
77 | + <div class="floor-header best-choice"></div> | ||
78 | + <div class="img-coupon clearfix"> | ||
79 | + <ul class="img-coupon01 girl"> | ||
80 | + <li> | ||
81 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_570')), ENT_QUOTES, 'UTF-8').'"></a> | ||
82 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15755"></a> | ||
83 | + </li> | ||
84 | + <li> | ||
85 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_864')), ENT_QUOTES, 'UTF-8').'"></a> | ||
86 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15761"></a> | ||
87 | + </li> | ||
88 | + </ul> | ||
89 | + <ul class="img-coupon02 girl"> | ||
90 | + <li> | ||
91 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_824')), ENT_QUOTES, 'UTF-8').'"></a> | ||
92 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15765"></a> | ||
93 | + </li> | ||
94 | + <li> | ||
95 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_536')), ENT_QUOTES, 'UTF-8').'"></a> | ||
96 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15767"></a> | ||
97 | + </li> | ||
98 | + </ul> | ||
99 | + <ul class="img-coupon03 girl"> | ||
100 | + <li> | ||
101 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_257')), ENT_QUOTES, 'UTF-8').'"></a> | ||
102 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15773"></a> | ||
103 | + </li> | ||
104 | + <li> | ||
105 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_342')), ENT_QUOTES, 'UTF-8').'"></a> | ||
106 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15775"></a> | ||
107 | + </li> | ||
108 | + </ul> | ||
109 | + <ul class="img-coupon04 girl"> | ||
110 | + <li> | ||
111 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_354')), ENT_QUOTES, 'UTF-8').'"></a> | ||
112 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15777"></a> | ||
113 | + </li> | ||
114 | + <li> | ||
115 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_60')), ENT_QUOTES, 'UTF-8').'"></a> | ||
116 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15663"></a> | ||
117 | + </li> | ||
118 | + </ul> | ||
119 | + </div> | ||
120 | + | ||
121 | + <div class="logo-coupon"> | ||
122 | + <ul> | ||
123 | + <li class="logo-coupon01 girl"> | ||
124 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_481')), ENT_QUOTES, 'UTF-8').'"></a> | ||
125 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15757"></a> | ||
126 | + </li> | ||
127 | + <li class="logo-coupon02 girl"> | ||
128 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_450')), ENT_QUOTES, 'UTF-8').'"></a> | ||
129 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15759"></a> | ||
130 | + </li> | ||
131 | + <li class="logo-coupon03 girl"> | ||
132 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_256')), ENT_QUOTES, 'UTF-8').'"></a> | ||
133 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15763"></a> | ||
134 | + </li> | ||
135 | + <li class="logo-coupon04 girl"> | ||
136 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_701')), ENT_QUOTES, 'UTF-8').'"></a> | ||
137 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15769"></a> | ||
138 | + </li> | ||
139 | + <li class="logo-coupon05 girl"> | ||
140 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_506')), ENT_QUOTES, 'UTF-8').'"></a> | ||
141 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15695"></a> | ||
142 | + </li> | ||
143 | + <li class="logo-coupon06 girl"> | ||
144 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_569')), ENT_QUOTES, 'UTF-8').'"></a> | ||
145 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15779"></a> | ||
146 | + </li> | ||
147 | + </ul> | ||
148 | + </div> | ||
149 | + | ||
150 | + <div class="floor-header top-recommend"></div> | ||
151 | + <div class="img-coupon clearfix"> | ||
152 | + <ul class="img-coupon05 girl"> | ||
153 | + <li> | ||
154 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_324')), ENT_QUOTES, 'UTF-8').'"></a> | ||
155 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15783"></a> | ||
156 | + </li> | ||
157 | + <li> | ||
158 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_589')), ENT_QUOTES, 'UTF-8').'"></a> | ||
159 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15679"></a> | ||
160 | + </li> | ||
161 | + </ul> | ||
162 | + <ul class="img-coupon06 girl"> | ||
163 | + <li> | ||
164 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_191')), ENT_QUOTES, 'UTF-8').'"></a> | ||
165 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15751"></a> | ||
166 | + </li> | ||
167 | + <li> | ||
168 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_4')), ENT_QUOTES, 'UTF-8').'"></a> | ||
169 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15715"></a> | ||
170 | + </li> | ||
171 | + </ul> | ||
172 | + <ul class="img-coupon07 girl"> | ||
173 | + <li> | ||
174 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_768')), ENT_QUOTES, 'UTF-8').'"></a> | ||
175 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15795"></a> | ||
176 | + </li> | ||
177 | + <li> | ||
178 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_649')), ENT_QUOTES, 'UTF-8').'"></a> | ||
179 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15799"></a> | ||
180 | + </li> | ||
181 | + </ul> | ||
182 | + <ul class="img-coupon08 girl"> | ||
183 | + <li> | ||
184 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_1026')), ENT_QUOTES, 'UTF-8').'"></a> | ||
185 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15811"></a> | ||
186 | + </li> | ||
187 | + <li> | ||
188 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_1027')), ENT_QUOTES, 'UTF-8').'"></a> | ||
189 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15813"></a> | ||
190 | + </li> | ||
191 | + </ul> | ||
192 | + </div> | ||
193 | + | ||
194 | + <div class="logo-coupon"> | ||
195 | + <ul> | ||
196 | + <li class="logo-coupon07 girl"> | ||
197 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_981')), ENT_QUOTES, 'UTF-8').'"></a> | ||
198 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15787"></a> | ||
199 | + </li> | ||
200 | + <li class="logo-coupon08 girl"> | ||
201 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_402')), ENT_QUOTES, 'UTF-8').'"></a> | ||
202 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15793"></a> | ||
203 | + </li> | ||
204 | + <li class="logo-coupon09 girl"> | ||
205 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_1021')), ENT_QUOTES, 'UTF-8').'"></a> | ||
206 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15709"></a> | ||
207 | + </li> | ||
208 | + <li class="logo-coupon10 girl"> | ||
209 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_860')), ENT_QUOTES, 'UTF-8').'"></a> | ||
210 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15801"></a> | ||
211 | + </li> | ||
212 | + <li class="logo-coupon11 girl"> | ||
213 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_435')), ENT_QUOTES, 'UTF-8').'"></a> | ||
214 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15803"></a> | ||
215 | + </li> | ||
216 | + <li class="logo-coupon12 girl"> | ||
217 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_327')), ENT_QUOTES, 'UTF-8').'"></a> | ||
218 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15805"></a> | ||
219 | + </li> | ||
220 | + <li class="logo-coupon13 girl"> | ||
221 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_505')), ENT_QUOTES, 'UTF-8').'"></a> | ||
222 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15807"></a> | ||
223 | + </li> | ||
224 | + <li class="logo-coupon14 girl"> | ||
225 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_987')), ENT_QUOTES, 'UTF-8').'"></a> | ||
226 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15809"></a> | ||
227 | + </li> | ||
228 | + </ul> | ||
229 | + </div> | ||
230 | + </div> | ||
231 | + | ||
232 | + <div class="coupon-ft"> | ||
233 | + <div class="other-coupon"> | ||
234 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_boys')), ENT_QUOTES, 'UTF-8').'">男生</a> | ||
235 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_kids')), ENT_QUOTES, 'UTF-8').'">童装</a> | ||
236 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_lifestyle')), ENT_QUOTES, 'UTF-8').'">创意生活</a> | ||
237 | + </div> | ||
238 | + </div> | ||
239 | + </div> | ||
240 | +<input id="shareLink" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareLink')), ENT_QUOTES, 'UTF-8').'"> | ||
241 | +<input id="shareImg" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareImg')), ENT_QUOTES, 'UTF-8').'"> | ||
242 | +<input id="shareTitle" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareTitle')), ENT_QUOTES, 'UTF-8').'"> | ||
243 | +<input id="shareDesc" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareDesc')), ENT_QUOTES, 'UTF-8').'"> | ||
244 | +<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | ||
245 | +<script type="text/javascript" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jsUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/js/jquery.min.js"></script> | ||
246 | +<script type="text/javascript" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jsUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/js/151201/coupon.mobile.1201.js"></script> | ||
247 | +'.'<!-- Google Tag Manager --> | ||
248 | +<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
249 | +<script> | ||
250 | + (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': | ||
251 | + new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], | ||
252 | + j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= | ||
253 | + \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); | ||
254 | + })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\'); | ||
255 | +</script> | ||
256 | +<!-- End Google Tag Manager --> | ||
257 | +<script type="text/javascript"> | ||
258 | + var _hmt = _hmt || []; | ||
259 | + (function() { | ||
260 | + var hm = document.createElement("script"); | ||
261 | + hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311"; | ||
262 | + var s = document.getElementsByTagName("script")[0]; | ||
263 | + s.parentNode.insertBefore(hm, s); | ||
264 | + })(); | ||
265 | +</script> | ||
266 | +<script> | ||
267 | + var _hmt = _hmt || []; | ||
268 | + (function() { | ||
269 | + var hm = document.createElement("script"); | ||
270 | + hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841"; | ||
271 | + var s = document.getElementsByTagName("script")[0]; | ||
272 | + s.parentNode.insertBefore(hm, s); | ||
273 | + })(); | ||
274 | +</script> | ||
275 | +'.'</body> | ||
276 | +</html>'; | ||
277 | +} | ||
278 | +?> |
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 lang="en"> | ||
26 | +<head> | ||
27 | +<meta charset="UTF-8"> | ||
28 | +<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 user-scalable=no"> | ||
29 | +<meta content="yes" name="apple-mobile-web-app-capable"> | ||
30 | +<meta content="telephone=no" name="format-detection"> | ||
31 | +<meta content="yes" name="apple-touch-fullscreen"> | ||
32 | +<meta content="black" name="apple-mobile-web-app-status-bar-style"> | ||
33 | +<title>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('staticTitle')), ENT_QUOTES, 'UTF-8').'</title> | ||
34 | +<link rel="stylesheet" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('cssUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/css/151201/coupon.mobile.css"> | ||
35 | +<link rel="dns-prefetch" href="//cdn.yoho.cn"> | ||
36 | +<link rel="dns-prefetch" href="//static.yohobuy.com"> | ||
37 | +<script type="text/javascript"> | ||
38 | + (function(doc, win) { | ||
39 | + var docEl = doc.documentElement; | ||
40 | + (function() { | ||
41 | + var clientWidth = docEl.clientWidth; | ||
42 | + if (!clientWidth) { | ||
43 | + return; | ||
44 | + } | ||
45 | + docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\'; | ||
46 | + }()); | ||
47 | + })(document, window); | ||
48 | +</script> | ||
49 | +</head> | ||
50 | +<body> | ||
51 | + <div class="coupon-container" id="coupon-container" param="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('activityId')), ENT_QUOTES, 'UTF-8').'" isLogged="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('isLogged')), ENT_QUOTES, 'UTF-8').'"> | ||
52 | + <div class="coupon-hd hd2"></div> | ||
53 | + <div class="coupon-bd"> | ||
54 | + <div class="bd-top"></div> | ||
55 | + <div class="bd-bottom"></div> | ||
56 | + <div class="coupon-rule"> | ||
57 | + <h2></h2> | ||
58 | + <ul> | ||
59 | + <li class="clearfix"> | ||
60 | + <span>如何领取</span> | ||
61 | + <em>12.1-12.10期间,点击页面各品牌领券按钮,即可获得对应品牌的专属券。</em> | ||
62 | + </li> | ||
63 | + <li class="clearfix"> | ||
64 | + <span>使用方法</span> | ||
65 | + <em>12.1-12.10期间,在结算页面选择使用相应的优惠券。</em> | ||
66 | + </li> | ||
67 | + <li class="clearfix"> | ||
68 | + <span>使用细则</span> | ||
69 | + <em>在个人中心查看我的优惠券,每个订单限制用一张。</em> | ||
70 | + </li> | ||
71 | + </ul> | ||
72 | + </div> | ||
73 | + <div class="floor-header best-choice"></div> | ||
74 | + <div class="logo-coupon"> | ||
75 | + <ul> | ||
76 | + <li class="logo-coupon01 kid"> | ||
77 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_907')), ENT_QUOTES, 'UTF-8').'"></a> | ||
78 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15859"></a> | ||
79 | + </li> | ||
80 | + <li class="logo-coupon02 kid"> | ||
81 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_600')), ENT_QUOTES, 'UTF-8').'"></a> | ||
82 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15693"></a> | ||
83 | + </li> | ||
84 | + <li class="logo-coupon03 kid"> | ||
85 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_888')), ENT_QUOTES, 'UTF-8').'"></a> | ||
86 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15863"></a> | ||
87 | + </li> | ||
88 | + <li class="logo-coupon04 kid"> | ||
89 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_855')), ENT_QUOTES, 'UTF-8').'"></a> | ||
90 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15865"></a> | ||
91 | + </li> | ||
92 | + <li class="logo-coupon05 kid"> | ||
93 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_203')), ENT_QUOTES, 'UTF-8').'"></a> | ||
94 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15867"></a> | ||
95 | + </li> | ||
96 | + <li class="logo-coupon06 kid"> | ||
97 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_800')), ENT_QUOTES, 'UTF-8').'"></a> | ||
98 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15869"></a> | ||
99 | + </li> | ||
100 | + <li class="logo-coupon07 kid"> | ||
101 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_784')), ENT_QUOTES, 'UTF-8').'"></a> | ||
102 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15871"></a> | ||
103 | + </li> | ||
104 | + <li class="logo-coupon08 kid"> | ||
105 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_876')), ENT_QUOTES, 'UTF-8').'"></a> | ||
106 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="16145"></a> | ||
107 | + </li> | ||
108 | + </ul> | ||
109 | + </div> | ||
110 | + </div> | ||
111 | + <div class="coupon-ft"> | ||
112 | + <div class="other-coupon"> | ||
113 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_boys')), ENT_QUOTES, 'UTF-8').'">男生</a> | ||
114 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_girls')), ENT_QUOTES, 'UTF-8').'">女生</a> | ||
115 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_lifestyle')), ENT_QUOTES, 'UTF-8').'">创意生活</a> | ||
116 | + </div> | ||
117 | + </div> | ||
118 | + </div> | ||
119 | +<input id="shareLink" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareLink')), ENT_QUOTES, 'UTF-8').'"> | ||
120 | +<input id="shareImg" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareImg')), ENT_QUOTES, 'UTF-8').'"> | ||
121 | +<input id="shareTitle" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareTitle')), ENT_QUOTES, 'UTF-8').'"> | ||
122 | +<input id="shareDesc" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareDesc')), ENT_QUOTES, 'UTF-8').'"> | ||
123 | +<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | ||
124 | +<script type="text/javascript" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jsUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/js/jquery.min.js"></script> | ||
125 | +<script type="text/javascript" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jsUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/js/151201/coupon.mobile.js"></script> | ||
126 | +'.'<!-- Google Tag Manager --> | ||
127 | +<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
128 | +<script> | ||
129 | + (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': | ||
130 | + new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], | ||
131 | + j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= | ||
132 | + \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); | ||
133 | + })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\'); | ||
134 | +</script> | ||
135 | +<!-- End Google Tag Manager --> | ||
136 | +<script type="text/javascript"> | ||
137 | + var _hmt = _hmt || []; | ||
138 | + (function() { | ||
139 | + var hm = document.createElement("script"); | ||
140 | + hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311"; | ||
141 | + var s = document.getElementsByTagName("script")[0]; | ||
142 | + s.parentNode.insertBefore(hm, s); | ||
143 | + })(); | ||
144 | +</script> | ||
145 | +<script> | ||
146 | + var _hmt = _hmt || []; | ||
147 | + (function() { | ||
148 | + var hm = document.createElement("script"); | ||
149 | + hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841"; | ||
150 | + var s = document.getElementsByTagName("script")[0]; | ||
151 | + s.parentNode.insertBefore(hm, s); | ||
152 | + })(); | ||
153 | +</script> | ||
154 | +'.'</body> | ||
155 | +</html>'; | ||
156 | +} | ||
157 | +?> |
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 lang="en"> | ||
26 | +<head> | ||
27 | +<meta charset="UTF-8"> | ||
28 | +<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 user-scalable=no"> | ||
29 | +<meta content="yes" name="apple-mobile-web-app-capable"> | ||
30 | +<meta content="telephone=no" name="format-detection"> | ||
31 | +<meta content="yes" name="apple-touch-fullscreen"> | ||
32 | +<meta content="black" name="apple-mobile-web-app-status-bar-style"> | ||
33 | +<title>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('staticTitle')), ENT_QUOTES, 'UTF-8').'</title> | ||
34 | +<link rel="stylesheet" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('cssUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/css/151201/coupon.mobile.1201.css"> | ||
35 | +<link rel="dns-prefetch" href="//cdn.yoho.cn"> | ||
36 | +<link rel="dns-prefetch" href="//static.yohobuy.com"> | ||
37 | +<script type="text/javascript"> | ||
38 | + (function(doc, win) { | ||
39 | + var docEl = doc.documentElement; | ||
40 | + (function() { | ||
41 | + var clientWidth = docEl.clientWidth; | ||
42 | + if (!clientWidth) { | ||
43 | + return; | ||
44 | + } | ||
45 | + docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\'; | ||
46 | + }()); | ||
47 | + })(document, window); | ||
48 | +</script> | ||
49 | +</head> | ||
50 | +<body> | ||
51 | + <div class="coupon-container" id="coupon-container" param="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('activityId')), ENT_QUOTES, 'UTF-8').'" isLogged="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('isLogged')), ENT_QUOTES, 'UTF-8').'"> | ||
52 | + <div class="coupon-hd hd2"></div> | ||
53 | + <div class="coupon-bd"> | ||
54 | + <div class="bd-top"></div> | ||
55 | + <div class="bd-bottom"></div> | ||
56 | + <div class="coupon-rule"> | ||
57 | + <h2></h2> | ||
58 | + <ul> | ||
59 | + <li class="clearfix"> | ||
60 | + <span>如何领取</span> | ||
61 | + <em>12.1-12.10期间,点击页面各品牌领券按钮,即可获得对应品牌的专属券。</em> | ||
62 | + </li> | ||
63 | + <li class="clearfix"> | ||
64 | + <span>使用方法</span> | ||
65 | + <em>12.1-12.10期间,在结算页面选择使用相应的优惠券。</em> | ||
66 | + </li> | ||
67 | + <li class="clearfix"> | ||
68 | + <span>温馨提示</span> | ||
69 | + <em>优惠券领取后,到账会有延迟,请耐心等待。</em> | ||
70 | + </li> | ||
71 | + <li class="clearfix"> | ||
72 | + <span>使用细则</span> | ||
73 | + <em>在个人中心查看我的优惠券,每个订单限制用一张。</em> | ||
74 | + </li> | ||
75 | + </ul> | ||
76 | + </div> | ||
77 | + <div class="floor-header best-choice"></div> | ||
78 | + <div class="logo-coupon"> | ||
79 | + <ul> | ||
80 | + <li class="logo-coupon01 kid"> | ||
81 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_907')), ENT_QUOTES, 'UTF-8').'"></a> | ||
82 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15859"></a> | ||
83 | + </li> | ||
84 | + <li class="logo-coupon02 kid"> | ||
85 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_600')), ENT_QUOTES, 'UTF-8').'"></a> | ||
86 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15693"></a> | ||
87 | + </li> | ||
88 | + <li class="logo-coupon03 kid"> | ||
89 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_888')), ENT_QUOTES, 'UTF-8').'"></a> | ||
90 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15863"></a> | ||
91 | + </li> | ||
92 | + <li class="logo-coupon04 kid"> | ||
93 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_855')), ENT_QUOTES, 'UTF-8').'"></a> | ||
94 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15865"></a> | ||
95 | + </li> | ||
96 | + <li class="logo-coupon05 kid"> | ||
97 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_203')), ENT_QUOTES, 'UTF-8').'"></a> | ||
98 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15867"></a> | ||
99 | + </li> | ||
100 | + <li class="logo-coupon06 kid"> | ||
101 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_800')), ENT_QUOTES, 'UTF-8').'"></a> | ||
102 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15869"></a> | ||
103 | + </li> | ||
104 | + <li class="logo-coupon07 kid"> | ||
105 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_784')), ENT_QUOTES, 'UTF-8').'"></a> | ||
106 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15871"></a> | ||
107 | + </li> | ||
108 | + <li class="logo-coupon08 kid"> | ||
109 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_876')), ENT_QUOTES, 'UTF-8').'"></a> | ||
110 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="16145"></a> | ||
111 | + </li> | ||
112 | + </ul> | ||
113 | + </div> | ||
114 | + </div> | ||
115 | + <div class="coupon-ft"> | ||
116 | + <div class="other-coupon"> | ||
117 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_boys')), ENT_QUOTES, 'UTF-8').'">男生</a> | ||
118 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_girls')), ENT_QUOTES, 'UTF-8').'">女生</a> | ||
119 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_lifestyle')), ENT_QUOTES, 'UTF-8').'">创意生活</a> | ||
120 | + </div> | ||
121 | + </div> | ||
122 | + </div> | ||
123 | +<input id="shareLink" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareLink')), ENT_QUOTES, 'UTF-8').'"> | ||
124 | +<input id="shareImg" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareImg')), ENT_QUOTES, 'UTF-8').'"> | ||
125 | +<input id="shareTitle" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareTitle')), ENT_QUOTES, 'UTF-8').'"> | ||
126 | +<input id="shareDesc" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareDesc')), ENT_QUOTES, 'UTF-8').'"> | ||
127 | +<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | ||
128 | +<script type="text/javascript" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jsUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/js/jquery.min.js"></script> | ||
129 | +<script type="text/javascript" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jsUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/js/151201/coupon.mobile.1201.js"></script> | ||
130 | +'.'<!-- Google Tag Manager --> | ||
131 | +<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
132 | +<script> | ||
133 | + (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': | ||
134 | + new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], | ||
135 | + j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= | ||
136 | + \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); | ||
137 | + })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\'); | ||
138 | +</script> | ||
139 | +<!-- End Google Tag Manager --> | ||
140 | +<script type="text/javascript"> | ||
141 | + var _hmt = _hmt || []; | ||
142 | + (function() { | ||
143 | + var hm = document.createElement("script"); | ||
144 | + hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311"; | ||
145 | + var s = document.getElementsByTagName("script")[0]; | ||
146 | + s.parentNode.insertBefore(hm, s); | ||
147 | + })(); | ||
148 | +</script> | ||
149 | +<script> | ||
150 | + var _hmt = _hmt || []; | ||
151 | + (function() { | ||
152 | + var hm = document.createElement("script"); | ||
153 | + hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841"; | ||
154 | + var s = document.getElementsByTagName("script")[0]; | ||
155 | + s.parentNode.insertBefore(hm, s); | ||
156 | + })(); | ||
157 | +</script> | ||
158 | +'.'</body> | ||
159 | +</html>'; | ||
160 | +} | ||
161 | +?> |
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 | +<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 user-scalable=no"> | ||
29 | +<meta content="yes" name="apple-mobile-web-app-capable"> | ||
30 | +<meta content="telephone=no" name="format-detection"> | ||
31 | +<meta content="yes" name="apple-touch-fullscreen"> | ||
32 | +<meta content="black" name="apple-mobile-web-app-status-bar-style"> | ||
33 | +<title>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('staticTitle')), ENT_QUOTES, 'UTF-8').'</title> | ||
34 | +<link rel="stylesheet" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('cssUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/css/151201/coupon.mobile.1201.css"> | ||
35 | +<link rel="dns-prefetch" href="//cdn.yoho.cn"> | ||
36 | +<link rel="dns-prefetch" href="//static.yohobuy.com"> | ||
37 | +<script type="text/javascript"> | ||
38 | + (function(doc, win) { | ||
39 | + var docEl = doc.documentElement; | ||
40 | + (function() { | ||
41 | + var clientWidth = docEl.clientWidth; | ||
42 | + if (!clientWidth) { | ||
43 | + return; | ||
44 | + } | ||
45 | + docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\'; | ||
46 | + }()); | ||
47 | + })(document, window); | ||
48 | +</script> | ||
49 | +</head> | ||
50 | +<body> | ||
51 | + <div class="coupon-container" id="coupon-container" param="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('activityId')), ENT_QUOTES, 'UTF-8').'" isLogged="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('isLogged')), ENT_QUOTES, 'UTF-8').'"> | ||
52 | + <div class="coupon-hd"></div> | ||
53 | + <div class="coupon-bd"> | ||
54 | + <div class="bd-top"></div> | ||
55 | + <div class="bd-bottom"></div> | ||
56 | + <div class="coupon-rule"> | ||
57 | + <h2></h2> | ||
58 | + <ul> | ||
59 | + <li class="clearfix"> | ||
60 | + <span>如何领取</span> | ||
61 | + <em>12.1-12.6期间,点击页面各品牌领券按钮,即可获得对应品牌的专属券。</em> | ||
62 | + </li> | ||
63 | + <li class="clearfix"> | ||
64 | + <span>使用方法</span> | ||
65 | + <em>12.1-12.6期间,在结算页面选择使用相应的优惠券。</em> | ||
66 | + </li> | ||
67 | + <li class="clearfix"> | ||
68 | + <span>温馨提示</span> | ||
69 | + <em>优惠券领取后,到账会有延迟,请耐心等待。</em> | ||
70 | + </li> | ||
71 | + <li class="clearfix"> | ||
72 | + <span>使用细则</span> | ||
73 | + <em>在个人中心查看我的优惠券,每个订单限制用一张。</em> | ||
74 | + </li> | ||
75 | + </ul> | ||
76 | + </div> | ||
77 | + <div class="floor-header best-choice"></div> | ||
78 | + <div class="img-coupon clearfix"> | ||
79 | + <ul class="img-coupon01"> | ||
80 | + <li> | ||
81 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_350')), ENT_QUOTES, 'UTF-8').'"></a> | ||
82 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15659"></a> | ||
83 | + </li> | ||
84 | + <li> | ||
85 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_160')), ENT_QUOTES, 'UTF-8').'"></a> | ||
86 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15663"></a> | ||
87 | + </li> | ||
88 | + </ul> | ||
89 | + <ul class="img-coupon02"> | ||
90 | + <li> | ||
91 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_341')), ENT_QUOTES, 'UTF-8').'"></a> | ||
92 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15667"></a> | ||
93 | + </li> | ||
94 | + <li> | ||
95 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_710')), ENT_QUOTES, 'UTF-8').'"></a> | ||
96 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15669"></a> | ||
97 | + </li> | ||
98 | + </ul> | ||
99 | + <ul class="img-coupon03"> | ||
100 | + <li> | ||
101 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_471')), ENT_QUOTES, 'UTF-8').'"></a> | ||
102 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15671"></a> | ||
103 | + </li> | ||
104 | + <li> | ||
105 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_495')), ENT_QUOTES, 'UTF-8').'"></a> | ||
106 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15675"></a> | ||
107 | + </li> | ||
108 | + </ul> | ||
109 | + <ul class="img-coupon04"> | ||
110 | + <li> | ||
111 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_235')), ENT_QUOTES, 'UTF-8').'"></a> | ||
112 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15681"></a> | ||
113 | + </li> | ||
114 | + <li> | ||
115 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_583')), ENT_QUOTES, 'UTF-8').'"></a> | ||
116 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15683"></a> | ||
117 | + </li> | ||
118 | + </ul> | ||
119 | + </div> | ||
120 | + <div class="logo-coupon"> | ||
121 | + <ul> | ||
122 | + <li class="logo-coupon01"> | ||
123 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_417')), ENT_QUOTES, 'UTF-8').'"></a> | ||
124 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15665"></a> | ||
125 | + </li> | ||
126 | + <li class="logo-coupon02"> | ||
127 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_672')), ENT_QUOTES, 'UTF-8').'"></a> | ||
128 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15673"></a> | ||
129 | + </li> | ||
130 | + <li class="logo-coupon03"> | ||
131 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_589')), ENT_QUOTES, 'UTF-8').'"></a> | ||
132 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15679"></a> | ||
133 | + </li> | ||
134 | + <li class="logo-coupon04"> | ||
135 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_707')), ENT_QUOTES, 'UTF-8').'"></a> | ||
136 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15699"></a> | ||
137 | + </li> | ||
138 | + <li class="logo-coupon05"> | ||
139 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_550')), ENT_QUOTES, 'UTF-8').'"></a> | ||
140 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15687"></a> | ||
141 | + </li> | ||
142 | + <li class="logo-coupon06"> | ||
143 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_600')), ENT_QUOTES, 'UTF-8').'"></a> | ||
144 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15693"></a> | ||
145 | + </li> | ||
146 | + </ul> | ||
147 | + </div> | ||
148 | + <div class="floor-header top-recommend"></div> | ||
149 | + <div class="img-coupon clearfix"> | ||
150 | + <ul class="img-coupon05"> | ||
151 | + <li> | ||
152 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_402')), ENT_QUOTES, 'UTF-8').'"></a> | ||
153 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15685"></a> | ||
154 | + </li> | ||
155 | + <li> | ||
156 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_720')), ENT_QUOTES, 'UTF-8').'"></a> | ||
157 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15689"></a> | ||
158 | + </li> | ||
159 | + </ul> | ||
160 | + <ul class="img-coupon06"> | ||
161 | + <li> | ||
162 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_138')), ENT_QUOTES, 'UTF-8').'"></a> | ||
163 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15691"></a> | ||
164 | + </li> | ||
165 | + <li> | ||
166 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_506')), ENT_QUOTES, 'UTF-8').'"></a> | ||
167 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15695"></a> | ||
168 | + </li> | ||
169 | + </ul> | ||
170 | + <ul class="img-coupon07"> | ||
171 | + <li> | ||
172 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_419')), ENT_QUOTES, 'UTF-8').'"></a> | ||
173 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15697"></a> | ||
174 | + </li> | ||
175 | + <li> | ||
176 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_581')), ENT_QUOTES, 'UTF-8').'"></a> | ||
177 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15705"></a> | ||
178 | + </li> | ||
179 | + </ul> | ||
180 | + <ul class="img-coupon08"> | ||
181 | + <li> | ||
182 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_722')), ENT_QUOTES, 'UTF-8').'"></a> | ||
183 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15707"></a> | ||
184 | + </li> | ||
185 | + <li> | ||
186 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_191')), ENT_QUOTES, 'UTF-8').'"></a> | ||
187 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15751"></a> | ||
188 | + </li> | ||
189 | + </ul> | ||
190 | + </div> | ||
191 | + <div class="logo-coupon"> | ||
192 | + <ul> | ||
193 | + <li class="logo-coupon07"> | ||
194 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_152')), ENT_QUOTES, 'UTF-8').'"></a> | ||
195 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15701"></a> | ||
196 | + </li> | ||
197 | + <li class="logo-coupon08"> | ||
198 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_464')), ENT_QUOTES, 'UTF-8').'"></a> | ||
199 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15703"></a> | ||
200 | + </li> | ||
201 | + <li class="logo-coupon09"> | ||
202 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_102')), ENT_QUOTES, 'UTF-8').'"></a> | ||
203 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15709"></a> | ||
204 | + </li> | ||
205 | + <li class="logo-coupon10"> | ||
206 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_851')), ENT_QUOTES, 'UTF-8').'"></a> | ||
207 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15711"></a> | ||
208 | + </li> | ||
209 | + <li class="logo-coupon11"> | ||
210 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_699')), ENT_QUOTES, 'UTF-8').'"></a> | ||
211 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15713"></a> | ||
212 | + </li> | ||
213 | + <li class="logo-coupon12"> | ||
214 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_103')), ENT_QUOTES, 'UTF-8').'"></a> | ||
215 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15733"></a> | ||
216 | + </li> | ||
217 | + </ul> | ||
218 | + </div> | ||
219 | + </div> | ||
220 | + <div class="coupon-ft"> | ||
221 | + <div class="other-coupon"> | ||
222 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_girls')), ENT_QUOTES, 'UTF-8').'">女生</a> | ||
223 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_kids')), ENT_QUOTES, 'UTF-8').'">童装</a> | ||
224 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_lifestyle')), ENT_QUOTES, 'UTF-8').'">创意生活</a> | ||
225 | + </div> | ||
226 | + </div> | ||
227 | + </div> | ||
228 | +<input id="shareLink" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareLink')), ENT_QUOTES, 'UTF-8').'"> | ||
229 | +<input id="shareImg" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareImg')), ENT_QUOTES, 'UTF-8').'"> | ||
230 | +<input id="shareTitle" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareTitle')), ENT_QUOTES, 'UTF-8').'"> | ||
231 | +<input id="shareDesc" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareDesc')), ENT_QUOTES, 'UTF-8').'"> | ||
232 | +'.((Plugin\LCRun3::ifvar($cx, Plugin\LCRun3::v($cx, $in, array('weixinShare')))) ? '<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | ||
233 | +' : '').'<script type="text/javascript" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jsUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/js/jquery.min.js"></script> | ||
234 | +<script type="text/javascript" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jsUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/js/151201/coupon.mobile.1201.js"></script> | ||
235 | +'.'<!-- Google Tag Manager --> | ||
236 | +<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
237 | +<script> | ||
238 | + (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': | ||
239 | + new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], | ||
240 | + j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= | ||
241 | + \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); | ||
242 | + })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\'); | ||
243 | +</script> | ||
244 | +<!-- End Google Tag Manager --> | ||
245 | +<script type="text/javascript"> | ||
246 | + var _hmt = _hmt || []; | ||
247 | + (function() { | ||
248 | + var hm = document.createElement("script"); | ||
249 | + hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311"; | ||
250 | + var s = document.getElementsByTagName("script")[0]; | ||
251 | + s.parentNode.insertBefore(hm, s); | ||
252 | + })(); | ||
253 | +</script> | ||
254 | +<script> | ||
255 | + var _hmt = _hmt || []; | ||
256 | + (function() { | ||
257 | + var hm = document.createElement("script"); | ||
258 | + hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841"; | ||
259 | + var s = document.getElementsByTagName("script")[0]; | ||
260 | + s.parentNode.insertBefore(hm, s); | ||
261 | + })(); | ||
262 | +</script> | ||
263 | +'.' | ||
264 | +</body> | ||
265 | +</html>'; | ||
266 | +} | ||
267 | +?> |
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 lang="en"> | ||
26 | +<head> | ||
27 | +<meta charset="UTF-8"> | ||
28 | +<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 user-scalable=no"> | ||
29 | +<meta content="yes" name="apple-mobile-web-app-capable"> | ||
30 | +<meta content="telephone=no" name="format-detection"> | ||
31 | +<meta content="yes" name="apple-touch-fullscreen"> | ||
32 | +<meta content="black" name="apple-mobile-web-app-status-bar-style"> | ||
33 | +<title>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('staticTitle')), ENT_QUOTES, 'UTF-8').'</title> | ||
34 | +<link rel="stylesheet" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('cssUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/css/151201/coupon.mobile.1201.css"> | ||
35 | +<link rel="dns-prefetch" href="//cdn.yoho.cn"> | ||
36 | +<link rel="dns-prefetch" href="//static.yohobuy.com"> | ||
37 | +<script type="text/javascript"> | ||
38 | + (function(doc, win) { | ||
39 | + var docEl = doc.documentElement; | ||
40 | + (function() { | ||
41 | + var clientWidth = docEl.clientWidth; | ||
42 | + if (!clientWidth) { | ||
43 | + return; | ||
44 | + } | ||
45 | + docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\'; | ||
46 | + }()); | ||
47 | + })(document, window); | ||
48 | +</script> | ||
49 | +</head> | ||
50 | +<body> | ||
51 | + <div class="coupon-container" id="coupon-container" param="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('activityId')), ENT_QUOTES, 'UTF-8').'" isLogged="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('isLogged')), ENT_QUOTES, 'UTF-8').'"> | ||
52 | + <div class="coupon-hd hd3"></div> | ||
53 | + <div class="coupon-bd"> | ||
54 | + <div class="bd-top"></div> | ||
55 | + <div class="bd-bottom"></div> | ||
56 | + <div class="coupon-rule"> | ||
57 | + <h2></h2> | ||
58 | + <ul> | ||
59 | + <li class="clearfix"> | ||
60 | + <span>如何领取</span> | ||
61 | + <em>12.7-12.10期间,点击页面各品牌领券按钮,即可获得对应品牌的专属券。</em> | ||
62 | + </li> | ||
63 | + <li class="clearfix"> | ||
64 | + <span>使用方法</span> | ||
65 | + <em>12.7-12.10期间,在结算页面选择使用相应的优惠券。</em> | ||
66 | + </li> | ||
67 | + <li class="clearfix"> | ||
68 | + <span>温馨提示</span> | ||
69 | + <em>优惠券领取后,到账会有延迟,请耐心等待。</em> | ||
70 | + </li> | ||
71 | + <li class="clearfix"> | ||
72 | + <span>使用细则</span> | ||
73 | + <em>在个人中心查看我的优惠券,每个订单限制用一张。</em> | ||
74 | + </li> | ||
75 | + </ul> | ||
76 | + </div> | ||
77 | + <div class="floor-header best-choice"></div> | ||
78 | + <div class="img-coupon clearfix"> | ||
79 | + <ul class="img-coupon01 girl2"> | ||
80 | + <li> | ||
81 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_481')), ENT_QUOTES, 'UTF-8').'"></a> | ||
82 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15757"></a> | ||
83 | + </li> | ||
84 | + <li> | ||
85 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_450')), ENT_QUOTES, 'UTF-8').'"></a> | ||
86 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15759"></a> | ||
87 | + </li> | ||
88 | + </ul> | ||
89 | + <ul class="img-coupon02 girl2"> | ||
90 | + <li> | ||
91 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_256')), ENT_QUOTES, 'UTF-8').'"></a> | ||
92 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15763"></a> | ||
93 | + </li> | ||
94 | + <li> | ||
95 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_701')), ENT_QUOTES, 'UTF-8').'"></a> | ||
96 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15827"></a> | ||
97 | + </li> | ||
98 | + </ul> | ||
99 | + </div> | ||
100 | + <div class="logo-coupon"> | ||
101 | + <ul> | ||
102 | + <li class="logo-coupon01 girl2"> | ||
103 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_570')), ENT_QUOTES, 'UTF-8').'"></a> | ||
104 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15755"></a> | ||
105 | + </li> | ||
106 | + <li class="logo-coupon02 girl2"> | ||
107 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_868')), ENT_QUOTES, 'UTF-8').'"></a> | ||
108 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15761"></a> | ||
109 | + </li> | ||
110 | + <li class="logo-coupon03 girl2"> | ||
111 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_824')), ENT_QUOTES, 'UTF-8').'"></a> | ||
112 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15765"></a> | ||
113 | + </li> | ||
114 | + <li class="logo-coupon04 girl2"> | ||
115 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_1031')), ENT_QUOTES, 'UTF-8').'"></a> | ||
116 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15829"></a> | ||
117 | + </li> | ||
118 | + <li class="logo-coupon05 girl2"> | ||
119 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_734')), ENT_QUOTES, 'UTF-8').'"></a> | ||
120 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15831"></a> | ||
121 | + </li> | ||
122 | + <li class="logo-coupon06 girl2"> | ||
123 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_713')), ENT_QUOTES, 'UTF-8').'"></a> | ||
124 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15833"></a> | ||
125 | + </li> | ||
126 | + </ul> | ||
127 | + </div> | ||
128 | + <div class="floor-header top-recommend"></div> | ||
129 | + <div class="img-coupon clearfix"> | ||
130 | + <ul class="img-coupon03 girl2"> | ||
131 | + <li> | ||
132 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_947')), ENT_QUOTES, 'UTF-8').'"></a> | ||
133 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15837"></a> | ||
134 | + </li> | ||
135 | + <li> | ||
136 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_760')), ENT_QUOTES, 'UTF-8').'"></a> | ||
137 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15839"></a> | ||
138 | + </li> | ||
139 | + </ul> | ||
140 | + <ul class="img-coupon04 girl2"> | ||
141 | + <li> | ||
142 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_738')), ENT_QUOTES, 'UTF-8').'"></a> | ||
143 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15843"></a> | ||
144 | + </li> | ||
145 | + <li> | ||
146 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_778')), ENT_QUOTES, 'UTF-8').'"></a> | ||
147 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15853"></a> | ||
148 | + </li> | ||
149 | + </ul> | ||
150 | + </div> | ||
151 | + <div class="logo-coupon"> | ||
152 | + <ul> | ||
153 | + <li class="logo-coupon07 girl2"> | ||
154 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_380')), ENT_QUOTES, 'UTF-8').'"></a> | ||
155 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15835"></a> | ||
156 | + </li> | ||
157 | + <li class="logo-coupon08 girl2"> | ||
158 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_909')), ENT_QUOTES, 'UTF-8').'"></a> | ||
159 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15841"></a> | ||
160 | + </li> | ||
161 | + <li class="logo-coupon09 girl2"> | ||
162 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_524')), ENT_QUOTES, 'UTF-8').'"></a> | ||
163 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15845"></a> | ||
164 | + </li> | ||
165 | + <li class="logo-coupon10 girl2"> | ||
166 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_968')), ENT_QUOTES, 'UTF-8').'"></a> | ||
167 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15847"></a> | ||
168 | + </li> | ||
169 | + <li class="logo-coupon11 girl2"> | ||
170 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_517')), ENT_QUOTES, 'UTF-8').'"></a> | ||
171 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15849"></a> | ||
172 | + </li> | ||
173 | + <li class="logo-coupon12 girl2"> | ||
174 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_419')), ENT_QUOTES, 'UTF-8').'"></a> | ||
175 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15697"></a> | ||
176 | + </li> | ||
177 | + <li class="logo-coupon13 girl2"> | ||
178 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_1026')), ENT_QUOTES, 'UTF-8').'"></a> | ||
179 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15811"></a> | ||
180 | + </li> | ||
181 | + <li class="logo-coupon14 girl2"> | ||
182 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_1027')), ENT_QUOTES, 'UTF-8').'"></a> | ||
183 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15813"></a> | ||
184 | + </li> | ||
185 | + </ul> | ||
186 | + </div> | ||
187 | + </div> | ||
188 | + <div class="coupon-ft"> | ||
189 | + <div class="other-coupon"> | ||
190 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_boys')), ENT_QUOTES, 'UTF-8').'">男生</a> | ||
191 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_kids')), ENT_QUOTES, 'UTF-8').'">童装</a> | ||
192 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_lifestyle')), ENT_QUOTES, 'UTF-8').'">创意生活</a> | ||
193 | + </div> | ||
194 | + </div> | ||
195 | + </div> | ||
196 | +<input id="shareLink" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareLink')), ENT_QUOTES, 'UTF-8').'"> | ||
197 | +<input id="shareImg" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareImg')), ENT_QUOTES, 'UTF-8').'"> | ||
198 | +<input id="shareTitle" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareTitle')), ENT_QUOTES, 'UTF-8').'"> | ||
199 | +<input id="shareDesc" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareDesc')), ENT_QUOTES, 'UTF-8').'"> | ||
200 | +<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | ||
201 | +<script type="text/javascript" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jsUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/js/jquery.min.js"></script> | ||
202 | +<script type="text/javascript" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jsUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/js/151201/coupon.mobile.1201.js"></script> | ||
203 | +'.'<!-- Google Tag Manager --> | ||
204 | +<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
205 | +<script> | ||
206 | + (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': | ||
207 | + new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], | ||
208 | + j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= | ||
209 | + \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); | ||
210 | + })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\'); | ||
211 | +</script> | ||
212 | +<!-- End Google Tag Manager --> | ||
213 | +<script type="text/javascript"> | ||
214 | + var _hmt = _hmt || []; | ||
215 | + (function() { | ||
216 | + var hm = document.createElement("script"); | ||
217 | + hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311"; | ||
218 | + var s = document.getElementsByTagName("script")[0]; | ||
219 | + s.parentNode.insertBefore(hm, s); | ||
220 | + })(); | ||
221 | +</script> | ||
222 | +<script> | ||
223 | + var _hmt = _hmt || []; | ||
224 | + (function() { | ||
225 | + var hm = document.createElement("script"); | ||
226 | + hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841"; | ||
227 | + var s = document.getElementsByTagName("script")[0]; | ||
228 | + s.parentNode.insertBefore(hm, s); | ||
229 | + })(); | ||
230 | +</script> | ||
231 | +'.'</body> | ||
232 | +</html>'; | ||
233 | +} | ||
234 | +?> |
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 | +<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 user-scalable=no"> | ||
29 | +<meta content="yes" name="apple-mobile-web-app-capable"> | ||
30 | +<meta content="telephone=no" name="format-detection"> | ||
31 | +<meta content="yes" name="apple-touch-fullscreen"> | ||
32 | +<meta content="black" name="apple-mobile-web-app-status-bar-style"> | ||
33 | +<title>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('staticTitle')), ENT_QUOTES, 'UTF-8').'</title> | ||
34 | +<link rel="stylesheet" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('cssUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/css/151201/coupon.mobile.1201.css"> | ||
35 | +<link rel="dns-prefetch" href="//cdn.yoho.cn"> | ||
36 | +<link rel="dns-prefetch" href="//static.yohobuy.com"> | ||
37 | +<script type="text/javascript"> | ||
38 | + (function(doc, win) { | ||
39 | + var docEl = doc.documentElement; | ||
40 | + (function() { | ||
41 | + var clientWidth = docEl.clientWidth; | ||
42 | + if (!clientWidth) { | ||
43 | + return; | ||
44 | + } | ||
45 | + docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\'; | ||
46 | + }()); | ||
47 | + })(document, window); | ||
48 | +</script> | ||
49 | +</head> | ||
50 | +<body> | ||
51 | + <div class="coupon-container" id="coupon-container" param="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('activityId')), ENT_QUOTES, 'UTF-8').'" isLogged="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('isLogged')), ENT_QUOTES, 'UTF-8').'"> | ||
52 | + <div class="coupon-hd hd3"></div> | ||
53 | + <div class="coupon-bd"> | ||
54 | + <div class="bd-top"></div> | ||
55 | + <div class="bd-bottom"></div> | ||
56 | + <div class="coupon-rule"> | ||
57 | + <h2></h2> | ||
58 | + <ul> | ||
59 | + <li class="clearfix"> | ||
60 | + <span>如何领取</span> | ||
61 | + <em>12.7-12.10期间,点击页面各品牌领券按钮,即可获得对应品牌的专属券。</em> | ||
62 | + </li> | ||
63 | + <li class="clearfix"> | ||
64 | + <span>使用方法</span> | ||
65 | + <em>12.7-12.10期间,在结算页面选择使用相应的优惠券。</em> | ||
66 | + </li> | ||
67 | + <li class="clearfix"> | ||
68 | + <span>温馨提示</span> | ||
69 | + <em>优惠券领取后,到账会有延迟,请耐心等待。</em> | ||
70 | + </li> | ||
71 | + <li class="clearfix"> | ||
72 | + <span>使用细则</span> | ||
73 | + <em>在个人中心查看我的优惠券,每个订单限制用一张。</em> | ||
74 | + </li> | ||
75 | + </ul> | ||
76 | + </div> | ||
77 | + <div class="floor-header best-choice"></div> | ||
78 | + <div class="img-coupon clearfix"> | ||
79 | + <ul class="boy2-img-coupon01"> | ||
80 | + <li> | ||
81 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_114')), ENT_QUOTES, 'UTF-8').'"></a> | ||
82 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15715"></a> | ||
83 | + </li> | ||
84 | + <li> | ||
85 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_847')), ENT_QUOTES, 'UTF-8').'"></a> | ||
86 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15719"></a> | ||
87 | + </li> | ||
88 | + </ul> | ||
89 | + <ul class="boy2-img-coupon02"> | ||
90 | + <li> | ||
91 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_536')), ENT_QUOTES, 'UTF-8').'"></a> | ||
92 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15767"></a> | ||
93 | + </li> | ||
94 | + <li> | ||
95 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_230')), ENT_QUOTES, 'UTF-8').'"></a> | ||
96 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15723"></a> | ||
97 | + </li> | ||
98 | + </ul> | ||
99 | + </div> | ||
100 | + <div class="logo-coupon"> | ||
101 | + <ul> | ||
102 | + <li class="boy2-logo-coupon01"> | ||
103 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_676')), ENT_QUOTES, 'UTF-8').'"></a> | ||
104 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15717"></a> | ||
105 | + </li> | ||
106 | + <li class="boy2-logo-coupon02"> | ||
107 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_308')), ENT_QUOTES, 'UTF-8').'"></a> | ||
108 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15727"></a> | ||
109 | + </li> | ||
110 | + <li class="boy2-logo-coupon03"> | ||
111 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_199')), ENT_QUOTES, 'UTF-8').'"></a> | ||
112 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15729"></a> | ||
113 | + </li> | ||
114 | + <li class="boy2-logo-coupon04"> | ||
115 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_714')), ENT_QUOTES, 'UTF-8').'"></a> | ||
116 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15731"></a> | ||
117 | + </li> | ||
118 | + <li class="boy2-logo-coupon05"> | ||
119 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_553')), ENT_QUOTES, 'UTF-8').'"></a> | ||
120 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15677"></a> | ||
121 | + </li> | ||
122 | + <li class="boy2-logo-coupon06"> | ||
123 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_194')), ENT_QUOTES, 'UTF-8').'"></a> | ||
124 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15735"></a> | ||
125 | + </li> | ||
126 | + </ul> | ||
127 | + </div> | ||
128 | + <div class="floor-header top-recommend"></div> | ||
129 | + <div class="img-coupon clearfix"> | ||
130 | + <ul class="boy2-img-coupon03"> | ||
131 | + <li> | ||
132 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_343')), ENT_QUOTES, 'UTF-8').'"></a> | ||
133 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15725"></a> | ||
134 | + </li> | ||
135 | + <li> | ||
136 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_692')), ENT_QUOTES, 'UTF-8').'"></a> | ||
137 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15739"></a> | ||
138 | + </li> | ||
139 | + </ul> | ||
140 | + <ul class="boy2-img-coupon04"> | ||
141 | + <li> | ||
142 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_870')), ENT_QUOTES, 'UTF-8').'"></a> | ||
143 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15743"></a> | ||
144 | + </li> | ||
145 | + <li> | ||
146 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_444')), ENT_QUOTES, 'UTF-8').'"></a> | ||
147 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15721"></a> | ||
148 | + </li> | ||
149 | + </ul> | ||
150 | + </div> | ||
151 | + <div class="logo-coupon"> | ||
152 | + <ul> | ||
153 | + <li class="boy2-logo-coupon07"> | ||
154 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_462')), ENT_QUOTES, 'UTF-8').'"></a> | ||
155 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15737"></a> | ||
156 | + </li> | ||
157 | + <li class="boy2-logo-coupon08"> | ||
158 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_136')), ENT_QUOTES, 'UTF-8').'"></a> | ||
159 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15741"></a> | ||
160 | + </li> | ||
161 | + <li class="boy2-logo-coupon09"> | ||
162 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_641')), ENT_QUOTES, 'UTF-8').'"></a> | ||
163 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15745"></a> | ||
164 | + </li> | ||
165 | + <li class="boy2-logo-coupon10"> | ||
166 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_832')), ENT_QUOTES, 'UTF-8').'"></a> | ||
167 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15747"></a> | ||
168 | + </li> | ||
169 | + <li class="boy2-logo-coupon11"> | ||
170 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_940')), ENT_QUOTES, 'UTF-8').'"></a> | ||
171 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15749"></a> | ||
172 | + </li> | ||
173 | + <li class="boy2-logo-coupon12"> | ||
174 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_719')), ENT_QUOTES, 'UTF-8').'"></a> | ||
175 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15753"></a> | ||
176 | + </li> | ||
177 | + </ul> | ||
178 | + </div> | ||
179 | + </div> | ||
180 | + <div class="coupon-ft"> | ||
181 | + <div class="other-coupon"> | ||
182 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_girls')), ENT_QUOTES, 'UTF-8').'">女生</a> | ||
183 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_kids')), ENT_QUOTES, 'UTF-8').'">童装</a> | ||
184 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_lifestyle')), ENT_QUOTES, 'UTF-8').'">创意生活</a> | ||
185 | + </div> | ||
186 | + </div> | ||
187 | + </div> | ||
188 | +<input id="shareLink" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareLink')), ENT_QUOTES, 'UTF-8').'"> | ||
189 | +<input id="shareImg" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareImg')), ENT_QUOTES, 'UTF-8').'"> | ||
190 | +<input id="shareTitle" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareTitle')), ENT_QUOTES, 'UTF-8').'"> | ||
191 | +<input id="shareDesc" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareDesc')), ENT_QUOTES, 'UTF-8').'"> | ||
192 | +'.((Plugin\LCRun3::ifvar($cx, Plugin\LCRun3::v($cx, $in, array('weixinShare')))) ? '<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | ||
193 | +' : '').'<script type="text/javascript" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jsUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/js/jquery.min.js"></script> | ||
194 | +<script type="text/javascript" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jsUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/js/151201/coupon.mobile.1201.js"></script> | ||
195 | +'.'<!-- Google Tag Manager --> | ||
196 | +<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
197 | +<script> | ||
198 | + (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': | ||
199 | + new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], | ||
200 | + j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= | ||
201 | + \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); | ||
202 | + })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\'); | ||
203 | +</script> | ||
204 | +<!-- End Google Tag Manager --> | ||
205 | +<script type="text/javascript"> | ||
206 | + var _hmt = _hmt || []; | ||
207 | + (function() { | ||
208 | + var hm = document.createElement("script"); | ||
209 | + hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311"; | ||
210 | + var s = document.getElementsByTagName("script")[0]; | ||
211 | + s.parentNode.insertBefore(hm, s); | ||
212 | + })(); | ||
213 | +</script> | ||
214 | +<script> | ||
215 | + var _hmt = _hmt || []; | ||
216 | + (function() { | ||
217 | + var hm = document.createElement("script"); | ||
218 | + hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841"; | ||
219 | + var s = document.getElementsByTagName("script")[0]; | ||
220 | + s.parentNode.insertBefore(hm, s); | ||
221 | + })(); | ||
222 | +</script> | ||
223 | +'.' | ||
224 | +</body> | ||
225 | +</html>'; | ||
226 | +} | ||
227 | +?> |
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 | +<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 user-scalable=no"> | ||
29 | +<meta content="yes" name="apple-mobile-web-app-capable"> | ||
30 | +<meta content="telephone=no" name="format-detection"> | ||
31 | +<meta content="yes" name="apple-touch-fullscreen"> | ||
32 | +<meta content="black" name="apple-mobile-web-app-status-bar-style"> | ||
33 | +<title>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('staticTitle')), ENT_QUOTES, 'UTF-8').'</title> | ||
34 | +<link rel="stylesheet" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('cssUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/css/151201/coupon.mobile.css"> | ||
35 | +<link rel="dns-prefetch" href="//cdn.yoho.cn"> | ||
36 | +<link rel="dns-prefetch" href="//static.yohobuy.com"> | ||
37 | +<script type="text/javascript"> | ||
38 | + (function(doc, win) { | ||
39 | + var docEl = doc.documentElement; | ||
40 | + (function() { | ||
41 | + var clientWidth = docEl.clientWidth; | ||
42 | + if (!clientWidth) { | ||
43 | + return; | ||
44 | + } | ||
45 | + docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\'; | ||
46 | + }()); | ||
47 | + })(document, window); | ||
48 | +</script> | ||
49 | +</head> | ||
50 | +<body> | ||
51 | + <div class="coupon-container" id="coupon-container" param="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('activityId')), ENT_QUOTES, 'UTF-8').'" isLogged="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('isLogged')), ENT_QUOTES, 'UTF-8').'"> | ||
52 | + <div class="coupon-hd"></div> | ||
53 | + <div class="coupon-bd"> | ||
54 | + <div class="bd-top"></div> | ||
55 | + <div class="bd-bottom"></div> | ||
56 | + <div class="coupon-rule"> | ||
57 | + <h2></h2> | ||
58 | + <ul> | ||
59 | + <li class="clearfix"> | ||
60 | + <span>如何领取</span> | ||
61 | + <em>12.1-12.6期间,点击页面各品牌领券按钮,即可获得对应品牌的专属券。</em> | ||
62 | + </li> | ||
63 | + <li class="clearfix"> | ||
64 | + <span>使用方法</span> | ||
65 | + <em>12.1-12.6期间,在结算页面选择使用相应的优惠券。</em> | ||
66 | + </li> | ||
67 | + <li class="clearfix"> | ||
68 | + <span>使用细则</span> | ||
69 | + <em>在个人中心查看我的优惠券,每个订单限制用一张。</em> | ||
70 | + </li> | ||
71 | + </ul> | ||
72 | + </div> | ||
73 | + <div class="floor-header best-choice"></div> | ||
74 | + <div class="img-coupon clearfix"> | ||
75 | + <ul class="img-coupon01"> | ||
76 | + <li> | ||
77 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_350')), ENT_QUOTES, 'UTF-8').'"></a> | ||
78 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15659"></a> | ||
79 | + </li> | ||
80 | + <li> | ||
81 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_160')), ENT_QUOTES, 'UTF-8').'"></a> | ||
82 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15663"></a> | ||
83 | + </li> | ||
84 | + </ul> | ||
85 | + <ul class="img-coupon02"> | ||
86 | + <li> | ||
87 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_341')), ENT_QUOTES, 'UTF-8').'"></a> | ||
88 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15667"></a> | ||
89 | + </li> | ||
90 | + <li> | ||
91 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_710')), ENT_QUOTES, 'UTF-8').'"></a> | ||
92 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15669"></a> | ||
93 | + </li> | ||
94 | + </ul> | ||
95 | + <ul class="img-coupon03"> | ||
96 | + <li> | ||
97 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_471')), ENT_QUOTES, 'UTF-8').'"></a> | ||
98 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15671"></a> | ||
99 | + </li> | ||
100 | + <li> | ||
101 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_495')), ENT_QUOTES, 'UTF-8').'"></a> | ||
102 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15675"></a> | ||
103 | + </li> | ||
104 | + </ul> | ||
105 | + <ul class="img-coupon04"> | ||
106 | + <li> | ||
107 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_235')), ENT_QUOTES, 'UTF-8').'"></a> | ||
108 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15681"></a> | ||
109 | + </li> | ||
110 | + <li> | ||
111 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_583')), ENT_QUOTES, 'UTF-8').'"></a> | ||
112 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15683"></a> | ||
113 | + </li> | ||
114 | + </ul> | ||
115 | + </div> | ||
116 | + <div class="logo-coupon"> | ||
117 | + <ul> | ||
118 | + <li class="logo-coupon01"> | ||
119 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_417')), ENT_QUOTES, 'UTF-8').'"></a> | ||
120 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15665"></a> | ||
121 | + </li> | ||
122 | + <li class="logo-coupon02"> | ||
123 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_672')), ENT_QUOTES, 'UTF-8').'"></a> | ||
124 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15673"></a> | ||
125 | + </li> | ||
126 | + <li class="logo-coupon03"> | ||
127 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_589')), ENT_QUOTES, 'UTF-8').'"></a> | ||
128 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15679"></a> | ||
129 | + </li> | ||
130 | + <li class="logo-coupon04"> | ||
131 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_707')), ENT_QUOTES, 'UTF-8').'"></a> | ||
132 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15699"></a> | ||
133 | + </li> | ||
134 | + <li class="logo-coupon05"> | ||
135 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_550')), ENT_QUOTES, 'UTF-8').'"></a> | ||
136 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15687"></a> | ||
137 | + </li> | ||
138 | + <li class="logo-coupon06"> | ||
139 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_600')), ENT_QUOTES, 'UTF-8').'"></a> | ||
140 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15693"></a> | ||
141 | + </li> | ||
142 | + </ul> | ||
143 | + </div> | ||
144 | + <div class="floor-header top-recommend"></div> | ||
145 | + <div class="img-coupon clearfix"> | ||
146 | + <ul class="img-coupon05"> | ||
147 | + <li> | ||
148 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_402')), ENT_QUOTES, 'UTF-8').'"></a> | ||
149 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15685"></a> | ||
150 | + </li> | ||
151 | + <li> | ||
152 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_720')), ENT_QUOTES, 'UTF-8').'"></a> | ||
153 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15689"></a> | ||
154 | + </li> | ||
155 | + </ul> | ||
156 | + <ul class="img-coupon06"> | ||
157 | + <li> | ||
158 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_138')), ENT_QUOTES, 'UTF-8').'"></a> | ||
159 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15691"></a> | ||
160 | + </li> | ||
161 | + <li> | ||
162 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_506')), ENT_QUOTES, 'UTF-8').'"></a> | ||
163 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15695"></a> | ||
164 | + </li> | ||
165 | + </ul> | ||
166 | + <ul class="img-coupon07"> | ||
167 | + <li> | ||
168 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_419')), ENT_QUOTES, 'UTF-8').'"></a> | ||
169 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15697"></a> | ||
170 | + </li> | ||
171 | + <li> | ||
172 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_581')), ENT_QUOTES, 'UTF-8').'"></a> | ||
173 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15705"></a> | ||
174 | + </li> | ||
175 | + </ul> | ||
176 | + <ul class="img-coupon08"> | ||
177 | + <li> | ||
178 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_722')), ENT_QUOTES, 'UTF-8').'"></a> | ||
179 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15707"></a> | ||
180 | + </li> | ||
181 | + <li> | ||
182 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_191')), ENT_QUOTES, 'UTF-8').'"></a> | ||
183 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15751"></a> | ||
184 | + </li> | ||
185 | + </ul> | ||
186 | + </div> | ||
187 | + <div class="logo-coupon"> | ||
188 | + <ul> | ||
189 | + <li class="logo-coupon07"> | ||
190 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_152')), ENT_QUOTES, 'UTF-8').'"></a> | ||
191 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15701"></a> | ||
192 | + </li> | ||
193 | + <li class="logo-coupon08"> | ||
194 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_464')), ENT_QUOTES, 'UTF-8').'"></a> | ||
195 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15703"></a> | ||
196 | + </li> | ||
197 | + <li class="logo-coupon09"> | ||
198 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_102')), ENT_QUOTES, 'UTF-8').'"></a> | ||
199 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15709"></a> | ||
200 | + </li> | ||
201 | + <li class="logo-coupon10"> | ||
202 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_851')), ENT_QUOTES, 'UTF-8').'"></a> | ||
203 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15711"></a> | ||
204 | + </li> | ||
205 | + <li class="logo-coupon11"> | ||
206 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_699')), ENT_QUOTES, 'UTF-8').'"></a> | ||
207 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15713"></a> | ||
208 | + </li> | ||
209 | + <li class="logo-coupon12"> | ||
210 | + <a class="enter-store" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_103')), ENT_QUOTES, 'UTF-8').'"></a> | ||
211 | + <a class="get-coupon" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jumpUrl')), ENT_QUOTES, 'UTF-8').'" param="15733"></a> | ||
212 | + </li> | ||
213 | + </ul> | ||
214 | + </div> | ||
215 | + </div> | ||
216 | + <div class="coupon-ft"> | ||
217 | + <div class="other-coupon"> | ||
218 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_girls')), ENT_QUOTES, 'UTF-8').'">女生</a> | ||
219 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_kids')), ENT_QUOTES, 'UTF-8').'">童装</a> | ||
220 | + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url_lifestyle')), ENT_QUOTES, 'UTF-8').'">创意生活</a> | ||
221 | + </div> | ||
222 | + </div> | ||
223 | + </div> | ||
224 | +<input id="shareLink" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareLink')), ENT_QUOTES, 'UTF-8').'"> | ||
225 | +<input id="shareImg" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareImg')), ENT_QUOTES, 'UTF-8').'"> | ||
226 | +<input id="shareTitle" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareTitle')), ENT_QUOTES, 'UTF-8').'"> | ||
227 | +<input id="shareDesc" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareDesc')), ENT_QUOTES, 'UTF-8').'"> | ||
228 | +'.((Plugin\LCRun3::ifvar($cx, Plugin\LCRun3::v($cx, $in, array('weixinShare')))) ? '<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | ||
229 | +' : '').'<script type="text/javascript" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jsUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/js/jquery.min.js"></script> | ||
230 | +<script type="text/javascript" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jsUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/js/151201/coupon.mobile.js"></script> | ||
231 | +'.'<!-- Google Tag Manager --> | ||
232 | +<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
233 | +<script> | ||
234 | + (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': | ||
235 | + new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], | ||
236 | + j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= | ||
237 | + \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); | ||
238 | + })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\'); | ||
239 | +</script> | ||
240 | +<!-- End Google Tag Manager --> | ||
241 | +<script type="text/javascript"> | ||
242 | + var _hmt = _hmt || []; | ||
243 | + (function() { | ||
244 | + var hm = document.createElement("script"); | ||
245 | + hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311"; | ||
246 | + var s = document.getElementsByTagName("script")[0]; | ||
247 | + s.parentNode.insertBefore(hm, s); | ||
248 | + })(); | ||
249 | +</script> | ||
250 | +<script> | ||
251 | + var _hmt = _hmt || []; | ||
252 | + (function() { | ||
253 | + var hm = document.createElement("script"); | ||
254 | + hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841"; | ||
255 | + var s = document.getElementsByTagName("script")[0]; | ||
256 | + s.parentNode.insertBefore(hm, s); | ||
257 | + })(); | ||
258 | +</script> | ||
259 | +'.' | ||
260 | +</body> | ||
261 | +</html>'; | ||
262 | +} | ||
263 | +?> |
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 ''.Plugin\LCRun3::debug('[goodsContainer]', 'sec', $cx, Plugin\LCRun3::debug('[goodsContainer]', 'v', $cx, $in, array('goodsContainer')), $in, false, function($cx, $in) {return ' <div class="goods-list '.((Plugin\LCRun3::debug('^[show]', 'isec', $cx, Plugin\LCRun3::debug('[show]', 'v', $cx, $in, array('show')))) ? 'hide' : '').'"> | ||
25 | +'.Plugin\LCRun3::debug('[goods]', 'sec', $cx, Plugin\LCRun3::debug('[goods]', 'v', $cx, $in, array('goods')), $in, false, function($cx, $in) {return ''.' '.((Plugin\LCRun3::debug('this', 'ifvar', $cx, $in)) ? ' | ||
26 | + <div class="good-info" data-id="'.Plugin\LCRun3::debug('[id]', 'encq', $cx, Plugin\LCRun3::debug('[id]', 'v', $cx, $in, array('id'))).'"> | ||
27 | + <div class="tag-container clearfix"> | ||
28 | +'.Plugin\LCRun3::debug('[tags]', 'sec', $cx, Plugin\LCRun3::debug('[tags]', 'v', $cx, $in, array('tags')), $in, false, function($cx, $in) {return ''.Plugin\LCRun3::debug('[is_new]', 'sec', $cx, Plugin\LCRun3::debug('[is_new]', 'v', $cx, $in, array('is_new')), $in, false, function($cx, $in) {return ' <p class="good-tag new-tag">NEW</p> | ||
29 | +';}).''.Plugin\LCRun3::debug('[is_advance]', 'sec', $cx, Plugin\LCRun3::debug('[is_advance]', 'v', $cx, $in, array('is_advance')), $in, false, function($cx, $in) {return ' <p class="good-tag renew-tag">再到着</p> | ||
30 | +';}).''.Plugin\LCRun3::debug('[is_discount]', 'sec', $cx, Plugin\LCRun3::debug('[is_discount]', 'v', $cx, $in, array('is_discount')), $in, false, function($cx, $in) {return ' <p class="good-tag sale-tag">SALE</p> | ||
31 | +';}).''.Plugin\LCRun3::debug('[is_yohoood]', 'sec', $cx, Plugin\LCRun3::debug('[is_yohoood]', 'v', $cx, $in, array('is_yohoood')), $in, false, function($cx, $in) {return ' <p class="good-tag new-festival-tag">新品节</p> | ||
32 | +';}).''.Plugin\LCRun3::debug('[is_limited]', 'sec', $cx, Plugin\LCRun3::debug('[is_limited]', 'v', $cx, $in, array('is_limited')), $in, false, function($cx, $in) {return ' <p class="good-tag limit-tag">限量商品</p> | ||
33 | +';}).'';}).' </div> | ||
34 | + <div class="good-detail-img"> | ||
35 | + <a class="good-thumb" href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'"> | ||
36 | + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[thumb]', 'encq', $cx, Plugin\LCRun3::debug('[thumb]', 'v', $cx, $in, array('thumb'))).'"> | ||
37 | + </a> | ||
38 | +'.Plugin\LCRun3::debug('[is_soon_sold_out]', 'sec', $cx, Plugin\LCRun3::debug('[is_soon_sold_out]', 'v', $cx, $in, array('is_soon_sold_out')), $in, false, function($cx, $in) {return ' <p class="few-tag">即将售罄</p> | ||
39 | +';}).' </div> | ||
40 | + <div class="good-detail-text"> | ||
41 | + <div class="name"> | ||
42 | + <a href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'">'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'</a> | ||
43 | + </div> | ||
44 | + <div class="price"> | ||
45 | + <span class="sale-price '.((Plugin\LCRun3::debug('^[price]', 'isec', $cx, Plugin\LCRun3::debug('[price]', 'v', $cx, $in, array('price')))) ? 'no-price' : '').'">¥'.Plugin\LCRun3::debug('[salePrice]', 'encq', $cx, Plugin\LCRun3::debug('[salePrice]', 'v', $cx, $in, array('salePrice'))).'</span> | ||
46 | +'.Plugin\LCRun3::debug('[price]', 'sec', $cx, Plugin\LCRun3::debug('[price]', 'v', $cx, $in, array('price')), $in, false, function($cx, $in) {return ' <span class="market-price">¥'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</span> | ||
47 | +';}).' </div> | ||
48 | + </div> | ||
49 | + </div> | ||
50 | + ' : '').''.'';}).' </div> | ||
51 | +';}).''; | ||
52 | +} | ||
53 | +?> |
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 ''.'<ul class="address-list"> | ||
25 | +'.Plugin\LCRun3::debug('[addressList]', 'sec', $cx, Plugin\LCRun3::debug('[addressList]', 'v', $cx, $in, array('addressList')), $in, false, function($cx, $in) {return ' <li class="address"> | ||
26 | + <span class="caption">'.Plugin\LCRun3::debug('[caption]', 'encq', $cx, Plugin\LCRun3::debug('[caption]', 'v', $cx, $in, array('caption'))).'</span> | ||
27 | + <span class="iconfont"></span> | ||
28 | + <ul> | ||
29 | +'.Plugin\LCRun3::debug('[sub]', 'sec', $cx, Plugin\LCRun3::debug('[sub]', 'v', $cx, $in, array('sub')), $in, false, function($cx, $in) {return ' <li class="address"> | ||
30 | + <span class="caption">'.Plugin\LCRun3::debug('[caption]', 'encq', $cx, Plugin\LCRun3::debug('[caption]', 'v', $cx, $in, array('caption'))).'</span> | ||
31 | + <span class="iconfont"></span> | ||
32 | + <ul class="address-list"> | ||
33 | +'.Plugin\LCRun3::debug('[sub]', 'sec', $cx, Plugin\LCRun3::debug('[sub]', 'v', $cx, $in, array('sub')), $in, false, function($cx, $in) {return ' <li class="address-last" data-id="'.Plugin\LCRun3::debug('[code]', 'encq', $cx, Plugin\LCRun3::debug('[code]', 'v', $cx, $in, array('code'))).'"> | ||
34 | + <span class="caption">'.Plugin\LCRun3::debug('[caption]', 'encq', $cx, Plugin\LCRun3::debug('[caption]', 'v', $cx, $in, array('caption'))).'</span> | ||
35 | + </li> | ||
36 | +';}).' </ul> | ||
37 | + </li> | ||
38 | +';}).' </ul> | ||
39 | + </li> | ||
40 | +';}).'</ul> | ||
41 | +'.''; | ||
42 | +} | ||
43 | +?> |
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('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</title> | ||
29 | +<meta name="keywords" content="'.Plugin\LCRun3::debug('[keywords]', 'encq', $cx, Plugin\LCRun3::debug('[keywords]', 'v', $cx, $in, array('keywords'))).'"> | ||
30 | +<meta name="description" content="'.Plugin\LCRun3::debug('[description]', 'encq', $cx, Plugin\LCRun3::debug('[description]', 'v', $cx, $in, array('description'))).'"> | ||
31 | +<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> | ||
32 | +<meta http-equiv="cleartype" content="on"> | ||
33 | +<meta name="apple-mobile-web-app-status-bar-style" content="black" /> | ||
34 | +<meta content="telephone=no" name="format-detection" /> | ||
35 | +<meta content="email=no" name="format-detection" /> | ||
36 | +<script type="text/javascript"> | ||
37 | + (function(doc, win) { | ||
38 | + var docEl = doc.documentElement; | ||
39 | + (function() { | ||
40 | + var clientWidth = docEl.clientWidth; | ||
41 | + if (!clientWidth) { | ||
42 | + return; | ||
43 | + } | ||
44 | + docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\'; | ||
45 | + }()); | ||
46 | + })(document, window); | ||
47 | +</script> | ||
48 | +<link rel="dns-prefetch" href="//cdn.yoho.cn"> | ||
49 | +<link rel="dns-prefetch" href="//static.yohobuy.com"> | ||
50 | +<link rel="dns-prefetch" href="//img12.static.yhbimg.com"> | ||
51 | +<link rel="dns-prefetch" href="//img13.static.yhbimg.com"> | ||
52 | +'.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
53 | +' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
54 | +' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<link rel="stylesheet" href="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
55 | +' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css"> | ||
56 | +' : '').'<link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png"> | ||
57 | +<link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)"> | ||
58 | +<link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)"> | ||
59 | +</head> | ||
60 | +<body '.((Plugin\LCRun3::debug('[isPassportPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[isPassportPage]', 'v', $cx, $in, array('isPassportPage')))) ? 'class=passport-body' : '').'> | ||
61 | +'.((Plugin\LCRun3::debug('[systemUpdate]', 'ifvar', $cx, Plugin\LCRun3::debug('[systemUpdate]', 'v', $cx, $in, array('systemUpdate')))) ? ' <div class="systemUpdate"> | ||
62 | + <a href="index/systemUpdate" class="systemHeader">Yoho!Buy有货关于系统升级的公告</a> | ||
63 | + <span>X</span> | ||
64 | + </div> | ||
65 | +' : '').' '.''.Plugin\LCRun3::debug('[pageHeader]', 'sec', $cx, Plugin\LCRun3::debug('[pageHeader]', 'v', $cx, $in, array('pageHeader')), $in, false, function($cx, $in) {return '<header id="yoho-header" class="yoho-header'.((Plugin\LCRun3::debug('[boys]', 'ifvar', $cx, Plugin\LCRun3::debug('[boys]', 'v', $cx, $in, array('boys')))) ? ' boys' : '').''.((Plugin\LCRun3::debug('[girls]', 'ifvar', $cx, Plugin\LCRun3::debug('[girls]', 'v', $cx, $in, array('girls')))) ? ' girls' : '').''.((Plugin\LCRun3::debug('[kids]', 'ifvar', $cx, Plugin\LCRun3::debug('[kids]', 'v', $cx, $in, array('kids')))) ? ' kids' : '').''.((Plugin\LCRun3::debug('[lifeStyle]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifeStyle]', 'v', $cx, $in, array('lifeStyle')))) ? ' life-style' : '').'"> | ||
66 | +'.Plugin\LCRun3::debug('[navBack]', 'sec', $cx, Plugin\LCRun3::debug('[navBack]', 'v', $cx, $in, array('navBack')), $in, false, function($cx, $in) {return ' <a href="'.((Plugin\LCRun3::debug('[backUrl]', 'ifvar', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl')))) ? ''.Plugin\LCRun3::debug('[backUrl]', 'encq', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl'))).'' : 'javascript:history.go(-1);').'" class="iconfont nav-back"></a> | ||
67 | +';}).''.Plugin\LCRun3::debug('[navHome]', 'sec', $cx, Plugin\LCRun3::debug('[navHome]', 'v', $cx, $in, array('navHome')), $in, false, function($cx, $in) {return ' <a href="'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'" class="iconfont nav-home"></a> | ||
68 | +';}).''.Plugin\LCRun3::debug('[navTitle]', 'sec', $cx, Plugin\LCRun3::debug('[navTitle]', 'v', $cx, $in, array('navTitle')), $in, false, function($cx, $in) {return ' <p class="nav-title">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</p> | ||
69 | +';}).''.Plugin\LCRun3::debug('[navBtn]', 'sec', $cx, Plugin\LCRun3::debug('[navBtn]', 'v', $cx, $in, array('navBtn')), $in, false, function($cx, $in) {return ' <span class="nav-btn">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</span> | ||
70 | +';}).'</header> | ||
71 | +';}).''.''.'<div class="ps-detail-page ps-page yoho-page"> | ||
72 | +'.Plugin\LCRun3::debug('[ps]', 'sec', $cx, Plugin\LCRun3::debug('[ps]', 'v', $cx, $in, array('ps')), $in, false, function($cx, $in) {return ' <div id="brand-info" class="header brand-info ps-block" data-id="'.Plugin\LCRun3::debug('[id]', 'encq', $cx, Plugin\LCRun3::debug('[id]', 'v', $cx, $in, array('id'))).'"> | ||
73 | + <img class="banner lazy" data-original="'.Plugin\LCRun3::debug('[banner]', 'encq', $cx, Plugin\LCRun3::debug('[banner]', 'v', $cx, $in, array('banner'))).'"> | ||
74 | + <img class="logo lazy" data-original="'.Plugin\LCRun3::debug('[logo]', 'encq', $cx, Plugin\LCRun3::debug('[logo]', 'v', $cx, $in, array('logo'))).'"> | ||
75 | + <div class="header-content clearfix"> | ||
76 | + <p class="name-islike-container"> | ||
77 | + <span class="name">'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'</span> | ||
78 | + <a id="brand-like" class="brand-islike iconfont '.Plugin\LCRun3::debug('[isLike]', 'sec', $cx, Plugin\LCRun3::debug('[isLike]', 'v', $cx, $in, array('isLike')), $in, false, function($cx, $in) {return 'like';}).'" href="'.Plugin\LCRun3::debug('[likeUrl]', 'encq', $cx, Plugin\LCRun3::debug('[likeUrl]', 'v', $cx, $in, array('likeUrl'))).'"> | ||
79 | +  | ||
80 | + </a> | ||
81 | + </p> | ||
82 | + <p id="intro" class="intro"> | ||
83 | + '.Plugin\LCRun3::debug('[intro]', 'encq', $cx, Plugin\LCRun3::debug('[intro]', 'v', $cx, $in, array('intro'))).' | ||
84 | + </p> | ||
85 | +'.((Plugin\LCRun3::debug('[intro]', 'ifvar', $cx, Plugin\LCRun3::debug('[intro]', 'v', $cx, $in, array('intro')))) ? ' <span id="more-intro" class="more-intro"> | ||
86 | + <span id="intro-more-txt">more</span> | ||
87 | + <i class="icon iconfont"></i> | ||
88 | + </span> | ||
89 | +' : '').' </div> | ||
90 | + </div> | ||
91 | +'.Plugin\LCRun3::debug('[newArrival]', 'sec', $cx, Plugin\LCRun3::debug('[newArrival]', 'v', $cx, $in, array('newArrival')), $in, false, function($cx, $in) {return ' <div class="new-arrival ps-block"> | ||
92 | + <div class="new-arrival-header"> | ||
93 | + <span class="header-text">NEW ARRIVAL</span> | ||
94 | + <a class="more-prods iconfont" href="'.Plugin\LCRun3::debug('[moreUrl]', 'encq', $cx, Plugin\LCRun3::debug('[moreUrl]', 'v', $cx, $in, array('moreUrl'))).'"></a> | ||
95 | + </div> | ||
96 | + <div class="new-arrival-content clearfix"> | ||
97 | +'.Plugin\LCRun3::debug('[naList]', 'sec', $cx, Plugin\LCRun3::debug('[naList]', 'v', $cx, $in, array('naList')), $in, false, function($cx, $in) {return ''.' '.((Plugin\LCRun3::debug('this', 'ifvar', $cx, $in)) ? ' | ||
98 | + <div class="good-info" data-id="'.Plugin\LCRun3::debug('[id]', 'encq', $cx, Plugin\LCRun3::debug('[id]', 'v', $cx, $in, array('id'))).'"> | ||
99 | + <div class="tag-container clearfix"> | ||
100 | +'.Plugin\LCRun3::debug('[tags]', 'sec', $cx, Plugin\LCRun3::debug('[tags]', 'v', $cx, $in, array('tags')), $in, false, function($cx, $in) {return ''.Plugin\LCRun3::debug('[is_new]', 'sec', $cx, Plugin\LCRun3::debug('[is_new]', 'v', $cx, $in, array('is_new')), $in, false, function($cx, $in) {return ' <p class="good-tag new-tag">NEW</p> | ||
101 | +';}).''.Plugin\LCRun3::debug('[is_advance]', 'sec', $cx, Plugin\LCRun3::debug('[is_advance]', 'v', $cx, $in, array('is_advance')), $in, false, function($cx, $in) {return ' <p class="good-tag renew-tag">再到着</p> | ||
102 | +';}).''.Plugin\LCRun3::debug('[is_discount]', 'sec', $cx, Plugin\LCRun3::debug('[is_discount]', 'v', $cx, $in, array('is_discount')), $in, false, function($cx, $in) {return ' <p class="good-tag sale-tag">SALE</p> | ||
103 | +';}).''.Plugin\LCRun3::debug('[is_yohoood]', 'sec', $cx, Plugin\LCRun3::debug('[is_yohoood]', 'v', $cx, $in, array('is_yohoood')), $in, false, function($cx, $in) {return ' <p class="good-tag new-festival-tag">新品节</p> | ||
104 | +';}).''.Plugin\LCRun3::debug('[is_limited]', 'sec', $cx, Plugin\LCRun3::debug('[is_limited]', 'v', $cx, $in, array('is_limited')), $in, false, function($cx, $in) {return ' <p class="good-tag limit-tag">限量商品</p> | ||
105 | +';}).'';}).' </div> | ||
106 | + <div class="good-detail-img"> | ||
107 | + <a class="good-thumb" href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'"> | ||
108 | + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[thumb]', 'encq', $cx, Plugin\LCRun3::debug('[thumb]', 'v', $cx, $in, array('thumb'))).'"> | ||
109 | + </a> | ||
110 | +'.Plugin\LCRun3::debug('[is_soon_sold_out]', 'sec', $cx, Plugin\LCRun3::debug('[is_soon_sold_out]', 'v', $cx, $in, array('is_soon_sold_out')), $in, false, function($cx, $in) {return ' <p class="few-tag">即将售罄</p> | ||
111 | +';}).' </div> | ||
112 | + <div class="good-detail-text"> | ||
113 | + <div class="name"> | ||
114 | + <a href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'">'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'</a> | ||
115 | + </div> | ||
116 | + <div class="price"> | ||
117 | + <span class="sale-price '.((Plugin\LCRun3::debug('^[price]', 'isec', $cx, Plugin\LCRun3::debug('[price]', 'v', $cx, $in, array('price')))) ? 'no-price' : '').'">¥'.Plugin\LCRun3::debug('[salePrice]', 'encq', $cx, Plugin\LCRun3::debug('[salePrice]', 'v', $cx, $in, array('salePrice'))).'</span> | ||
118 | +'.Plugin\LCRun3::debug('[price]', 'sec', $cx, Plugin\LCRun3::debug('[price]', 'v', $cx, $in, array('price')), $in, false, function($cx, $in) {return ' <span class="market-price">¥'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</span> | ||
119 | +';}).' </div> | ||
120 | + </div> | ||
121 | + </div> | ||
122 | + ' : '').''.'';}).' </div> | ||
123 | + <div class="more-goods-container"> | ||
124 | + <a class="mg-text" href="'.Plugin\LCRun3::debug('[moreUrl]', 'encq', $cx, Plugin\LCRun3::debug('[moreUrl]', 'v', $cx, $in, array('moreUrl'))).'"> | ||
125 | + 更多商品 | ||
126 | + <span class="more-prods iconfont"></span> | ||
127 | + </a> | ||
128 | + </div> | ||
129 | + </div> | ||
130 | +';}).''.((Plugin\LCRun3::debug('[infos]', 'ifvar', $cx, Plugin\LCRun3::debug('[infos]', 'v', $cx, $in, array('infos')))) ? ' <div class="related-infos ps-block"> | ||
131 | + <div> | ||
132 | + <h2 class="related-info-title">相关资讯</h2> | ||
133 | + </div> | ||
134 | + <div id="related-infos-container" class="related-infos-container"> | ||
135 | +'.Plugin\LCRun3::debug('[infos]', 'sec', $cx, Plugin\LCRun3::debug('[infos]', 'v', $cx, $in, array('infos')), $in, false, function($cx, $in) {return ''.' <div class="guang-info" data-id="'.Plugin\LCRun3::debug('[id]', 'encq', $cx, Plugin\LCRun3::debug('[id]', 'v', $cx, $in, array('id'))).'"> | ||
136 | +'.Plugin\LCRun3::debug('[author]', 'sec', $cx, Plugin\LCRun3::debug('[author]', 'v', $cx, $in, array('author')), $in, false, function($cx, $in) {return ' <a class="info-author clearfix" href='.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'> | ||
137 | + <img class="lazy avatar" data-original='.Plugin\LCRun3::debug('[avatar]', 'encq', $cx, Plugin\LCRun3::debug('[avatar]', 'v', $cx, $in, array('avatar'))).'> | ||
138 | + <span class="name">'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'</span> | ||
139 | + </a> | ||
140 | +';}).' | ||
141 | + <div class="info-img"> | ||
142 | +'.((Plugin\LCRun3::debug('[showTags]', 'ifvar', $cx, Plugin\LCRun3::debug('[showTags]', 'v', $cx, $in, array('showTags')))) ? ' <a href="javascript:;" class="info-match"> | ||
143 | +'.Plugin\LCRun3::debug('[isTip]', 'sec', $cx, Plugin\LCRun3::debug('[isTip]', 'v', $cx, $in, array('isTip')), $in, false, function($cx, $in) {return ' 小贴士 | ||
144 | + <div class="info-tag tip"></div> | ||
145 | +';}).''.Plugin\LCRun3::debug('[isCollocation]', 'sec', $cx, Plugin\LCRun3::debug('[isCollocation]', 'v', $cx, $in, array('isCollocation')), $in, false, function($cx, $in) {return ' 搭配 | ||
146 | + <div class="info-tag collocation"></div> | ||
147 | +';}).''.Plugin\LCRun3::debug('[isFashionMan]', 'sec', $cx, Plugin\LCRun3::debug('[isFashionMan]', 'v', $cx, $in, array('isFashionMan')), $in, false, function($cx, $in) {return ' 潮人 | ||
148 | + <div class="info-tag fashion-man"></div> | ||
149 | +';}).''.Plugin\LCRun3::debug('[isFashionGood]', 'sec', $cx, Plugin\LCRun3::debug('[isFashionGood]', 'v', $cx, $in, array('isFashionGood')), $in, false, function($cx, $in) {return ' 潮品 | ||
150 | + <div class="info-tag fashion-good"></div> | ||
151 | +';}).''.Plugin\LCRun3::debug('[isTopic]', 'sec', $cx, Plugin\LCRun3::debug('[isTopic]', 'v', $cx, $in, array('isTopic')), $in, false, function($cx, $in) {return ' 话题 | ||
152 | + <div class="info-tag topic"></div> | ||
153 | +';}).' </a> | ||
154 | +' : '').' <a href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'"> | ||
155 | + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'" alt="'.Plugin\LCRun3::debug('[alt]', 'encq', $cx, Plugin\LCRun3::debug('[alt]', 'v', $cx, $in, array('alt'))).'"> | ||
156 | + </a> | ||
157 | + </div> | ||
158 | + | ||
159 | + <div class="info-deps"> | ||
160 | + <a class="info-title-container" href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'"> | ||
161 | + <h2 class="info-title">'.Plugin\LCRun3::debug('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</h2> | ||
162 | + </a> | ||
163 | + <p class="info-text">'.Plugin\LCRun3::debug('[text]', 'encq', $cx, Plugin\LCRun3::debug('[text]', 'v', $cx, $in, array('text'))).'</p> | ||
164 | +'.' <div class="time-view-like-share clearfix"> | ||
165 | + <i class="iconfont"></i> | ||
166 | + '.Plugin\LCRun3::debug('[publishTime]', 'encq', $cx, Plugin\LCRun3::debug('[publishTime]', 'v', $cx, $in, array('publishTime'))).' | ||
167 | + <i class="iconfont"></i> | ||
168 | + <span class="page-view">'.Plugin\LCRun3::debug('[pageView]', 'encq', $cx, Plugin\LCRun3::debug('[pageView]', 'v', $cx, $in, array('pageView'))).'</span> | ||
169 | + <div class="like-share-container"> | ||
170 | +'.Plugin\LCRun3::debug('[like]', 'sec', $cx, Plugin\LCRun3::debug('[like]', 'v', $cx, $in, array('like')), $in, false, function($cx, $in) {return ' <i class="iconfont like-btn'.Plugin\LCRun3::debug('[isLiked]', 'sec', $cx, Plugin\LCRun3::debug('[isLiked]', 'v', $cx, $in, array('isLiked')), $in, false, function($cx, $in) {return ' like';}).'"></i> | ||
171 | + <span class="like-count">'.Plugin\LCRun3::debug('[count]', 'encq', $cx, Plugin\LCRun3::debug('[count]', 'v', $cx, $in, array('count'))).'</span> | ||
172 | +';}).''.Plugin\LCRun3::debug('[collect]', 'sec', $cx, Plugin\LCRun3::debug('[collect]', 'v', $cx, $in, array('collect')), $in, false, function($cx, $in) {return ' <a href='.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'> | ||
173 | + <i class="iconfont collect-btn'.Plugin\LCRun3::debug('[isCollected]', 'sec', $cx, Plugin\LCRun3::debug('[isCollected]', 'v', $cx, $in, array('isCollected')), $in, false, function($cx, $in) {return ' collected';}).'"></i> | ||
174 | + </a> | ||
175 | +';}).''.Plugin\LCRun3::debug('[share]', 'sec', $cx, Plugin\LCRun3::debug('[share]', 'v', $cx, $in, array('share')), $in, false, function($cx, $in) {return ' <a href="'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'" class="iconfont share-btn"></a> | ||
176 | +';}).' </div> | ||
177 | + </div>'.' </div> | ||
178 | + </div>'.'';}).' </div> | ||
179 | + </div> | ||
180 | +' : '').' | ||
181 | + <input id="jump-to-app" type="hidden" value="'.Plugin\LCRun3::debug('[jumpToApp]', 'encq', $cx, Plugin\LCRun3::debug('[jumpToApp]', 'v', $cx, $in, array('jumpToApp'))).'"> | ||
182 | + | ||
183 | + <input id="shareLink" type="hidden" value="'.Plugin\LCRun3::debug('[shareLink]', 'encq', $cx, Plugin\LCRun3::debug('[shareLink]', 'v', $cx, $in, array('shareLink'))).'"> | ||
184 | + <input id="shareImg" type="hidden" value="'.Plugin\LCRun3::debug('[shareImg]', 'encq', $cx, Plugin\LCRun3::debug('[shareImg]', 'v', $cx, $in, array('shareImg'))).'"> | ||
185 | + <input id="shareTitle" type="hidden" value="'.Plugin\LCRun3::debug('[shareTitle]', 'encq', $cx, Plugin\LCRun3::debug('[shareTitle]', 'v', $cx, $in, array('shareTitle'))).'"> | ||
186 | + <input id="shareDesc" type="hidden" value="'.Plugin\LCRun3::debug('[shareDesc]', 'encq', $cx, Plugin\LCRun3::debug('[shareDesc]', 'v', $cx, $in, array('shareDesc'))).'"> | ||
187 | +';}).'</div> | ||
188 | +'.''.''.Plugin\LCRun3::debug('[pageFooter]', 'sec', $cx, Plugin\LCRun3::debug('[pageFooter]', 'v', $cx, $in, array('pageFooter')), $in, false, function($cx, $in) {return '<footer id="yoho-footer" class="yoho-footer hide"> | ||
189 | + <p class="op-row"> | ||
190 | + <span class="back-to-top"> | ||
191 | + Back to top | ||
192 | + <i class="iconfont"></i> | ||
193 | + </span> | ||
194 | + </p> | ||
195 | + <address class="copyright"> | ||
196 | + CopyRight©2007-2016 南京新与力文化传播有限公司 | ||
197 | + </address> | ||
198 | +</footer> | ||
199 | +';}).' | ||
200 | +'.''.''.Plugin\LCRun3::debug('[showDownloadApp]', 'sec', $cx, Plugin\LCRun3::debug('[showDownloadApp]', 'v', $cx, $in, array('showDownloadApp')), $in, false, function($cx, $in) {return '<div class="float-layer hide" id="float-layer-app"> | ||
201 | + <div class="float-layer-left"> | ||
202 | + <span class="yoho-icon iconfont"></span> | ||
203 | + <p>新用户送千元礼包</p> | ||
204 | + </div> | ||
205 | + <a href="javascript:void(0);" id="float-layer-close" > | ||
206 | + <i class="close-icon iconfont"></i> | ||
207 | + <div class="circle-rightbottom"></div> | ||
208 | + </a> | ||
209 | + <a href="http://m.yohobuy.com/download/hyapp" id="float-layer-btn"> | ||
210 | + 立即下载 | ||
211 | + </a> | ||
212 | +</div> | ||
213 | +';}).' | ||
214 | + | ||
215 | + '.''.((Plugin\LCRun3::debug('[hasWxShare]', 'ifvar', $cx, Plugin\LCRun3::debug('[hasWxShare]', 'v', $cx, $in, array('hasWxShare')))) ? '<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | ||
216 | +' : '').''.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
217 | +<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script> | ||
218 | +' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
219 | +<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script> | ||
220 | +' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
221 | +<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index-debug.js"></script> | ||
222 | +' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<script src="http://localhost:8000/static/js/sea.js?nowrap"></script> | ||
223 | +<script>seajs.config({base: \'http://localhost:8000/\'});</script> | ||
224 | +' : '').'<script type="text/javascript"> | ||
225 | + (function(w,d,s,j,f){ | ||
226 | + w[\'YohoAcquisitionObject\']=f; | ||
227 | + w[f]=function(){w[f].p=arguments;}; | ||
228 | + var a=d.createElement(s); | ||
229 | + var m=d.getElementsByTagName(s)[0]; | ||
230 | + a.async=1; | ||
231 | + a.src=j; | ||
232 | + m.parentNode.insertBefore(a,m); | ||
233 | + })(window,document,\'script\',\'http://cdn.yoho.cn/yas-jssdk/'.Plugin\LCRun3::debug('[yas_version]', 'encq', $cx, Plugin\LCRun3::debug('[yas_version]', 'v', $cx, $in, array('yas_version'))).'/yas.js\',\'_yas\'); | ||
234 | +</script> | ||
235 | +'.'<script> | ||
236 | + seajs.use(\'js/common\'); | ||
237 | +</script> | ||
238 | +'.((Plugin\LCRun3::debug('[psList]', 'ifvar', $cx, Plugin\LCRun3::debug('[psList]', 'v', $cx, $in, array('psList')))) ? '<script> | ||
239 | + seajs.use(\'js/guang/plus-star/list\'); | ||
240 | +</script> | ||
241 | +' : '').''.((Plugin\LCRun3::debug('[psDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[psDetail]', 'v', $cx, $in, array('psDetail')))) ? '<script> | ||
242 | + seajs.use(\'js/guang/plus-star/detail\'); | ||
243 | +</script> | ||
244 | +' : '').''.((Plugin\LCRun3::debug('[guangHome]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangHome]', 'v', $cx, $in, array('guangHome')))) ? '<script> | ||
245 | + seajs.use(\'js/guang/home\'); | ||
246 | +</script> | ||
247 | +' : '').''.((Plugin\LCRun3::debug('[guangList]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangList]', 'v', $cx, $in, array('guangList')))) ? '<script> | ||
248 | + seajs.use(\'js/guang/list\'); | ||
249 | +</script> | ||
250 | +' : '').''.((Plugin\LCRun3::debug('[guangDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangDetail]', 'v', $cx, $in, array('guangDetail')))) ? '<script> | ||
251 | + seajs.use(\'js/guang/detail\', function(d) { | ||
252 | + d.i(true); | ||
253 | + }); | ||
254 | +</script> | ||
255 | +' : '').''.((Plugin\LCRun3::debug('[guangEzine]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangEzine]', 'v', $cx, $in, array('guangEzine')))) ? '<script> | ||
256 | + seajs.use(\'js/guang/detail\', function(d) { | ||
257 | + d.i(false); | ||
258 | + }); | ||
259 | +</script> | ||
260 | +' : '').''.((Plugin\LCRun3::debug('[regIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[regIndex]', 'v', $cx, $in, array('regIndex')))) ? '<script> | ||
261 | + seajs.use(\'js/passport/register/register\'); | ||
262 | +</script> | ||
263 | +' : '').''.((Plugin\LCRun3::debug('[regCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[regCode]', 'v', $cx, $in, array('regCode')))) ? '<script> | ||
264 | + seajs.use(\'js/passport/register/code\'); | ||
265 | +</script> | ||
266 | +' : '').''.((Plugin\LCRun3::debug('[regPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[regPwd]', 'v', $cx, $in, array('regPwd')))) ? '<script> | ||
267 | + seajs.use(\'js/passport/register/password\'); | ||
268 | +</script> | ||
269 | +' : '').''.((Plugin\LCRun3::debug('[loginIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginIndex]', 'v', $cx, $in, array('loginIndex')))) ? '<script> | ||
270 | + seajs.use(\'js/passport/login/login\'); | ||
271 | +</script> | ||
272 | +' : '').''.((Plugin\LCRun3::debug('[loginInternational]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginInternational]', 'v', $cx, $in, array('loginInternational')))) ? '<script> | ||
273 | + seajs.use(\'js/passport/login/international\'); | ||
274 | +</script> | ||
275 | +' : '').''.((Plugin\LCRun3::debug('[backEmail]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmail]', 'v', $cx, $in, array('backEmail')))) ? '<script> | ||
276 | + seajs.use(\'js/passport/back/email\'); | ||
277 | +</script> | ||
278 | +' : '').''.((Plugin\LCRun3::debug('[backEmailSuccess]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmailSuccess]', 'v', $cx, $in, array('backEmailSuccess')))) ? '<script> | ||
279 | + seajs.use(\'js/passport/back/email-success\'); | ||
280 | +</script> | ||
281 | +' : '').''.((Plugin\LCRun3::debug('[backMobile]', 'ifvar', $cx, Plugin\LCRun3::debug('[backMobile]', 'v', $cx, $in, array('backMobile')))) ? '<script> | ||
282 | + seajs.use(\'js/passport/back/mobile\'); | ||
283 | +</script> | ||
284 | +' : '').''.((Plugin\LCRun3::debug('[backCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[backCode]', 'v', $cx, $in, array('backCode')))) ? '<script> | ||
285 | + seajs.use(\'js/passport/back/code\'); | ||
286 | +</script> | ||
287 | +' : '').''.((Plugin\LCRun3::debug('[backNewPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[backNewPwd]', 'v', $cx, $in, array('backNewPwd')))) ? '<script> | ||
288 | + seajs.use(\'js/passport/back/new-password\'); | ||
289 | +</script> | ||
290 | +' : '').''.((Plugin\LCRun3::debug('[channelPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[channelPage]', 'v', $cx, $in, array('channelPage')))) ? '<script> | ||
291 | + seajs.use(\'js/index/channel\'); | ||
292 | + seajs.use(\'js/index/footer\'); | ||
293 | +</script> | ||
294 | +' : '').''.((Plugin\LCRun3::debug('[grilsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[grilsHomePage]', 'v', $cx, $in, array('grilsHomePage')))) ? '<script> | ||
295 | + seajs.use(\'js/home/home\', function(h) { | ||
296 | + h.set(\'girls\'); | ||
297 | + }); | ||
298 | + seajs.use(\'js/index/footer\'); | ||
299 | +</script> | ||
300 | +' : '').''.((Plugin\LCRun3::debug('[boysHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[boysHomePage]', 'v', $cx, $in, array('boysHomePage')))) ? '<script> | ||
301 | + seajs.use(\'js/home/home\', function(h) { | ||
302 | + h.set(\'boys\'); | ||
303 | + }); | ||
304 | + seajs.use(\'js/index/footer\'); | ||
305 | +</script> | ||
306 | +' : '').''.((Plugin\LCRun3::debug('[kidsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[kidsHomePage]', 'v', $cx, $in, array('kidsHomePage')))) ? '<script> | ||
307 | + seajs.use(\'js/home/home\', function(h) { | ||
308 | + h.set(\'kids\'); | ||
309 | + }); | ||
310 | + seajs.use(\'js/index/footer\'); | ||
311 | +</script> | ||
312 | +' : '').''.((Plugin\LCRun3::debug('[lifestyleHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifestyleHomePage]', 'v', $cx, $in, array('lifestyleHomePage')))) ? '<script> | ||
313 | + seajs.use(\'js/home/home\', function(h) { | ||
314 | + h.set(\'lifestyle\'); | ||
315 | + }); | ||
316 | + seajs.use(\'js/index/footer\'); | ||
317 | +</script> | ||
318 | +' : '').''.((Plugin\LCRun3::debug('[newArrivalPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[newArrivalPage]', 'v', $cx, $in, array('newArrivalPage')))) ? '<script> | ||
319 | + seajs.use(\'js/product/newsale/newarrival\'); | ||
320 | + seajs.use(\'js/index/footer\'); | ||
321 | +</script> | ||
322 | +' : '').''.((Plugin\LCRun3::debug('[discountPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[discountPage]', 'v', $cx, $in, array('discountPage')))) ? '<script> | ||
323 | + seajs.use(\'js/product/newsale/discount\'); | ||
324 | + seajs.use(\'js/index/footer\'); | ||
325 | +</script> | ||
326 | +' : '').''.((Plugin\LCRun3::debug('[hotrankPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[hotrankPage]', 'v', $cx, $in, array('hotrankPage')))) ? '<script> | ||
327 | + seajs.use(\'js/product/newsale/hot-rank\'); | ||
328 | + seajs.use(\'js/index/footer\'); | ||
329 | +</script> | ||
330 | +' : '').''.((Plugin\LCRun3::debug('[goodListPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodListPage]', 'v', $cx, $in, array('goodListPage')))) ? '<script> | ||
331 | + seajs.use(\'js/product/list\'); | ||
332 | + seajs.use(\'js/index/footer\'); | ||
333 | +</script> | ||
334 | +' : '').''.((Plugin\LCRun3::debug('[goodsDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsDetailPage]', 'v', $cx, $in, array('goodsDetailPage')))) ? '<script> | ||
335 | + seajs.use(\'js/product/detail/detail\'); | ||
336 | +</script> | ||
337 | +' : '').''.((Plugin\LCRun3::debug('[goodsCommentsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsCommentsPage]', 'v', $cx, $in, array('goodsCommentsPage')))) ? '<script> | ||
338 | + seajs.use(\'js/product/detail/loadmore\'); | ||
339 | +</script> | ||
340 | +' : '').''.((Plugin\LCRun3::debug('[goodsConsultsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsConsultsPage]', 'v', $cx, $in, array('goodsConsultsPage')))) ? '<script> | ||
341 | + seajs.use(\'js/product/detail/comments-consults\'); | ||
342 | +</script> | ||
343 | +' : '').''.((Plugin\LCRun3::debug('[consultformPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[consultformPage]', 'v', $cx, $in, array('consultformPage')))) ? '<script> | ||
344 | + seajs.use(\'js/product/detail/consultform\'); | ||
345 | +</script> | ||
346 | +' : '').''.((Plugin\LCRun3::debug('[categoryPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[categoryPage]', 'v', $cx, $in, array('categoryPage')))) ? '<script> | ||
347 | + seajs.use(\'js/category/index\'); | ||
348 | + seajs.use(\'js/index/footer\'); | ||
349 | +</script> | ||
350 | +' : '').''.((Plugin\LCRun3::debug('[brandPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[brandPage]', 'v', $cx, $in, array('brandPage')))) ? '<script> | ||
351 | + seajs.use(\'js/category/brand\'); | ||
352 | + seajs.use(\'js/index/footer\'); | ||
353 | +</script> | ||
354 | +' : '').''.((Plugin\LCRun3::debug('[searchPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[searchPage]', 'v', $cx, $in, array('searchPage')))) ? '<script> | ||
355 | + seajs.use(\'js/index/search\'); | ||
356 | + seajs.use(\'js/index/footer\'); | ||
357 | +</script> | ||
358 | +' : '').''.((Plugin\LCRun3::debug('[shoppingCartPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[shoppingCartPage]', 'v', $cx, $in, array('shoppingCartPage')))) ? '<script> | ||
359 | + seajs.use(\'js/shopping-cart/cart\'); | ||
360 | +</script> | ||
361 | +' : '').''.((Plugin\LCRun3::debug('[giftAdvancePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[giftAdvancePage]', 'v', $cx, $in, array('giftAdvancePage')))) ? '<script> | ||
362 | + seajs.use(\'js/shopping-cart/gift-advance\'); | ||
363 | +</script> | ||
364 | +' : '').''.((Plugin\LCRun3::debug('[orderEnsurePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderEnsurePage]', 'v', $cx, $in, array('orderEnsurePage')))) ? '<script> | ||
365 | + seajs.use(\'js/shopping-cart/order-ensure\'); | ||
366 | +</script> | ||
367 | +' : '').''.((Plugin\LCRun3::debug('[myIndexPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myIndexPage]', 'v', $cx, $in, array('myIndexPage')))) ? '<script> | ||
368 | + seajs.use(\'js/me/index\'); | ||
369 | + seajs.use(\'js/index/footer\'); | ||
370 | +</script> | ||
371 | +' : '').''.((Plugin\LCRun3::debug('[orderPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderPage]', 'v', $cx, $in, array('orderPage')))) ? '<script> | ||
372 | + seajs.use(\'js/me/order\'); | ||
373 | +</script> | ||
374 | +' : '').''.((Plugin\LCRun3::debug('[orderDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderDetailPage]', 'v', $cx, $in, array('orderDetailPage')))) ? '<script> | ||
375 | + seajs.use(\'js/me/order-detail\'); | ||
376 | +</script> | ||
377 | +' : '').''.((Plugin\LCRun3::debug('[favPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[favPage]', 'v', $cx, $in, array('favPage')))) ? '<script> | ||
378 | + seajs.use(\'js/me/fav\'); | ||
379 | +</script> | ||
380 | +' : '').''.((Plugin\LCRun3::debug('[suggestPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[suggestPage]', 'v', $cx, $in, array('suggestPage')))) ? '<script> | ||
381 | + seajs.use(\'js/me/suggest\'); | ||
382 | +</script> | ||
383 | +' : '').''.((Plugin\LCRun3::debug('[couponsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[couponsPage]', 'v', $cx, $in, array('couponsPage')))) ? '<script> | ||
384 | + seajs.use(\'js/me/coupons\'); | ||
385 | +</script> | ||
386 | +' : '').''.((Plugin\LCRun3::debug('[onlineServicePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServicePage]', 'v', $cx, $in, array('onlineServicePage')))) ? '<script> | ||
387 | + seajs.use(\'js/me/online-service\'); | ||
388 | +</script> | ||
389 | +' : '').''.((Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'v', $cx, $in, array('onlineServiceDetailPage')))) ? '<script> | ||
390 | + seajs.use(\'js/index/footer\'); | ||
391 | +</script> | ||
392 | +' : '').''.((Plugin\LCRun3::debug('[addressPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressPage]', 'v', $cx, $in, array('addressPage')))) ? '<script> | ||
393 | + seajs.use(\'js/me/address\'); | ||
394 | +</script> | ||
395 | +' : '').''.((Plugin\LCRun3::debug('[addressActionPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressActionPage]', 'v', $cx, $in, array('addressActionPage')))) ? '<script> | ||
396 | + seajs.use(\'js/me/address-act\'); | ||
397 | +</script> | ||
398 | +' : '').''.((Plugin\LCRun3::debug('[myGuangPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myGuangPage]', 'v', $cx, $in, array('myGuangPage')))) ? '<script> | ||
399 | + seajs.use(\'js/me/my-guang\'); | ||
400 | +</script> | ||
401 | +' : '').''.((Plugin\LCRun3::debug('[personalDetailsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[personalDetailsPage]', 'v', $cx, $in, array('personalDetailsPage')))) ? '<script> | ||
402 | + seajs.use(\'js/me/personal-details\'); | ||
403 | +</script> | ||
404 | +' : '').''.((Plugin\LCRun3::debug('[browseRecordPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[browseRecordPage]', 'v', $cx, $in, array('browseRecordPage')))) ? '<script> | ||
405 | + seajs.use(\'js/me/browse-record\'); | ||
406 | +</script> | ||
407 | +' : '').''.((Plugin\LCRun3::debug('[logisticInfoPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[logisticInfoPage]', 'v', $cx, $in, array('logisticInfoPage')))) ? '<script> | ||
408 | + seajs.use(\'js/me/logistic\'); | ||
409 | +</script> | ||
410 | +' : '').''.((Plugin\LCRun3::debug('[payCenterPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[payCenterPage]', 'v', $cx, $in, array('payCenterPage')))) ? '<script> | ||
411 | + seajs.use(\'js/me/pay\'); | ||
412 | +</script> | ||
413 | +' : '').''.''.'<!-- Google Tag Manager --> | ||
414 | +<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
415 | +<script> | ||
416 | + (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': | ||
417 | + new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], | ||
418 | + j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= | ||
419 | + \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); | ||
420 | + })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\'); | ||
421 | +</script> | ||
422 | +<!-- End Google Tag Manager --> | ||
423 | +<script type="text/javascript"> | ||
424 | + var _hmt = _hmt || []; | ||
425 | + (function() { | ||
426 | + var hm = document.createElement("script"); | ||
427 | + hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311"; | ||
428 | + var s = document.getElementsByTagName("script")[0]; | ||
429 | + s.parentNode.insertBefore(hm, s); | ||
430 | + })(); | ||
431 | +</script> | ||
432 | +<script> | ||
433 | + var _hmt = _hmt || []; | ||
434 | + (function() { | ||
435 | + var hm = document.createElement("script"); | ||
436 | + hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841"; | ||
437 | + var s = document.getElementsByTagName("script")[0]; | ||
438 | + s.parentNode.insertBefore(hm, s); | ||
439 | + })(); | ||
440 | +</script> | ||
441 | +<script src="http://static.yohobuy.com/js/analytics/analysis.js"></script> | ||
442 | +<script src="http://static.yohobuy.com/m/v1/js/om_code.js"></script> | ||
443 | +'.'</body> | ||
444 | +</html>'.''; | ||
445 | +} | ||
446 | +?> |
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 ''.'<div class="title">为您优选新品</div> | ||
25 | +<div id="swiper-recommend" class="swiper-container"> | ||
26 | + <div class="swiper-wrapper swiper-wrapper-recommend"> | ||
27 | +'.Plugin\LCRun3::debug('[recommendList]', 'sec', $cx, Plugin\LCRun3::debug('[recommendList]', 'v', $cx, $in, array('recommendList')), $in, false, function($cx, $in) {return ' <a class="swiper-slide" href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'"> | ||
28 | + <img class="swiper-lazy img-box" data-src="'.Plugin\LCRun3::debug('[thumb]', 'encq', $cx, Plugin\LCRun3::debug('[thumb]', 'v', $cx, $in, array('thumb'))).'"> | ||
29 | + <div class="price"> | ||
30 | + <span class="sale-price '.((Plugin\LCRun3::debug('^[price]', 'isec', $cx, Plugin\LCRun3::debug('[price]', 'v', $cx, $in, array('price')))) ? 'no-price' : '').'">¥'.Plugin\LCRun3::debug('[salePrice]', 'encq', $cx, Plugin\LCRun3::debug('[salePrice]', 'v', $cx, $in, array('salePrice'))).'</span> | ||
31 | + '.Plugin\LCRun3::debug('[price]', 'sec', $cx, Plugin\LCRun3::debug('[price]', 'v', $cx, $in, array('price')), $in, false, function($cx, $in) {return '<span class="old-price">¥'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</span>';}).' | ||
32 | + </div> | ||
33 | + <div class="swiper-lazy-preloader"></div> | ||
34 | + </a> | ||
35 | +';}).' </div> | ||
36 | +</div>'.''; | ||
37 | +} | ||
38 | +?> |
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('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</title> | ||
29 | +<meta name="keywords" content="'.Plugin\LCRun3::debug('[keywords]', 'encq', $cx, Plugin\LCRun3::debug('[keywords]', 'v', $cx, $in, array('keywords'))).'"> | ||
30 | +<meta name="description" content="'.Plugin\LCRun3::debug('[description]', 'encq', $cx, Plugin\LCRun3::debug('[description]', 'v', $cx, $in, array('description'))).'"> | ||
31 | +<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> | ||
32 | +<meta http-equiv="cleartype" content="on"> | ||
33 | +<meta name="apple-mobile-web-app-status-bar-style" content="black" /> | ||
34 | +<meta content="telephone=no" name="format-detection" /> | ||
35 | +<meta content="email=no" name="format-detection" /> | ||
36 | +<script type="text/javascript"> | ||
37 | + (function(doc, win) { | ||
38 | + var docEl = doc.documentElement; | ||
39 | + (function() { | ||
40 | + var clientWidth = docEl.clientWidth; | ||
41 | + if (!clientWidth) { | ||
42 | + return; | ||
43 | + } | ||
44 | + docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\'; | ||
45 | + }()); | ||
46 | + })(document, window); | ||
47 | +</script> | ||
48 | +<link rel="dns-prefetch" href="//cdn.yoho.cn"> | ||
49 | +<link rel="dns-prefetch" href="//static.yohobuy.com"> | ||
50 | +<link rel="dns-prefetch" href="//img12.static.yhbimg.com"> | ||
51 | +<link rel="dns-prefetch" href="//img13.static.yhbimg.com"> | ||
52 | +'.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
53 | +' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
54 | +' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<link rel="stylesheet" href="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
55 | +' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css"> | ||
56 | +' : '').'<link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png"> | ||
57 | +<link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)"> | ||
58 | +<link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)"> | ||
59 | +</head> | ||
60 | +<body '.((Plugin\LCRun3::debug('[isPassportPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[isPassportPage]', 'v', $cx, $in, array('isPassportPage')))) ? 'class=passport-body' : '').'> | ||
61 | +'.((Plugin\LCRun3::debug('[systemUpdate]', 'ifvar', $cx, Plugin\LCRun3::debug('[systemUpdate]', 'v', $cx, $in, array('systemUpdate')))) ? ' <div class="systemUpdate"> | ||
62 | + <a href="index/systemUpdate" class="systemHeader">Yoho!Buy有货关于系统升级的公告</a> | ||
63 | + <span>X</span> | ||
64 | + </div> | ||
65 | +' : '').' '.''.Plugin\LCRun3::debug('[pageHeader]', 'sec', $cx, Plugin\LCRun3::debug('[pageHeader]', 'v', $cx, $in, array('pageHeader')), $in, false, function($cx, $in) {return '<header id="yoho-header" class="yoho-header'.((Plugin\LCRun3::debug('[boys]', 'ifvar', $cx, Plugin\LCRun3::debug('[boys]', 'v', $cx, $in, array('boys')))) ? ' boys' : '').''.((Plugin\LCRun3::debug('[girls]', 'ifvar', $cx, Plugin\LCRun3::debug('[girls]', 'v', $cx, $in, array('girls')))) ? ' girls' : '').''.((Plugin\LCRun3::debug('[kids]', 'ifvar', $cx, Plugin\LCRun3::debug('[kids]', 'v', $cx, $in, array('kids')))) ? ' kids' : '').''.((Plugin\LCRun3::debug('[lifeStyle]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifeStyle]', 'v', $cx, $in, array('lifeStyle')))) ? ' life-style' : '').'"> | ||
66 | +'.Plugin\LCRun3::debug('[navBack]', 'sec', $cx, Plugin\LCRun3::debug('[navBack]', 'v', $cx, $in, array('navBack')), $in, false, function($cx, $in) {return ' <a href="'.((Plugin\LCRun3::debug('[backUrl]', 'ifvar', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl')))) ? ''.Plugin\LCRun3::debug('[backUrl]', 'encq', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl'))).'' : 'javascript:history.go(-1);').'" class="iconfont nav-back"></a> | ||
67 | +';}).''.Plugin\LCRun3::debug('[navHome]', 'sec', $cx, Plugin\LCRun3::debug('[navHome]', 'v', $cx, $in, array('navHome')), $in, false, function($cx, $in) {return ' <a href="'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'" class="iconfont nav-home"></a> | ||
68 | +';}).''.Plugin\LCRun3::debug('[navTitle]', 'sec', $cx, Plugin\LCRun3::debug('[navTitle]', 'v', $cx, $in, array('navTitle')), $in, false, function($cx, $in) {return ' <p class="nav-title">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</p> | ||
69 | +';}).''.Plugin\LCRun3::debug('[navBtn]', 'sec', $cx, Plugin\LCRun3::debug('[navBtn]', 'v', $cx, $in, array('navBtn')), $in, false, function($cx, $in) {return ' <span class="nav-btn">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</span> | ||
70 | +';}).'</header> | ||
71 | +';}).''.''.' <div class="personal-details"> | ||
72 | + <ul> | ||
73 | + <li><span>头像</span><span><i class="head-portrait user-avatar" data-avatar="'.Plugin\LCRun3::debug('[head_ico]', 'encq', $cx, Plugin\LCRun3::debug('[head_ico]', 'v', $cx, $in, array('head_ico'))).'"></i></span></li> | ||
74 | + <li><span>昵称</span><span>'.Plugin\LCRun3::debug('[nickname]', 'encq', $cx, Plugin\LCRun3::debug('[nickname]', 'v', $cx, $in, array('nickname'))).'</span></li> | ||
75 | + <li><span>性别</span><span>'.Plugin\LCRun3::debug('[gender]', 'encq', $cx, Plugin\LCRun3::debug('[gender]', 'v', $cx, $in, array('gender'))).'</span></li> | ||
76 | + <li><span>生日</span><span>'.Plugin\LCRun3::debug('[birthday]', 'encq', $cx, Plugin\LCRun3::debug('[birthday]', 'v', $cx, $in, array('birthday'))).'</span></li> | ||
77 | + <li><span>会员等级</span> | ||
78 | + <span> | ||
79 | + <a href="grade" class="grade"> | ||
80 | +'.Plugin\LCRun3::debug('[vip_info]', 'sec', $cx, Plugin\LCRun3::debug('[vip_info]', 'v', $cx, $in, array('vip_info')), $in, false, function($cx, $in) {return ' <i class="vip-icon vip-'.Plugin\LCRun3::debug('[cur_level]', 'encq', $cx, Plugin\LCRun3::debug('[cur_level]', 'v', $cx, $in, array('cur_level'))).'"></i> | ||
81 | +';}).' <span class="iconfont"></span> | ||
82 | + </a> | ||
83 | + </span> | ||
84 | + </li> | ||
85 | + </ul> | ||
86 | + </div> | ||
87 | +'.''.''.Plugin\LCRun3::debug('[pageFooter]', 'sec', $cx, Plugin\LCRun3::debug('[pageFooter]', 'v', $cx, $in, array('pageFooter')), $in, false, function($cx, $in) {return '<footer id="yoho-footer" class="yoho-footer hide"> | ||
88 | + <p class="op-row"> | ||
89 | + <span class="back-to-top"> | ||
90 | + Back to top | ||
91 | + <i class="iconfont"></i> | ||
92 | + </span> | ||
93 | + </p> | ||
94 | + <address class="copyright"> | ||
95 | + CopyRight©2007-2016 南京新与力文化传播有限公司 | ||
96 | + </address> | ||
97 | +</footer> | ||
98 | +';}).' | ||
99 | +'.''.''.Plugin\LCRun3::debug('[showDownloadApp]', 'sec', $cx, Plugin\LCRun3::debug('[showDownloadApp]', 'v', $cx, $in, array('showDownloadApp')), $in, false, function($cx, $in) {return '<div class="float-layer hide" id="float-layer-app"> | ||
100 | + <div class="float-layer-left"> | ||
101 | + <span class="yoho-icon iconfont"></span> | ||
102 | + <p>新用户送千元礼包</p> | ||
103 | + </div> | ||
104 | + <a href="javascript:void(0);" id="float-layer-close" > | ||
105 | + <i class="close-icon iconfont"></i> | ||
106 | + <div class="circle-rightbottom"></div> | ||
107 | + </a> | ||
108 | + <a href="http://m.yohobuy.com/download/hyapp" id="float-layer-btn"> | ||
109 | + 立即下载 | ||
110 | + </a> | ||
111 | +</div> | ||
112 | +';}).' | ||
113 | + | ||
114 | + '.''.((Plugin\LCRun3::debug('[hasWxShare]', 'ifvar', $cx, Plugin\LCRun3::debug('[hasWxShare]', 'v', $cx, $in, array('hasWxShare')))) ? '<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | ||
115 | +' : '').''.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
116 | +<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script> | ||
117 | +' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
118 | +<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script> | ||
119 | +' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
120 | +<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index-debug.js"></script> | ||
121 | +' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<script src="http://localhost:8000/static/js/sea.js?nowrap"></script> | ||
122 | +<script>seajs.config({base: \'http://localhost:8000/\'});</script> | ||
123 | +' : '').'<script type="text/javascript"> | ||
124 | + (function(w,d,s,j,f){ | ||
125 | + w[\'YohoAcquisitionObject\']=f; | ||
126 | + w[f]=function(){w[f].p=arguments;}; | ||
127 | + var a=d.createElement(s); | ||
128 | + var m=d.getElementsByTagName(s)[0]; | ||
129 | + a.async=1; | ||
130 | + a.src=j; | ||
131 | + m.parentNode.insertBefore(a,m); | ||
132 | + })(window,document,\'script\',\'http://cdn.yoho.cn/yas-jssdk/'.Plugin\LCRun3::debug('[yas_version]', 'encq', $cx, Plugin\LCRun3::debug('[yas_version]', 'v', $cx, $in, array('yas_version'))).'/yas.js\',\'_yas\'); | ||
133 | +</script> | ||
134 | +'.'<script> | ||
135 | + seajs.use(\'js/common\'); | ||
136 | +</script> | ||
137 | +'.((Plugin\LCRun3::debug('[psList]', 'ifvar', $cx, Plugin\LCRun3::debug('[psList]', 'v', $cx, $in, array('psList')))) ? '<script> | ||
138 | + seajs.use(\'js/guang/plus-star/list\'); | ||
139 | +</script> | ||
140 | +' : '').''.((Plugin\LCRun3::debug('[psDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[psDetail]', 'v', $cx, $in, array('psDetail')))) ? '<script> | ||
141 | + seajs.use(\'js/guang/plus-star/detail\'); | ||
142 | +</script> | ||
143 | +' : '').''.((Plugin\LCRun3::debug('[guangHome]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangHome]', 'v', $cx, $in, array('guangHome')))) ? '<script> | ||
144 | + seajs.use(\'js/guang/home\'); | ||
145 | +</script> | ||
146 | +' : '').''.((Plugin\LCRun3::debug('[guangList]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangList]', 'v', $cx, $in, array('guangList')))) ? '<script> | ||
147 | + seajs.use(\'js/guang/list\'); | ||
148 | +</script> | ||
149 | +' : '').''.((Plugin\LCRun3::debug('[guangDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangDetail]', 'v', $cx, $in, array('guangDetail')))) ? '<script> | ||
150 | + seajs.use(\'js/guang/detail\', function(d) { | ||
151 | + d.i(true); | ||
152 | + }); | ||
153 | +</script> | ||
154 | +' : '').''.((Plugin\LCRun3::debug('[guangEzine]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangEzine]', 'v', $cx, $in, array('guangEzine')))) ? '<script> | ||
155 | + seajs.use(\'js/guang/detail\', function(d) { | ||
156 | + d.i(false); | ||
157 | + }); | ||
158 | +</script> | ||
159 | +' : '').''.((Plugin\LCRun3::debug('[regIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[regIndex]', 'v', $cx, $in, array('regIndex')))) ? '<script> | ||
160 | + seajs.use(\'js/passport/register/register\'); | ||
161 | +</script> | ||
162 | +' : '').''.((Plugin\LCRun3::debug('[regCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[regCode]', 'v', $cx, $in, array('regCode')))) ? '<script> | ||
163 | + seajs.use(\'js/passport/register/code\'); | ||
164 | +</script> | ||
165 | +' : '').''.((Plugin\LCRun3::debug('[regPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[regPwd]', 'v', $cx, $in, array('regPwd')))) ? '<script> | ||
166 | + seajs.use(\'js/passport/register/password\'); | ||
167 | +</script> | ||
168 | +' : '').''.((Plugin\LCRun3::debug('[loginIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginIndex]', 'v', $cx, $in, array('loginIndex')))) ? '<script> | ||
169 | + seajs.use(\'js/passport/login/login\'); | ||
170 | +</script> | ||
171 | +' : '').''.((Plugin\LCRun3::debug('[loginInternational]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginInternational]', 'v', $cx, $in, array('loginInternational')))) ? '<script> | ||
172 | + seajs.use(\'js/passport/login/international\'); | ||
173 | +</script> | ||
174 | +' : '').''.((Plugin\LCRun3::debug('[backEmail]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmail]', 'v', $cx, $in, array('backEmail')))) ? '<script> | ||
175 | + seajs.use(\'js/passport/back/email\'); | ||
176 | +</script> | ||
177 | +' : '').''.((Plugin\LCRun3::debug('[backEmailSuccess]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmailSuccess]', 'v', $cx, $in, array('backEmailSuccess')))) ? '<script> | ||
178 | + seajs.use(\'js/passport/back/email-success\'); | ||
179 | +</script> | ||
180 | +' : '').''.((Plugin\LCRun3::debug('[backMobile]', 'ifvar', $cx, Plugin\LCRun3::debug('[backMobile]', 'v', $cx, $in, array('backMobile')))) ? '<script> | ||
181 | + seajs.use(\'js/passport/back/mobile\'); | ||
182 | +</script> | ||
183 | +' : '').''.((Plugin\LCRun3::debug('[backCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[backCode]', 'v', $cx, $in, array('backCode')))) ? '<script> | ||
184 | + seajs.use(\'js/passport/back/code\'); | ||
185 | +</script> | ||
186 | +' : '').''.((Plugin\LCRun3::debug('[backNewPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[backNewPwd]', 'v', $cx, $in, array('backNewPwd')))) ? '<script> | ||
187 | + seajs.use(\'js/passport/back/new-password\'); | ||
188 | +</script> | ||
189 | +' : '').''.((Plugin\LCRun3::debug('[channelPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[channelPage]', 'v', $cx, $in, array('channelPage')))) ? '<script> | ||
190 | + seajs.use(\'js/index/channel\'); | ||
191 | + seajs.use(\'js/index/footer\'); | ||
192 | +</script> | ||
193 | +' : '').''.((Plugin\LCRun3::debug('[grilsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[grilsHomePage]', 'v', $cx, $in, array('grilsHomePage')))) ? '<script> | ||
194 | + seajs.use(\'js/home/home\', function(h) { | ||
195 | + h.set(\'girls\'); | ||
196 | + }); | ||
197 | + seajs.use(\'js/index/footer\'); | ||
198 | +</script> | ||
199 | +' : '').''.((Plugin\LCRun3::debug('[boysHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[boysHomePage]', 'v', $cx, $in, array('boysHomePage')))) ? '<script> | ||
200 | + seajs.use(\'js/home/home\', function(h) { | ||
201 | + h.set(\'boys\'); | ||
202 | + }); | ||
203 | + seajs.use(\'js/index/footer\'); | ||
204 | +</script> | ||
205 | +' : '').''.((Plugin\LCRun3::debug('[kidsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[kidsHomePage]', 'v', $cx, $in, array('kidsHomePage')))) ? '<script> | ||
206 | + seajs.use(\'js/home/home\', function(h) { | ||
207 | + h.set(\'kids\'); | ||
208 | + }); | ||
209 | + seajs.use(\'js/index/footer\'); | ||
210 | +</script> | ||
211 | +' : '').''.((Plugin\LCRun3::debug('[lifestyleHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifestyleHomePage]', 'v', $cx, $in, array('lifestyleHomePage')))) ? '<script> | ||
212 | + seajs.use(\'js/home/home\', function(h) { | ||
213 | + h.set(\'lifestyle\'); | ||
214 | + }); | ||
215 | + seajs.use(\'js/index/footer\'); | ||
216 | +</script> | ||
217 | +' : '').''.((Plugin\LCRun3::debug('[newArrivalPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[newArrivalPage]', 'v', $cx, $in, array('newArrivalPage')))) ? '<script> | ||
218 | + seajs.use(\'js/product/newsale/newarrival\'); | ||
219 | + seajs.use(\'js/index/footer\'); | ||
220 | +</script> | ||
221 | +' : '').''.((Plugin\LCRun3::debug('[discountPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[discountPage]', 'v', $cx, $in, array('discountPage')))) ? '<script> | ||
222 | + seajs.use(\'js/product/newsale/discount\'); | ||
223 | + seajs.use(\'js/index/footer\'); | ||
224 | +</script> | ||
225 | +' : '').''.((Plugin\LCRun3::debug('[hotrankPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[hotrankPage]', 'v', $cx, $in, array('hotrankPage')))) ? '<script> | ||
226 | + seajs.use(\'js/product/newsale/hot-rank\'); | ||
227 | + seajs.use(\'js/index/footer\'); | ||
228 | +</script> | ||
229 | +' : '').''.((Plugin\LCRun3::debug('[goodListPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodListPage]', 'v', $cx, $in, array('goodListPage')))) ? '<script> | ||
230 | + seajs.use(\'js/product/list\'); | ||
231 | + seajs.use(\'js/index/footer\'); | ||
232 | +</script> | ||
233 | +' : '').''.((Plugin\LCRun3::debug('[goodsDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsDetailPage]', 'v', $cx, $in, array('goodsDetailPage')))) ? '<script> | ||
234 | + seajs.use(\'js/product/detail/detail\'); | ||
235 | +</script> | ||
236 | +' : '').''.((Plugin\LCRun3::debug('[goodsCommentsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsCommentsPage]', 'v', $cx, $in, array('goodsCommentsPage')))) ? '<script> | ||
237 | + seajs.use(\'js/product/detail/loadmore\'); | ||
238 | +</script> | ||
239 | +' : '').''.((Plugin\LCRun3::debug('[goodsConsultsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsConsultsPage]', 'v', $cx, $in, array('goodsConsultsPage')))) ? '<script> | ||
240 | + seajs.use(\'js/product/detail/comments-consults\'); | ||
241 | +</script> | ||
242 | +' : '').''.((Plugin\LCRun3::debug('[consultformPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[consultformPage]', 'v', $cx, $in, array('consultformPage')))) ? '<script> | ||
243 | + seajs.use(\'js/product/detail/consultform\'); | ||
244 | +</script> | ||
245 | +' : '').''.((Plugin\LCRun3::debug('[categoryPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[categoryPage]', 'v', $cx, $in, array('categoryPage')))) ? '<script> | ||
246 | + seajs.use(\'js/category/index\'); | ||
247 | + seajs.use(\'js/index/footer\'); | ||
248 | +</script> | ||
249 | +' : '').''.((Plugin\LCRun3::debug('[brandPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[brandPage]', 'v', $cx, $in, array('brandPage')))) ? '<script> | ||
250 | + seajs.use(\'js/category/brand\'); | ||
251 | + seajs.use(\'js/index/footer\'); | ||
252 | +</script> | ||
253 | +' : '').''.((Plugin\LCRun3::debug('[searchPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[searchPage]', 'v', $cx, $in, array('searchPage')))) ? '<script> | ||
254 | + seajs.use(\'js/index/search\'); | ||
255 | + seajs.use(\'js/index/footer\'); | ||
256 | +</script> | ||
257 | +' : '').''.((Plugin\LCRun3::debug('[shoppingCartPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[shoppingCartPage]', 'v', $cx, $in, array('shoppingCartPage')))) ? '<script> | ||
258 | + seajs.use(\'js/shopping-cart/cart\'); | ||
259 | +</script> | ||
260 | +' : '').''.((Plugin\LCRun3::debug('[giftAdvancePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[giftAdvancePage]', 'v', $cx, $in, array('giftAdvancePage')))) ? '<script> | ||
261 | + seajs.use(\'js/shopping-cart/gift-advance\'); | ||
262 | +</script> | ||
263 | +' : '').''.((Plugin\LCRun3::debug('[orderEnsurePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderEnsurePage]', 'v', $cx, $in, array('orderEnsurePage')))) ? '<script> | ||
264 | + seajs.use(\'js/shopping-cart/order-ensure\'); | ||
265 | +</script> | ||
266 | +' : '').''.((Plugin\LCRun3::debug('[myIndexPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myIndexPage]', 'v', $cx, $in, array('myIndexPage')))) ? '<script> | ||
267 | + seajs.use(\'js/me/index\'); | ||
268 | + seajs.use(\'js/index/footer\'); | ||
269 | +</script> | ||
270 | +' : '').''.((Plugin\LCRun3::debug('[orderPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderPage]', 'v', $cx, $in, array('orderPage')))) ? '<script> | ||
271 | + seajs.use(\'js/me/order\'); | ||
272 | +</script> | ||
273 | +' : '').''.((Plugin\LCRun3::debug('[orderDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderDetailPage]', 'v', $cx, $in, array('orderDetailPage')))) ? '<script> | ||
274 | + seajs.use(\'js/me/order-detail\'); | ||
275 | +</script> | ||
276 | +' : '').''.((Plugin\LCRun3::debug('[favPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[favPage]', 'v', $cx, $in, array('favPage')))) ? '<script> | ||
277 | + seajs.use(\'js/me/fav\'); | ||
278 | +</script> | ||
279 | +' : '').''.((Plugin\LCRun3::debug('[suggestPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[suggestPage]', 'v', $cx, $in, array('suggestPage')))) ? '<script> | ||
280 | + seajs.use(\'js/me/suggest\'); | ||
281 | +</script> | ||
282 | +' : '').''.((Plugin\LCRun3::debug('[couponsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[couponsPage]', 'v', $cx, $in, array('couponsPage')))) ? '<script> | ||
283 | + seajs.use(\'js/me/coupons\'); | ||
284 | +</script> | ||
285 | +' : '').''.((Plugin\LCRun3::debug('[onlineServicePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServicePage]', 'v', $cx, $in, array('onlineServicePage')))) ? '<script> | ||
286 | + seajs.use(\'js/me/online-service\'); | ||
287 | +</script> | ||
288 | +' : '').''.((Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'v', $cx, $in, array('onlineServiceDetailPage')))) ? '<script> | ||
289 | + seajs.use(\'js/index/footer\'); | ||
290 | +</script> | ||
291 | +' : '').''.((Plugin\LCRun3::debug('[addressPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressPage]', 'v', $cx, $in, array('addressPage')))) ? '<script> | ||
292 | + seajs.use(\'js/me/address\'); | ||
293 | +</script> | ||
294 | +' : '').''.((Plugin\LCRun3::debug('[addressActionPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressActionPage]', 'v', $cx, $in, array('addressActionPage')))) ? '<script> | ||
295 | + seajs.use(\'js/me/address-act\'); | ||
296 | +</script> | ||
297 | +' : '').''.((Plugin\LCRun3::debug('[myGuangPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myGuangPage]', 'v', $cx, $in, array('myGuangPage')))) ? '<script> | ||
298 | + seajs.use(\'js/me/my-guang\'); | ||
299 | +</script> | ||
300 | +' : '').''.((Plugin\LCRun3::debug('[personalDetailsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[personalDetailsPage]', 'v', $cx, $in, array('personalDetailsPage')))) ? '<script> | ||
301 | + seajs.use(\'js/me/personal-details\'); | ||
302 | +</script> | ||
303 | +' : '').''.((Plugin\LCRun3::debug('[browseRecordPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[browseRecordPage]', 'v', $cx, $in, array('browseRecordPage')))) ? '<script> | ||
304 | + seajs.use(\'js/me/browse-record\'); | ||
305 | +</script> | ||
306 | +' : '').''.((Plugin\LCRun3::debug('[logisticInfoPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[logisticInfoPage]', 'v', $cx, $in, array('logisticInfoPage')))) ? '<script> | ||
307 | + seajs.use(\'js/me/logistic\'); | ||
308 | +</script> | ||
309 | +' : '').''.((Plugin\LCRun3::debug('[payCenterPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[payCenterPage]', 'v', $cx, $in, array('payCenterPage')))) ? '<script> | ||
310 | + seajs.use(\'js/me/pay\'); | ||
311 | +</script> | ||
312 | +' : '').''.''.'<!-- Google Tag Manager --> | ||
313 | +<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
314 | +<script> | ||
315 | + (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': | ||
316 | + new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], | ||
317 | + j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= | ||
318 | + \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); | ||
319 | + })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\'); | ||
320 | +</script> | ||
321 | +<!-- End Google Tag Manager --> | ||
322 | +<script type="text/javascript"> | ||
323 | + var _hmt = _hmt || []; | ||
324 | + (function() { | ||
325 | + var hm = document.createElement("script"); | ||
326 | + hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311"; | ||
327 | + var s = document.getElementsByTagName("script")[0]; | ||
328 | + s.parentNode.insertBefore(hm, s); | ||
329 | + })(); | ||
330 | +</script> | ||
331 | +<script> | ||
332 | + var _hmt = _hmt || []; | ||
333 | + (function() { | ||
334 | + var hm = document.createElement("script"); | ||
335 | + hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841"; | ||
336 | + var s = document.getElementsByTagName("script")[0]; | ||
337 | + s.parentNode.insertBefore(hm, s); | ||
338 | + })(); | ||
339 | +</script> | ||
340 | +<script src="http://static.yohobuy.com/js/analytics/analysis.js"></script> | ||
341 | +<script src="http://static.yohobuy.com/m/v1/js/om_code.js"></script> | ||
342 | +'.'</body> | ||
343 | +</html>'.''; | ||
344 | +} | ||
345 | +?> |
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('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</title> | ||
29 | +<meta name="keywords" content="'.Plugin\LCRun3::debug('[keywords]', 'encq', $cx, Plugin\LCRun3::debug('[keywords]', 'v', $cx, $in, array('keywords'))).'"> | ||
30 | +<meta name="description" content="'.Plugin\LCRun3::debug('[description]', 'encq', $cx, Plugin\LCRun3::debug('[description]', 'v', $cx, $in, array('description'))).'"> | ||
31 | +<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> | ||
32 | +<meta http-equiv="cleartype" content="on"> | ||
33 | +<meta name="apple-mobile-web-app-status-bar-style" content="black" /> | ||
34 | +<meta content="telephone=no" name="format-detection" /> | ||
35 | +<meta content="email=no" name="format-detection" /> | ||
36 | +<script type="text/javascript"> | ||
37 | + (function(doc, win) { | ||
38 | + var docEl = doc.documentElement; | ||
39 | + (function() { | ||
40 | + var clientWidth = docEl.clientWidth; | ||
41 | + if (!clientWidth) { | ||
42 | + return; | ||
43 | + } | ||
44 | + docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\'; | ||
45 | + }()); | ||
46 | + })(document, window); | ||
47 | +</script> | ||
48 | +<link rel="dns-prefetch" href="//cdn.yoho.cn"> | ||
49 | +<link rel="dns-prefetch" href="//static.yohobuy.com"> | ||
50 | +<link rel="dns-prefetch" href="//img12.static.yhbimg.com"> | ||
51 | +<link rel="dns-prefetch" href="//img13.static.yhbimg.com"> | ||
52 | +'.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
53 | +' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
54 | +' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<link rel="stylesheet" href="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
55 | +' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css"> | ||
56 | +' : '').'<link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png"> | ||
57 | +<link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)"> | ||
58 | +<link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)"> | ||
59 | +</head> | ||
60 | +<body '.((Plugin\LCRun3::debug('[isPassportPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[isPassportPage]', 'v', $cx, $in, array('isPassportPage')))) ? 'class=passport-body' : '').'> | ||
61 | +'.((Plugin\LCRun3::debug('[systemUpdate]', 'ifvar', $cx, Plugin\LCRun3::debug('[systemUpdate]', 'v', $cx, $in, array('systemUpdate')))) ? ' <div class="systemUpdate"> | ||
62 | + <a href="index/systemUpdate" class="systemHeader">Yoho!Buy有货关于系统升级的公告</a> | ||
63 | + <span>X</span> | ||
64 | + </div> | ||
65 | +' : '').' '.''.Plugin\LCRun3::debug('[pageHeader]', 'sec', $cx, Plugin\LCRun3::debug('[pageHeader]', 'v', $cx, $in, array('pageHeader')), $in, false, function($cx, $in) {return '<header id="yoho-header" class="yoho-header'.((Plugin\LCRun3::debug('[boys]', 'ifvar', $cx, Plugin\LCRun3::debug('[boys]', 'v', $cx, $in, array('boys')))) ? ' boys' : '').''.((Plugin\LCRun3::debug('[girls]', 'ifvar', $cx, Plugin\LCRun3::debug('[girls]', 'v', $cx, $in, array('girls')))) ? ' girls' : '').''.((Plugin\LCRun3::debug('[kids]', 'ifvar', $cx, Plugin\LCRun3::debug('[kids]', 'v', $cx, $in, array('kids')))) ? ' kids' : '').''.((Plugin\LCRun3::debug('[lifeStyle]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifeStyle]', 'v', $cx, $in, array('lifeStyle')))) ? ' life-style' : '').'"> | ||
66 | +'.Plugin\LCRun3::debug('[navBack]', 'sec', $cx, Plugin\LCRun3::debug('[navBack]', 'v', $cx, $in, array('navBack')), $in, false, function($cx, $in) {return ' <a href="'.((Plugin\LCRun3::debug('[backUrl]', 'ifvar', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl')))) ? ''.Plugin\LCRun3::debug('[backUrl]', 'encq', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl'))).'' : 'javascript:history.go(-1);').'" class="iconfont nav-back"></a> | ||
67 | +';}).''.Plugin\LCRun3::debug('[navHome]', 'sec', $cx, Plugin\LCRun3::debug('[navHome]', 'v', $cx, $in, array('navHome')), $in, false, function($cx, $in) {return ' <a href="'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'" class="iconfont nav-home"></a> | ||
68 | +';}).''.Plugin\LCRun3::debug('[navTitle]', 'sec', $cx, Plugin\LCRun3::debug('[navTitle]', 'v', $cx, $in, array('navTitle')), $in, false, function($cx, $in) {return ' <p class="nav-title">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</p> | ||
69 | +';}).''.Plugin\LCRun3::debug('[navBtn]', 'sec', $cx, Plugin\LCRun3::debug('[navBtn]', 'v', $cx, $in, array('navBtn')), $in, false, function($cx, $in) {return ' <span class="nav-btn">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</span> | ||
70 | +';}).'</header> | ||
71 | +';}).''.''.'<div class="ps-list-page ps-page yoho-page"> | ||
72 | +'.Plugin\LCRun3::debug('[ps]', 'sec', $cx, Plugin\LCRun3::debug('[ps]', 'v', $cx, $in, array('ps')), $in, false, function($cx, $in) {return ' <ul id="nav-tab" class="nav-tab clearfix"> | ||
73 | + <li class="star-nav focus">'.Plugin\LCRun3::debug('[sName]', 'encq', $cx, Plugin\LCRun3::debug('[sName]', 'v', $cx, $in, array('sName'))).'</li> | ||
74 | + <li class="plus-nav">'.Plugin\LCRun3::debug('[pName]', 'encq', $cx, Plugin\LCRun3::debug('[pName]', 'v', $cx, $in, array('pName'))).'</li> | ||
75 | + </ul> | ||
76 | + <div id="ps-content" class="ps-content"> | ||
77 | + <ul class="star-content content"> | ||
78 | +'.Plugin\LCRun3::debug('[star]', 'sec', $cx, Plugin\LCRun3::debug('[star]', 'v', $cx, $in, array('star')), $in, false, function($cx, $in) {return ''.' <li class="plus-star-row"> | ||
79 | +'.((Plugin\LCRun3::debug('[imgs]', 'ifvar', $cx, Plugin\LCRun3::debug('[imgs]', 'v', $cx, $in, array('imgs')))) ? ' <div class="swiper-container"> | ||
80 | + <div class="swiper-wrapper"> | ||
81 | +'.Plugin\LCRun3::debug('[imgs]', 'sec', $cx, Plugin\LCRun3::debug('[imgs]', 'v', $cx, $in, array('imgs')), $in, false, function($cx, $in) {return ' <div class="swiper-slide"> | ||
82 | + <a href='.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'> | ||
83 | + <img class="swiper-lazy" data-src='.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'> | ||
84 | + </a> | ||
85 | + </div> | ||
86 | +';}).' </div> | ||
87 | + <div class="swiper-pagination"></div> | ||
88 | + </div> | ||
89 | +' : ' <a href='.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'> | ||
90 | + <img class="lazy" data-original='.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'> | ||
91 | + </a> | ||
92 | +').''.Plugin\LCRun3::debug('[deps]', 'sec', $cx, Plugin\LCRun3::debug('[deps]', 'v', $cx, $in, array('deps')), $in, false, function($cx, $in) {return ' <p class="brand-deps">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</p> | ||
93 | +';}).' </li>'.'';}).' </ul> | ||
94 | + <ul class="plus-content content hide"> | ||
95 | +'.Plugin\LCRun3::debug('[plus]', 'sec', $cx, Plugin\LCRun3::debug('[plus]', 'v', $cx, $in, array('plus')), $in, false, function($cx, $in) {return ''.' <li class="plus-star-row"> | ||
96 | +'.((Plugin\LCRun3::debug('[imgs]', 'ifvar', $cx, Plugin\LCRun3::debug('[imgs]', 'v', $cx, $in, array('imgs')))) ? ' <div class="swiper-container"> | ||
97 | + <div class="swiper-wrapper"> | ||
98 | +'.Plugin\LCRun3::debug('[imgs]', 'sec', $cx, Plugin\LCRun3::debug('[imgs]', 'v', $cx, $in, array('imgs')), $in, false, function($cx, $in) {return ' <div class="swiper-slide"> | ||
99 | + <a href='.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'> | ||
100 | + <img class="swiper-lazy" data-src='.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'> | ||
101 | + </a> | ||
102 | + </div> | ||
103 | +';}).' </div> | ||
104 | + <div class="swiper-pagination"></div> | ||
105 | + </div> | ||
106 | +' : ' <a href='.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'> | ||
107 | + <img class="lazy" data-original='.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'> | ||
108 | + </a> | ||
109 | +').''.Plugin\LCRun3::debug('[deps]', 'sec', $cx, Plugin\LCRun3::debug('[deps]', 'v', $cx, $in, array('deps')), $in, false, function($cx, $in) {return ' <p class="brand-deps">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</p> | ||
110 | +';}).' </li>'.'';}).' </ul> | ||
111 | + </div> | ||
112 | +';}).'</div> | ||
113 | +'.''.''.Plugin\LCRun3::debug('[pageFooter]', 'sec', $cx, Plugin\LCRun3::debug('[pageFooter]', 'v', $cx, $in, array('pageFooter')), $in, false, function($cx, $in) {return '<footer id="yoho-footer" class="yoho-footer hide"> | ||
114 | + <p class="op-row"> | ||
115 | + <span class="back-to-top"> | ||
116 | + Back to top | ||
117 | + <i class="iconfont"></i> | ||
118 | + </span> | ||
119 | + </p> | ||
120 | + <address class="copyright"> | ||
121 | + CopyRight©2007-2016 南京新与力文化传播有限公司 | ||
122 | + </address> | ||
123 | +</footer> | ||
124 | +';}).' | ||
125 | +'.''.''.Plugin\LCRun3::debug('[showDownloadApp]', 'sec', $cx, Plugin\LCRun3::debug('[showDownloadApp]', 'v', $cx, $in, array('showDownloadApp')), $in, false, function($cx, $in) {return '<div class="float-layer hide" id="float-layer-app"> | ||
126 | + <div class="float-layer-left"> | ||
127 | + <span class="yoho-icon iconfont"></span> | ||
128 | + <p>新用户送千元礼包</p> | ||
129 | + </div> | ||
130 | + <a href="javascript:void(0);" id="float-layer-close" > | ||
131 | + <i class="close-icon iconfont"></i> | ||
132 | + <div class="circle-rightbottom"></div> | ||
133 | + </a> | ||
134 | + <a href="http://m.yohobuy.com/download/hyapp" id="float-layer-btn"> | ||
135 | + 立即下载 | ||
136 | + </a> | ||
137 | +</div> | ||
138 | +';}).' | ||
139 | + | ||
140 | + '.''.((Plugin\LCRun3::debug('[hasWxShare]', 'ifvar', $cx, Plugin\LCRun3::debug('[hasWxShare]', 'v', $cx, $in, array('hasWxShare')))) ? '<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | ||
141 | +' : '').''.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
142 | +<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script> | ||
143 | +' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
144 | +<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script> | ||
145 | +' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
146 | +<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index-debug.js"></script> | ||
147 | +' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<script src="http://localhost:8000/static/js/sea.js?nowrap"></script> | ||
148 | +<script>seajs.config({base: \'http://localhost:8000/\'});</script> | ||
149 | +' : '').'<script type="text/javascript"> | ||
150 | + (function(w,d,s,j,f){ | ||
151 | + w[\'YohoAcquisitionObject\']=f; | ||
152 | + w[f]=function(){w[f].p=arguments;}; | ||
153 | + var a=d.createElement(s); | ||
154 | + var m=d.getElementsByTagName(s)[0]; | ||
155 | + a.async=1; | ||
156 | + a.src=j; | ||
157 | + m.parentNode.insertBefore(a,m); | ||
158 | + })(window,document,\'script\',\'http://cdn.yoho.cn/yas-jssdk/'.Plugin\LCRun3::debug('[yas_version]', 'encq', $cx, Plugin\LCRun3::debug('[yas_version]', 'v', $cx, $in, array('yas_version'))).'/yas.js\',\'_yas\'); | ||
159 | +</script> | ||
160 | +'.'<script> | ||
161 | + seajs.use(\'js/common\'); | ||
162 | +</script> | ||
163 | +'.((Plugin\LCRun3::debug('[psList]', 'ifvar', $cx, Plugin\LCRun3::debug('[psList]', 'v', $cx, $in, array('psList')))) ? '<script> | ||
164 | + seajs.use(\'js/guang/plus-star/list\'); | ||
165 | +</script> | ||
166 | +' : '').''.((Plugin\LCRun3::debug('[psDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[psDetail]', 'v', $cx, $in, array('psDetail')))) ? '<script> | ||
167 | + seajs.use(\'js/guang/plus-star/detail\'); | ||
168 | +</script> | ||
169 | +' : '').''.((Plugin\LCRun3::debug('[guangHome]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangHome]', 'v', $cx, $in, array('guangHome')))) ? '<script> | ||
170 | + seajs.use(\'js/guang/home\'); | ||
171 | +</script> | ||
172 | +' : '').''.((Plugin\LCRun3::debug('[guangList]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangList]', 'v', $cx, $in, array('guangList')))) ? '<script> | ||
173 | + seajs.use(\'js/guang/list\'); | ||
174 | +</script> | ||
175 | +' : '').''.((Plugin\LCRun3::debug('[guangDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangDetail]', 'v', $cx, $in, array('guangDetail')))) ? '<script> | ||
176 | + seajs.use(\'js/guang/detail\', function(d) { | ||
177 | + d.i(true); | ||
178 | + }); | ||
179 | +</script> | ||
180 | +' : '').''.((Plugin\LCRun3::debug('[guangEzine]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangEzine]', 'v', $cx, $in, array('guangEzine')))) ? '<script> | ||
181 | + seajs.use(\'js/guang/detail\', function(d) { | ||
182 | + d.i(false); | ||
183 | + }); | ||
184 | +</script> | ||
185 | +' : '').''.((Plugin\LCRun3::debug('[regIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[regIndex]', 'v', $cx, $in, array('regIndex')))) ? '<script> | ||
186 | + seajs.use(\'js/passport/register/register\'); | ||
187 | +</script> | ||
188 | +' : '').''.((Plugin\LCRun3::debug('[regCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[regCode]', 'v', $cx, $in, array('regCode')))) ? '<script> | ||
189 | + seajs.use(\'js/passport/register/code\'); | ||
190 | +</script> | ||
191 | +' : '').''.((Plugin\LCRun3::debug('[regPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[regPwd]', 'v', $cx, $in, array('regPwd')))) ? '<script> | ||
192 | + seajs.use(\'js/passport/register/password\'); | ||
193 | +</script> | ||
194 | +' : '').''.((Plugin\LCRun3::debug('[loginIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginIndex]', 'v', $cx, $in, array('loginIndex')))) ? '<script> | ||
195 | + seajs.use(\'js/passport/login/login\'); | ||
196 | +</script> | ||
197 | +' : '').''.((Plugin\LCRun3::debug('[loginInternational]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginInternational]', 'v', $cx, $in, array('loginInternational')))) ? '<script> | ||
198 | + seajs.use(\'js/passport/login/international\'); | ||
199 | +</script> | ||
200 | +' : '').''.((Plugin\LCRun3::debug('[backEmail]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmail]', 'v', $cx, $in, array('backEmail')))) ? '<script> | ||
201 | + seajs.use(\'js/passport/back/email\'); | ||
202 | +</script> | ||
203 | +' : '').''.((Plugin\LCRun3::debug('[backEmailSuccess]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmailSuccess]', 'v', $cx, $in, array('backEmailSuccess')))) ? '<script> | ||
204 | + seajs.use(\'js/passport/back/email-success\'); | ||
205 | +</script> | ||
206 | +' : '').''.((Plugin\LCRun3::debug('[backMobile]', 'ifvar', $cx, Plugin\LCRun3::debug('[backMobile]', 'v', $cx, $in, array('backMobile')))) ? '<script> | ||
207 | + seajs.use(\'js/passport/back/mobile\'); | ||
208 | +</script> | ||
209 | +' : '').''.((Plugin\LCRun3::debug('[backCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[backCode]', 'v', $cx, $in, array('backCode')))) ? '<script> | ||
210 | + seajs.use(\'js/passport/back/code\'); | ||
211 | +</script> | ||
212 | +' : '').''.((Plugin\LCRun3::debug('[backNewPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[backNewPwd]', 'v', $cx, $in, array('backNewPwd')))) ? '<script> | ||
213 | + seajs.use(\'js/passport/back/new-password\'); | ||
214 | +</script> | ||
215 | +' : '').''.((Plugin\LCRun3::debug('[channelPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[channelPage]', 'v', $cx, $in, array('channelPage')))) ? '<script> | ||
216 | + seajs.use(\'js/index/channel\'); | ||
217 | + seajs.use(\'js/index/footer\'); | ||
218 | +</script> | ||
219 | +' : '').''.((Plugin\LCRun3::debug('[grilsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[grilsHomePage]', 'v', $cx, $in, array('grilsHomePage')))) ? '<script> | ||
220 | + seajs.use(\'js/home/home\', function(h) { | ||
221 | + h.set(\'girls\'); | ||
222 | + }); | ||
223 | + seajs.use(\'js/index/footer\'); | ||
224 | +</script> | ||
225 | +' : '').''.((Plugin\LCRun3::debug('[boysHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[boysHomePage]', 'v', $cx, $in, array('boysHomePage')))) ? '<script> | ||
226 | + seajs.use(\'js/home/home\', function(h) { | ||
227 | + h.set(\'boys\'); | ||
228 | + }); | ||
229 | + seajs.use(\'js/index/footer\'); | ||
230 | +</script> | ||
231 | +' : '').''.((Plugin\LCRun3::debug('[kidsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[kidsHomePage]', 'v', $cx, $in, array('kidsHomePage')))) ? '<script> | ||
232 | + seajs.use(\'js/home/home\', function(h) { | ||
233 | + h.set(\'kids\'); | ||
234 | + }); | ||
235 | + seajs.use(\'js/index/footer\'); | ||
236 | +</script> | ||
237 | +' : '').''.((Plugin\LCRun3::debug('[lifestyleHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifestyleHomePage]', 'v', $cx, $in, array('lifestyleHomePage')))) ? '<script> | ||
238 | + seajs.use(\'js/home/home\', function(h) { | ||
239 | + h.set(\'lifestyle\'); | ||
240 | + }); | ||
241 | + seajs.use(\'js/index/footer\'); | ||
242 | +</script> | ||
243 | +' : '').''.((Plugin\LCRun3::debug('[newArrivalPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[newArrivalPage]', 'v', $cx, $in, array('newArrivalPage')))) ? '<script> | ||
244 | + seajs.use(\'js/product/newsale/newarrival\'); | ||
245 | + seajs.use(\'js/index/footer\'); | ||
246 | +</script> | ||
247 | +' : '').''.((Plugin\LCRun3::debug('[discountPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[discountPage]', 'v', $cx, $in, array('discountPage')))) ? '<script> | ||
248 | + seajs.use(\'js/product/newsale/discount\'); | ||
249 | + seajs.use(\'js/index/footer\'); | ||
250 | +</script> | ||
251 | +' : '').''.((Plugin\LCRun3::debug('[hotrankPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[hotrankPage]', 'v', $cx, $in, array('hotrankPage')))) ? '<script> | ||
252 | + seajs.use(\'js/product/newsale/hot-rank\'); | ||
253 | + seajs.use(\'js/index/footer\'); | ||
254 | +</script> | ||
255 | +' : '').''.((Plugin\LCRun3::debug('[goodListPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodListPage]', 'v', $cx, $in, array('goodListPage')))) ? '<script> | ||
256 | + seajs.use(\'js/product/list\'); | ||
257 | + seajs.use(\'js/index/footer\'); | ||
258 | +</script> | ||
259 | +' : '').''.((Plugin\LCRun3::debug('[goodsDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsDetailPage]', 'v', $cx, $in, array('goodsDetailPage')))) ? '<script> | ||
260 | + seajs.use(\'js/product/detail/detail\'); | ||
261 | +</script> | ||
262 | +' : '').''.((Plugin\LCRun3::debug('[goodsCommentsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsCommentsPage]', 'v', $cx, $in, array('goodsCommentsPage')))) ? '<script> | ||
263 | + seajs.use(\'js/product/detail/loadmore\'); | ||
264 | +</script> | ||
265 | +' : '').''.((Plugin\LCRun3::debug('[goodsConsultsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsConsultsPage]', 'v', $cx, $in, array('goodsConsultsPage')))) ? '<script> | ||
266 | + seajs.use(\'js/product/detail/comments-consults\'); | ||
267 | +</script> | ||
268 | +' : '').''.((Plugin\LCRun3::debug('[consultformPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[consultformPage]', 'v', $cx, $in, array('consultformPage')))) ? '<script> | ||
269 | + seajs.use(\'js/product/detail/consultform\'); | ||
270 | +</script> | ||
271 | +' : '').''.((Plugin\LCRun3::debug('[categoryPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[categoryPage]', 'v', $cx, $in, array('categoryPage')))) ? '<script> | ||
272 | + seajs.use(\'js/category/index\'); | ||
273 | + seajs.use(\'js/index/footer\'); | ||
274 | +</script> | ||
275 | +' : '').''.((Plugin\LCRun3::debug('[brandPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[brandPage]', 'v', $cx, $in, array('brandPage')))) ? '<script> | ||
276 | + seajs.use(\'js/category/brand\'); | ||
277 | + seajs.use(\'js/index/footer\'); | ||
278 | +</script> | ||
279 | +' : '').''.((Plugin\LCRun3::debug('[searchPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[searchPage]', 'v', $cx, $in, array('searchPage')))) ? '<script> | ||
280 | + seajs.use(\'js/index/search\'); | ||
281 | + seajs.use(\'js/index/footer\'); | ||
282 | +</script> | ||
283 | +' : '').''.((Plugin\LCRun3::debug('[shoppingCartPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[shoppingCartPage]', 'v', $cx, $in, array('shoppingCartPage')))) ? '<script> | ||
284 | + seajs.use(\'js/shopping-cart/cart\'); | ||
285 | +</script> | ||
286 | +' : '').''.((Plugin\LCRun3::debug('[giftAdvancePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[giftAdvancePage]', 'v', $cx, $in, array('giftAdvancePage')))) ? '<script> | ||
287 | + seajs.use(\'js/shopping-cart/gift-advance\'); | ||
288 | +</script> | ||
289 | +' : '').''.((Plugin\LCRun3::debug('[orderEnsurePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderEnsurePage]', 'v', $cx, $in, array('orderEnsurePage')))) ? '<script> | ||
290 | + seajs.use(\'js/shopping-cart/order-ensure\'); | ||
291 | +</script> | ||
292 | +' : '').''.((Plugin\LCRun3::debug('[myIndexPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myIndexPage]', 'v', $cx, $in, array('myIndexPage')))) ? '<script> | ||
293 | + seajs.use(\'js/me/index\'); | ||
294 | + seajs.use(\'js/index/footer\'); | ||
295 | +</script> | ||
296 | +' : '').''.((Plugin\LCRun3::debug('[orderPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderPage]', 'v', $cx, $in, array('orderPage')))) ? '<script> | ||
297 | + seajs.use(\'js/me/order\'); | ||
298 | +</script> | ||
299 | +' : '').''.((Plugin\LCRun3::debug('[orderDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderDetailPage]', 'v', $cx, $in, array('orderDetailPage')))) ? '<script> | ||
300 | + seajs.use(\'js/me/order-detail\'); | ||
301 | +</script> | ||
302 | +' : '').''.((Plugin\LCRun3::debug('[favPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[favPage]', 'v', $cx, $in, array('favPage')))) ? '<script> | ||
303 | + seajs.use(\'js/me/fav\'); | ||
304 | +</script> | ||
305 | +' : '').''.((Plugin\LCRun3::debug('[suggestPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[suggestPage]', 'v', $cx, $in, array('suggestPage')))) ? '<script> | ||
306 | + seajs.use(\'js/me/suggest\'); | ||
307 | +</script> | ||
308 | +' : '').''.((Plugin\LCRun3::debug('[couponsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[couponsPage]', 'v', $cx, $in, array('couponsPage')))) ? '<script> | ||
309 | + seajs.use(\'js/me/coupons\'); | ||
310 | +</script> | ||
311 | +' : '').''.((Plugin\LCRun3::debug('[onlineServicePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServicePage]', 'v', $cx, $in, array('onlineServicePage')))) ? '<script> | ||
312 | + seajs.use(\'js/me/online-service\'); | ||
313 | +</script> | ||
314 | +' : '').''.((Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'v', $cx, $in, array('onlineServiceDetailPage')))) ? '<script> | ||
315 | + seajs.use(\'js/index/footer\'); | ||
316 | +</script> | ||
317 | +' : '').''.((Plugin\LCRun3::debug('[addressPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressPage]', 'v', $cx, $in, array('addressPage')))) ? '<script> | ||
318 | + seajs.use(\'js/me/address\'); | ||
319 | +</script> | ||
320 | +' : '').''.((Plugin\LCRun3::debug('[addressActionPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressActionPage]', 'v', $cx, $in, array('addressActionPage')))) ? '<script> | ||
321 | + seajs.use(\'js/me/address-act\'); | ||
322 | +</script> | ||
323 | +' : '').''.((Plugin\LCRun3::debug('[myGuangPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myGuangPage]', 'v', $cx, $in, array('myGuangPage')))) ? '<script> | ||
324 | + seajs.use(\'js/me/my-guang\'); | ||
325 | +</script> | ||
326 | +' : '').''.((Plugin\LCRun3::debug('[personalDetailsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[personalDetailsPage]', 'v', $cx, $in, array('personalDetailsPage')))) ? '<script> | ||
327 | + seajs.use(\'js/me/personal-details\'); | ||
328 | +</script> | ||
329 | +' : '').''.((Plugin\LCRun3::debug('[browseRecordPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[browseRecordPage]', 'v', $cx, $in, array('browseRecordPage')))) ? '<script> | ||
330 | + seajs.use(\'js/me/browse-record\'); | ||
331 | +</script> | ||
332 | +' : '').''.((Plugin\LCRun3::debug('[logisticInfoPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[logisticInfoPage]', 'v', $cx, $in, array('logisticInfoPage')))) ? '<script> | ||
333 | + seajs.use(\'js/me/logistic\'); | ||
334 | +</script> | ||
335 | +' : '').''.((Plugin\LCRun3::debug('[payCenterPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[payCenterPage]', 'v', $cx, $in, array('payCenterPage')))) ? '<script> | ||
336 | + seajs.use(\'js/me/pay\'); | ||
337 | +</script> | ||
338 | +' : '').''.''.'<!-- Google Tag Manager --> | ||
339 | +<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
340 | +<script> | ||
341 | + (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': | ||
342 | + new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], | ||
343 | + j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= | ||
344 | + \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); | ||
345 | + })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\'); | ||
346 | +</script> | ||
347 | +<!-- End Google Tag Manager --> | ||
348 | +<script type="text/javascript"> | ||
349 | + var _hmt = _hmt || []; | ||
350 | + (function() { | ||
351 | + var hm = document.createElement("script"); | ||
352 | + hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311"; | ||
353 | + var s = document.getElementsByTagName("script")[0]; | ||
354 | + s.parentNode.insertBefore(hm, s); | ||
355 | + })(); | ||
356 | +</script> | ||
357 | +<script> | ||
358 | + var _hmt = _hmt || []; | ||
359 | + (function() { | ||
360 | + var hm = document.createElement("script"); | ||
361 | + hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841"; | ||
362 | + var s = document.getElementsByTagName("script")[0]; | ||
363 | + s.parentNode.insertBefore(hm, s); | ||
364 | + })(); | ||
365 | +</script> | ||
366 | +<script src="http://static.yohobuy.com/js/analytics/analysis.js"></script> | ||
367 | +<script src="http://static.yohobuy.com/m/v1/js/om_code.js"></script> | ||
368 | +'.'</body> | ||
369 | +</html>'.''; | ||
370 | +} | ||
371 | +?> |
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 ''.Plugin\LCRun3::debug('[goods]', 'sec', $cx, Plugin\LCRun3::debug('[goods]', 'v', $cx, $in, array('goods')), $in, false, function($cx, $in) {return ''.' '.((Plugin\LCRun3::debug('this', 'ifvar', $cx, $in)) ? ' | ||
25 | + <div class="good-info" data-id="'.Plugin\LCRun3::debug('[id]', 'encq', $cx, Plugin\LCRun3::debug('[id]', 'v', $cx, $in, array('id'))).'"> | ||
26 | + <div class="tag-container clearfix"> | ||
27 | +'.Plugin\LCRun3::debug('[tags]', 'sec', $cx, Plugin\LCRun3::debug('[tags]', 'v', $cx, $in, array('tags')), $in, false, function($cx, $in) {return ''.Plugin\LCRun3::debug('[is_new]', 'sec', $cx, Plugin\LCRun3::debug('[is_new]', 'v', $cx, $in, array('is_new')), $in, false, function($cx, $in) {return ' <p class="good-tag new-tag">NEW</p> | ||
28 | +';}).''.Plugin\LCRun3::debug('[is_advance]', 'sec', $cx, Plugin\LCRun3::debug('[is_advance]', 'v', $cx, $in, array('is_advance')), $in, false, function($cx, $in) {return ' <p class="good-tag renew-tag">再到着</p> | ||
29 | +';}).''.Plugin\LCRun3::debug('[is_discount]', 'sec', $cx, Plugin\LCRun3::debug('[is_discount]', 'v', $cx, $in, array('is_discount')), $in, false, function($cx, $in) {return ' <p class="good-tag sale-tag">SALE</p> | ||
30 | +';}).''.Plugin\LCRun3::debug('[is_yohoood]', 'sec', $cx, Plugin\LCRun3::debug('[is_yohoood]', 'v', $cx, $in, array('is_yohoood')), $in, false, function($cx, $in) {return ' <p class="good-tag new-festival-tag">新品节</p> | ||
31 | +';}).''.Plugin\LCRun3::debug('[is_limited]', 'sec', $cx, Plugin\LCRun3::debug('[is_limited]', 'v', $cx, $in, array('is_limited')), $in, false, function($cx, $in) {return ' <p class="good-tag limit-tag">限量商品</p> | ||
32 | +';}).'';}).' </div> | ||
33 | + <div class="good-detail-img"> | ||
34 | + <a class="good-thumb" href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'"> | ||
35 | + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[thumb]', 'encq', $cx, Plugin\LCRun3::debug('[thumb]', 'v', $cx, $in, array('thumb'))).'"> | ||
36 | + </a> | ||
37 | +'.Plugin\LCRun3::debug('[is_soon_sold_out]', 'sec', $cx, Plugin\LCRun3::debug('[is_soon_sold_out]', 'v', $cx, $in, array('is_soon_sold_out')), $in, false, function($cx, $in) {return ' <p class="few-tag">即将售罄</p> | ||
38 | +';}).' </div> | ||
39 | + <div class="good-detail-text"> | ||
40 | + <div class="name"> | ||
41 | + <a href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'">'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'</a> | ||
42 | + </div> | ||
43 | + <div class="price"> | ||
44 | + <span class="sale-price '.((Plugin\LCRun3::debug('^[price]', 'isec', $cx, Plugin\LCRun3::debug('[price]', 'v', $cx, $in, array('price')))) ? 'no-price' : '').'">¥'.Plugin\LCRun3::debug('[salePrice]', 'encq', $cx, Plugin\LCRun3::debug('[salePrice]', 'v', $cx, $in, array('salePrice'))).'</span> | ||
45 | +'.Plugin\LCRun3::debug('[price]', 'sec', $cx, Plugin\LCRun3::debug('[price]', 'v', $cx, $in, array('price')), $in, false, function($cx, $in) {return ' <span class="market-price">¥'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</span> | ||
46 | +';}).' </div> | ||
47 | + </div> | ||
48 | + </div> | ||
49 | + ' : '').''.'';}).' '; | ||
50 | +} | ||
51 | +?> |
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('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</title> | ||
29 | +<meta name="keywords" content="'.Plugin\LCRun3::debug('[keywords]', 'encq', $cx, Plugin\LCRun3::debug('[keywords]', 'v', $cx, $in, array('keywords'))).'"> | ||
30 | +<meta name="description" content="'.Plugin\LCRun3::debug('[description]', 'encq', $cx, Plugin\LCRun3::debug('[description]', 'v', $cx, $in, array('description'))).'"> | ||
31 | +<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> | ||
32 | +<meta http-equiv="cleartype" content="on"> | ||
33 | +<meta name="apple-mobile-web-app-status-bar-style" content="black" /> | ||
34 | +<meta content="telephone=no" name="format-detection" /> | ||
35 | +<meta content="email=no" name="format-detection" /> | ||
36 | +<script type="text/javascript"> | ||
37 | + (function(doc, win) { | ||
38 | + var docEl = doc.documentElement; | ||
39 | + (function() { | ||
40 | + var clientWidth = docEl.clientWidth; | ||
41 | + if (!clientWidth) { | ||
42 | + return; | ||
43 | + } | ||
44 | + docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\'; | ||
45 | + }()); | ||
46 | + })(document, window); | ||
47 | +</script> | ||
48 | +<link rel="dns-prefetch" href="//cdn.yoho.cn"> | ||
49 | +<link rel="dns-prefetch" href="//static.yohobuy.com"> | ||
50 | +<link rel="dns-prefetch" href="//img12.static.yhbimg.com"> | ||
51 | +<link rel="dns-prefetch" href="//img13.static.yhbimg.com"> | ||
52 | +'.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
53 | +' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
54 | +' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<link rel="stylesheet" href="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
55 | +' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css"> | ||
56 | +' : '').'<link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png"> | ||
57 | +<link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)"> | ||
58 | +<link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)"> | ||
59 | +</head> | ||
60 | +<body '.((Plugin\LCRun3::debug('[isPassportPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[isPassportPage]', 'v', $cx, $in, array('isPassportPage')))) ? 'class=passport-body' : '').'> | ||
61 | +'.((Plugin\LCRun3::debug('[systemUpdate]', 'ifvar', $cx, Plugin\LCRun3::debug('[systemUpdate]', 'v', $cx, $in, array('systemUpdate')))) ? ' <div class="systemUpdate"> | ||
62 | + <a href="index/systemUpdate" class="systemHeader">Yoho!Buy有货关于系统升级的公告</a> | ||
63 | + <span>X</span> | ||
64 | + </div> | ||
65 | +' : '').' '.''.Plugin\LCRun3::debug('[pageHeader]', 'sec', $cx, Plugin\LCRun3::debug('[pageHeader]', 'v', $cx, $in, array('pageHeader')), $in, false, function($cx, $in) {return '<header id="yoho-header" class="yoho-header'.((Plugin\LCRun3::debug('[boys]', 'ifvar', $cx, Plugin\LCRun3::debug('[boys]', 'v', $cx, $in, array('boys')))) ? ' boys' : '').''.((Plugin\LCRun3::debug('[girls]', 'ifvar', $cx, Plugin\LCRun3::debug('[girls]', 'v', $cx, $in, array('girls')))) ? ' girls' : '').''.((Plugin\LCRun3::debug('[kids]', 'ifvar', $cx, Plugin\LCRun3::debug('[kids]', 'v', $cx, $in, array('kids')))) ? ' kids' : '').''.((Plugin\LCRun3::debug('[lifeStyle]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifeStyle]', 'v', $cx, $in, array('lifeStyle')))) ? ' life-style' : '').'"> | ||
66 | +'.Plugin\LCRun3::debug('[navBack]', 'sec', $cx, Plugin\LCRun3::debug('[navBack]', 'v', $cx, $in, array('navBack')), $in, false, function($cx, $in) {return ' <a href="'.((Plugin\LCRun3::debug('[backUrl]', 'ifvar', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl')))) ? ''.Plugin\LCRun3::debug('[backUrl]', 'encq', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl'))).'' : 'javascript:history.go(-1);').'" class="iconfont nav-back"></a> | ||
67 | +';}).''.Plugin\LCRun3::debug('[navHome]', 'sec', $cx, Plugin\LCRun3::debug('[navHome]', 'v', $cx, $in, array('navHome')), $in, false, function($cx, $in) {return ' <a href="'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'" class="iconfont nav-home"></a> | ||
68 | +';}).''.Plugin\LCRun3::debug('[navTitle]', 'sec', $cx, Plugin\LCRun3::debug('[navTitle]', 'v', $cx, $in, array('navTitle')), $in, false, function($cx, $in) {return ' <p class="nav-title">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</p> | ||
69 | +';}).''.Plugin\LCRun3::debug('[navBtn]', 'sec', $cx, Plugin\LCRun3::debug('[navBtn]', 'v', $cx, $in, array('navBtn')), $in, false, function($cx, $in) {return ' <span class="nav-btn">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</span> | ||
70 | +';}).'</header> | ||
71 | +';}).''.''.'<div class="brand-page brand-search-page yoho-page"> | ||
72 | + <div class="newbrand-search"> | ||
73 | + <form class="search-box clearfix"> | ||
74 | + <input type="text" class="search-input" id="keyword" placeholder="查找品牌"> | ||
75 | + <i class="search-icon iconfont"></i> | ||
76 | + <div class="search-action"> | ||
77 | + <span class="iconfont clear-text"></span> | ||
78 | + <a class="cancel-btn" href="javascript: history.go(-1);">取消</span> | ||
79 | + </div> | ||
80 | + </form> | ||
81 | + </div> | ||
82 | + <div class="search-result"> | ||
83 | + </div> | ||
84 | +</div> | ||
85 | + | ||
86 | +<script id="brands-data" type="text/tmpl"> | ||
87 | + '.Plugin\LCRun3::debug('[brandList]', 'raw', $cx, Plugin\LCRun3::debug('[brandList]', 'v', $cx, $in, array('brandList'))).' | ||
88 | +</script> | ||
89 | +'.''.''.Plugin\LCRun3::debug('[pageFooter]', 'sec', $cx, Plugin\LCRun3::debug('[pageFooter]', 'v', $cx, $in, array('pageFooter')), $in, false, function($cx, $in) {return '<footer id="yoho-footer" class="yoho-footer hide"> | ||
90 | + <p class="op-row"> | ||
91 | + <span class="back-to-top"> | ||
92 | + Back to top | ||
93 | + <i class="iconfont"></i> | ||
94 | + </span> | ||
95 | + </p> | ||
96 | + <address class="copyright"> | ||
97 | + CopyRight©2007-2016 南京新与力文化传播有限公司 | ||
98 | + </address> | ||
99 | +</footer> | ||
100 | +';}).' | ||
101 | +'.''.''.Plugin\LCRun3::debug('[showDownloadApp]', 'sec', $cx, Plugin\LCRun3::debug('[showDownloadApp]', 'v', $cx, $in, array('showDownloadApp')), $in, false, function($cx, $in) {return '<div class="float-layer hide" id="float-layer-app"> | ||
102 | + <div class="float-layer-left"> | ||
103 | + <span class="yoho-icon iconfont"></span> | ||
104 | + <p>新用户送千元礼包</p> | ||
105 | + </div> | ||
106 | + <a href="javascript:void(0);" id="float-layer-close" > | ||
107 | + <i class="close-icon iconfont"></i> | ||
108 | + <div class="circle-rightbottom"></div> | ||
109 | + </a> | ||
110 | + <a href="http://m.yohobuy.com/download/hyapp" id="float-layer-btn"> | ||
111 | + 立即下载 | ||
112 | + </a> | ||
113 | +</div> | ||
114 | +';}).' | ||
115 | + | ||
116 | + '.''.((Plugin\LCRun3::debug('[hasWxShare]', 'ifvar', $cx, Plugin\LCRun3::debug('[hasWxShare]', 'v', $cx, $in, array('hasWxShare')))) ? '<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | ||
117 | +' : '').''.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
118 | +<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script> | ||
119 | +' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
120 | +<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script> | ||
121 | +' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
122 | +<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index-debug.js"></script> | ||
123 | +' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<script src="http://localhost:8000/static/js/sea.js?nowrap"></script> | ||
124 | +<script>seajs.config({base: \'http://localhost:8000/\'});</script> | ||
125 | +' : '').'<script type="text/javascript"> | ||
126 | + (function(w,d,s,j,f){ | ||
127 | + w[\'YohoAcquisitionObject\']=f; | ||
128 | + w[f]=function(){w[f].p=arguments;}; | ||
129 | + var a=d.createElement(s); | ||
130 | + var m=d.getElementsByTagName(s)[0]; | ||
131 | + a.async=1; | ||
132 | + a.src=j; | ||
133 | + m.parentNode.insertBefore(a,m); | ||
134 | + })(window,document,\'script\',\'http://cdn.yoho.cn/yas-jssdk/'.Plugin\LCRun3::debug('[yas_version]', 'encq', $cx, Plugin\LCRun3::debug('[yas_version]', 'v', $cx, $in, array('yas_version'))).'/yas.js\',\'_yas\'); | ||
135 | +</script> | ||
136 | +'.'<script> | ||
137 | + seajs.use(\'js/common\'); | ||
138 | +</script> | ||
139 | +'.((Plugin\LCRun3::debug('[psList]', 'ifvar', $cx, Plugin\LCRun3::debug('[psList]', 'v', $cx, $in, array('psList')))) ? '<script> | ||
140 | + seajs.use(\'js/guang/plus-star/list\'); | ||
141 | +</script> | ||
142 | +' : '').''.((Plugin\LCRun3::debug('[psDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[psDetail]', 'v', $cx, $in, array('psDetail')))) ? '<script> | ||
143 | + seajs.use(\'js/guang/plus-star/detail\'); | ||
144 | +</script> | ||
145 | +' : '').''.((Plugin\LCRun3::debug('[guangHome]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangHome]', 'v', $cx, $in, array('guangHome')))) ? '<script> | ||
146 | + seajs.use(\'js/guang/home\'); | ||
147 | +</script> | ||
148 | +' : '').''.((Plugin\LCRun3::debug('[guangList]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangList]', 'v', $cx, $in, array('guangList')))) ? '<script> | ||
149 | + seajs.use(\'js/guang/list\'); | ||
150 | +</script> | ||
151 | +' : '').''.((Plugin\LCRun3::debug('[guangDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangDetail]', 'v', $cx, $in, array('guangDetail')))) ? '<script> | ||
152 | + seajs.use(\'js/guang/detail\', function(d) { | ||
153 | + d.i(true); | ||
154 | + }); | ||
155 | +</script> | ||
156 | +' : '').''.((Plugin\LCRun3::debug('[guangEzine]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangEzine]', 'v', $cx, $in, array('guangEzine')))) ? '<script> | ||
157 | + seajs.use(\'js/guang/detail\', function(d) { | ||
158 | + d.i(false); | ||
159 | + }); | ||
160 | +</script> | ||
161 | +' : '').''.((Plugin\LCRun3::debug('[regIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[regIndex]', 'v', $cx, $in, array('regIndex')))) ? '<script> | ||
162 | + seajs.use(\'js/passport/register/register\'); | ||
163 | +</script> | ||
164 | +' : '').''.((Plugin\LCRun3::debug('[regCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[regCode]', 'v', $cx, $in, array('regCode')))) ? '<script> | ||
165 | + seajs.use(\'js/passport/register/code\'); | ||
166 | +</script> | ||
167 | +' : '').''.((Plugin\LCRun3::debug('[regPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[regPwd]', 'v', $cx, $in, array('regPwd')))) ? '<script> | ||
168 | + seajs.use(\'js/passport/register/password\'); | ||
169 | +</script> | ||
170 | +' : '').''.((Plugin\LCRun3::debug('[loginIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginIndex]', 'v', $cx, $in, array('loginIndex')))) ? '<script> | ||
171 | + seajs.use(\'js/passport/login/login\'); | ||
172 | +</script> | ||
173 | +' : '').''.((Plugin\LCRun3::debug('[loginInternational]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginInternational]', 'v', $cx, $in, array('loginInternational')))) ? '<script> | ||
174 | + seajs.use(\'js/passport/login/international\'); | ||
175 | +</script> | ||
176 | +' : '').''.((Plugin\LCRun3::debug('[backEmail]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmail]', 'v', $cx, $in, array('backEmail')))) ? '<script> | ||
177 | + seajs.use(\'js/passport/back/email\'); | ||
178 | +</script> | ||
179 | +' : '').''.((Plugin\LCRun3::debug('[backEmailSuccess]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmailSuccess]', 'v', $cx, $in, array('backEmailSuccess')))) ? '<script> | ||
180 | + seajs.use(\'js/passport/back/email-success\'); | ||
181 | +</script> | ||
182 | +' : '').''.((Plugin\LCRun3::debug('[backMobile]', 'ifvar', $cx, Plugin\LCRun3::debug('[backMobile]', 'v', $cx, $in, array('backMobile')))) ? '<script> | ||
183 | + seajs.use(\'js/passport/back/mobile\'); | ||
184 | +</script> | ||
185 | +' : '').''.((Plugin\LCRun3::debug('[backCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[backCode]', 'v', $cx, $in, array('backCode')))) ? '<script> | ||
186 | + seajs.use(\'js/passport/back/code\'); | ||
187 | +</script> | ||
188 | +' : '').''.((Plugin\LCRun3::debug('[backNewPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[backNewPwd]', 'v', $cx, $in, array('backNewPwd')))) ? '<script> | ||
189 | + seajs.use(\'js/passport/back/new-password\'); | ||
190 | +</script> | ||
191 | +' : '').''.((Plugin\LCRun3::debug('[channelPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[channelPage]', 'v', $cx, $in, array('channelPage')))) ? '<script> | ||
192 | + seajs.use(\'js/index/channel\'); | ||
193 | + seajs.use(\'js/index/footer\'); | ||
194 | +</script> | ||
195 | +' : '').''.((Plugin\LCRun3::debug('[grilsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[grilsHomePage]', 'v', $cx, $in, array('grilsHomePage')))) ? '<script> | ||
196 | + seajs.use(\'js/home/home\', function(h) { | ||
197 | + h.set(\'girls\'); | ||
198 | + }); | ||
199 | + seajs.use(\'js/index/footer\'); | ||
200 | +</script> | ||
201 | +' : '').''.((Plugin\LCRun3::debug('[boysHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[boysHomePage]', 'v', $cx, $in, array('boysHomePage')))) ? '<script> | ||
202 | + seajs.use(\'js/home/home\', function(h) { | ||
203 | + h.set(\'boys\'); | ||
204 | + }); | ||
205 | + seajs.use(\'js/index/footer\'); | ||
206 | +</script> | ||
207 | +' : '').''.((Plugin\LCRun3::debug('[kidsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[kidsHomePage]', 'v', $cx, $in, array('kidsHomePage')))) ? '<script> | ||
208 | + seajs.use(\'js/home/home\', function(h) { | ||
209 | + h.set(\'kids\'); | ||
210 | + }); | ||
211 | + seajs.use(\'js/index/footer\'); | ||
212 | +</script> | ||
213 | +' : '').''.((Plugin\LCRun3::debug('[lifestyleHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifestyleHomePage]', 'v', $cx, $in, array('lifestyleHomePage')))) ? '<script> | ||
214 | + seajs.use(\'js/home/home\', function(h) { | ||
215 | + h.set(\'lifestyle\'); | ||
216 | + }); | ||
217 | + seajs.use(\'js/index/footer\'); | ||
218 | +</script> | ||
219 | +' : '').''.((Plugin\LCRun3::debug('[newArrivalPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[newArrivalPage]', 'v', $cx, $in, array('newArrivalPage')))) ? '<script> | ||
220 | + seajs.use(\'js/product/newsale/newarrival\'); | ||
221 | + seajs.use(\'js/index/footer\'); | ||
222 | +</script> | ||
223 | +' : '').''.((Plugin\LCRun3::debug('[discountPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[discountPage]', 'v', $cx, $in, array('discountPage')))) ? '<script> | ||
224 | + seajs.use(\'js/product/newsale/discount\'); | ||
225 | + seajs.use(\'js/index/footer\'); | ||
226 | +</script> | ||
227 | +' : '').''.((Plugin\LCRun3::debug('[hotrankPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[hotrankPage]', 'v', $cx, $in, array('hotrankPage')))) ? '<script> | ||
228 | + seajs.use(\'js/product/newsale/hot-rank\'); | ||
229 | + seajs.use(\'js/index/footer\'); | ||
230 | +</script> | ||
231 | +' : '').''.((Plugin\LCRun3::debug('[goodListPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodListPage]', 'v', $cx, $in, array('goodListPage')))) ? '<script> | ||
232 | + seajs.use(\'js/product/list\'); | ||
233 | + seajs.use(\'js/index/footer\'); | ||
234 | +</script> | ||
235 | +' : '').''.((Plugin\LCRun3::debug('[goodsDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsDetailPage]', 'v', $cx, $in, array('goodsDetailPage')))) ? '<script> | ||
236 | + seajs.use(\'js/product/detail/detail\'); | ||
237 | +</script> | ||
238 | +' : '').''.((Plugin\LCRun3::debug('[goodsCommentsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsCommentsPage]', 'v', $cx, $in, array('goodsCommentsPage')))) ? '<script> | ||
239 | + seajs.use(\'js/product/detail/loadmore\'); | ||
240 | +</script> | ||
241 | +' : '').''.((Plugin\LCRun3::debug('[goodsConsultsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsConsultsPage]', 'v', $cx, $in, array('goodsConsultsPage')))) ? '<script> | ||
242 | + seajs.use(\'js/product/detail/comments-consults\'); | ||
243 | +</script> | ||
244 | +' : '').''.((Plugin\LCRun3::debug('[consultformPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[consultformPage]', 'v', $cx, $in, array('consultformPage')))) ? '<script> | ||
245 | + seajs.use(\'js/product/detail/consultform\'); | ||
246 | +</script> | ||
247 | +' : '').''.((Plugin\LCRun3::debug('[categoryPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[categoryPage]', 'v', $cx, $in, array('categoryPage')))) ? '<script> | ||
248 | + seajs.use(\'js/category/index\'); | ||
249 | + seajs.use(\'js/index/footer\'); | ||
250 | +</script> | ||
251 | +' : '').''.((Plugin\LCRun3::debug('[brandPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[brandPage]', 'v', $cx, $in, array('brandPage')))) ? '<script> | ||
252 | + seajs.use(\'js/category/brand\'); | ||
253 | + seajs.use(\'js/index/footer\'); | ||
254 | +</script> | ||
255 | +' : '').''.((Plugin\LCRun3::debug('[searchPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[searchPage]', 'v', $cx, $in, array('searchPage')))) ? '<script> | ||
256 | + seajs.use(\'js/index/search\'); | ||
257 | + seajs.use(\'js/index/footer\'); | ||
258 | +</script> | ||
259 | +' : '').''.((Plugin\LCRun3::debug('[shoppingCartPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[shoppingCartPage]', 'v', $cx, $in, array('shoppingCartPage')))) ? '<script> | ||
260 | + seajs.use(\'js/shopping-cart/cart\'); | ||
261 | +</script> | ||
262 | +' : '').''.((Plugin\LCRun3::debug('[giftAdvancePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[giftAdvancePage]', 'v', $cx, $in, array('giftAdvancePage')))) ? '<script> | ||
263 | + seajs.use(\'js/shopping-cart/gift-advance\'); | ||
264 | +</script> | ||
265 | +' : '').''.((Plugin\LCRun3::debug('[orderEnsurePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderEnsurePage]', 'v', $cx, $in, array('orderEnsurePage')))) ? '<script> | ||
266 | + seajs.use(\'js/shopping-cart/order-ensure\'); | ||
267 | +</script> | ||
268 | +' : '').''.((Plugin\LCRun3::debug('[myIndexPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myIndexPage]', 'v', $cx, $in, array('myIndexPage')))) ? '<script> | ||
269 | + seajs.use(\'js/me/index\'); | ||
270 | + seajs.use(\'js/index/footer\'); | ||
271 | +</script> | ||
272 | +' : '').''.((Plugin\LCRun3::debug('[orderPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderPage]', 'v', $cx, $in, array('orderPage')))) ? '<script> | ||
273 | + seajs.use(\'js/me/order\'); | ||
274 | +</script> | ||
275 | +' : '').''.((Plugin\LCRun3::debug('[orderDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderDetailPage]', 'v', $cx, $in, array('orderDetailPage')))) ? '<script> | ||
276 | + seajs.use(\'js/me/order-detail\'); | ||
277 | +</script> | ||
278 | +' : '').''.((Plugin\LCRun3::debug('[favPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[favPage]', 'v', $cx, $in, array('favPage')))) ? '<script> | ||
279 | + seajs.use(\'js/me/fav\'); | ||
280 | +</script> | ||
281 | +' : '').''.((Plugin\LCRun3::debug('[suggestPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[suggestPage]', 'v', $cx, $in, array('suggestPage')))) ? '<script> | ||
282 | + seajs.use(\'js/me/suggest\'); | ||
283 | +</script> | ||
284 | +' : '').''.((Plugin\LCRun3::debug('[couponsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[couponsPage]', 'v', $cx, $in, array('couponsPage')))) ? '<script> | ||
285 | + seajs.use(\'js/me/coupons\'); | ||
286 | +</script> | ||
287 | +' : '').''.((Plugin\LCRun3::debug('[onlineServicePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServicePage]', 'v', $cx, $in, array('onlineServicePage')))) ? '<script> | ||
288 | + seajs.use(\'js/me/online-service\'); | ||
289 | +</script> | ||
290 | +' : '').''.((Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'v', $cx, $in, array('onlineServiceDetailPage')))) ? '<script> | ||
291 | + seajs.use(\'js/index/footer\'); | ||
292 | +</script> | ||
293 | +' : '').''.((Plugin\LCRun3::debug('[addressPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressPage]', 'v', $cx, $in, array('addressPage')))) ? '<script> | ||
294 | + seajs.use(\'js/me/address\'); | ||
295 | +</script> | ||
296 | +' : '').''.((Plugin\LCRun3::debug('[addressActionPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressActionPage]', 'v', $cx, $in, array('addressActionPage')))) ? '<script> | ||
297 | + seajs.use(\'js/me/address-act\'); | ||
298 | +</script> | ||
299 | +' : '').''.((Plugin\LCRun3::debug('[myGuangPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myGuangPage]', 'v', $cx, $in, array('myGuangPage')))) ? '<script> | ||
300 | + seajs.use(\'js/me/my-guang\'); | ||
301 | +</script> | ||
302 | +' : '').''.((Plugin\LCRun3::debug('[personalDetailsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[personalDetailsPage]', 'v', $cx, $in, array('personalDetailsPage')))) ? '<script> | ||
303 | + seajs.use(\'js/me/personal-details\'); | ||
304 | +</script> | ||
305 | +' : '').''.((Plugin\LCRun3::debug('[browseRecordPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[browseRecordPage]', 'v', $cx, $in, array('browseRecordPage')))) ? '<script> | ||
306 | + seajs.use(\'js/me/browse-record\'); | ||
307 | +</script> | ||
308 | +' : '').''.((Plugin\LCRun3::debug('[logisticInfoPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[logisticInfoPage]', 'v', $cx, $in, array('logisticInfoPage')))) ? '<script> | ||
309 | + seajs.use(\'js/me/logistic\'); | ||
310 | +</script> | ||
311 | +' : '').''.((Plugin\LCRun3::debug('[payCenterPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[payCenterPage]', 'v', $cx, $in, array('payCenterPage')))) ? '<script> | ||
312 | + seajs.use(\'js/me/pay\'); | ||
313 | +</script> | ||
314 | +' : '').''.''.'<!-- Google Tag Manager --> | ||
315 | +<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
316 | +<script> | ||
317 | + (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': | ||
318 | + new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], | ||
319 | + j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= | ||
320 | + \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); | ||
321 | + })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\'); | ||
322 | +</script> | ||
323 | +<!-- End Google Tag Manager --> | ||
324 | +<script type="text/javascript"> | ||
325 | + var _hmt = _hmt || []; | ||
326 | + (function() { | ||
327 | + var hm = document.createElement("script"); | ||
328 | + hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311"; | ||
329 | + var s = document.getElementsByTagName("script")[0]; | ||
330 | + s.parentNode.insertBefore(hm, s); | ||
331 | + })(); | ||
332 | +</script> | ||
333 | +<script> | ||
334 | + var _hmt = _hmt || []; | ||
335 | + (function() { | ||
336 | + var hm = document.createElement("script"); | ||
337 | + hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841"; | ||
338 | + var s = document.getElementsByTagName("script")[0]; | ||
339 | + s.parentNode.insertBefore(hm, s); | ||
340 | + })(); | ||
341 | +</script> | ||
342 | +<script src="http://static.yohobuy.com/js/analytics/analysis.js"></script> | ||
343 | +<script src="http://static.yohobuy.com/m/v1/js/om_code.js"></script> | ||
344 | +'.'</body> | ||
345 | +</html>'.''; | ||
346 | +} | ||
347 | +?> |
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('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</title> | ||
29 | +<meta name="keywords" content="'.Plugin\LCRun3::debug('[keywords]', 'encq', $cx, Plugin\LCRun3::debug('[keywords]', 'v', $cx, $in, array('keywords'))).'"> | ||
30 | +<meta name="description" content="'.Plugin\LCRun3::debug('[description]', 'encq', $cx, Plugin\LCRun3::debug('[description]', 'v', $cx, $in, array('description'))).'"> | ||
31 | +<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> | ||
32 | +<meta http-equiv="cleartype" content="on"> | ||
33 | +<meta name="apple-mobile-web-app-status-bar-style" content="black" /> | ||
34 | +<meta content="telephone=no" name="format-detection" /> | ||
35 | +<meta content="email=no" name="format-detection" /> | ||
36 | +<script type="text/javascript"> | ||
37 | + (function(doc, win) { | ||
38 | + var docEl = doc.documentElement; | ||
39 | + (function() { | ||
40 | + var clientWidth = docEl.clientWidth; | ||
41 | + if (!clientWidth) { | ||
42 | + return; | ||
43 | + } | ||
44 | + docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\'; | ||
45 | + }()); | ||
46 | + })(document, window); | ||
47 | +</script> | ||
48 | +<link rel="dns-prefetch" href="//cdn.yoho.cn"> | ||
49 | +<link rel="dns-prefetch" href="//static.yohobuy.com"> | ||
50 | +<link rel="dns-prefetch" href="//img12.static.yhbimg.com"> | ||
51 | +<link rel="dns-prefetch" href="//img13.static.yhbimg.com"> | ||
52 | +'.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
53 | +' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
54 | +' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<link rel="stylesheet" href="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
55 | +' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css"> | ||
56 | +' : '').'<link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png"> | ||
57 | +<link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)"> | ||
58 | +<link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)"> | ||
59 | +</head> | ||
60 | +<body '.((Plugin\LCRun3::debug('[isPassportPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[isPassportPage]', 'v', $cx, $in, array('isPassportPage')))) ? 'class=passport-body' : '').'> | ||
61 | +'.((Plugin\LCRun3::debug('[systemUpdate]', 'ifvar', $cx, Plugin\LCRun3::debug('[systemUpdate]', 'v', $cx, $in, array('systemUpdate')))) ? ' <div class="systemUpdate"> | ||
62 | + <a href="index/systemUpdate" class="systemHeader">Yoho!Buy有货关于系统升级的公告</a> | ||
63 | + <span>X</span> | ||
64 | + </div> | ||
65 | +' : '').' '.''.Plugin\LCRun3::debug('[pageHeader]', 'sec', $cx, Plugin\LCRun3::debug('[pageHeader]', 'v', $cx, $in, array('pageHeader')), $in, false, function($cx, $in) {return '<header id="yoho-header" class="yoho-header'.((Plugin\LCRun3::debug('[boys]', 'ifvar', $cx, Plugin\LCRun3::debug('[boys]', 'v', $cx, $in, array('boys')))) ? ' boys' : '').''.((Plugin\LCRun3::debug('[girls]', 'ifvar', $cx, Plugin\LCRun3::debug('[girls]', 'v', $cx, $in, array('girls')))) ? ' girls' : '').''.((Plugin\LCRun3::debug('[kids]', 'ifvar', $cx, Plugin\LCRun3::debug('[kids]', 'v', $cx, $in, array('kids')))) ? ' kids' : '').''.((Plugin\LCRun3::debug('[lifeStyle]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifeStyle]', 'v', $cx, $in, array('lifeStyle')))) ? ' life-style' : '').'"> | ||
66 | +'.Plugin\LCRun3::debug('[navBack]', 'sec', $cx, Plugin\LCRun3::debug('[navBack]', 'v', $cx, $in, array('navBack')), $in, false, function($cx, $in) {return ' <a href="'.((Plugin\LCRun3::debug('[backUrl]', 'ifvar', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl')))) ? ''.Plugin\LCRun3::debug('[backUrl]', 'encq', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl'))).'' : 'javascript:history.go(-1);').'" class="iconfont nav-back"></a> | ||
67 | +';}).''.Plugin\LCRun3::debug('[navHome]', 'sec', $cx, Plugin\LCRun3::debug('[navHome]', 'v', $cx, $in, array('navHome')), $in, false, function($cx, $in) {return ' <a href="'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'" class="iconfont nav-home"></a> | ||
68 | +';}).''.Plugin\LCRun3::debug('[navTitle]', 'sec', $cx, Plugin\LCRun3::debug('[navTitle]', 'v', $cx, $in, array('navTitle')), $in, false, function($cx, $in) {return ' <p class="nav-title">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</p> | ||
69 | +';}).''.Plugin\LCRun3::debug('[navBtn]', 'sec', $cx, Plugin\LCRun3::debug('[navBtn]', 'v', $cx, $in, array('navBtn')), $in, false, function($cx, $in) {return ' <span class="nav-btn">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</span> | ||
70 | +';}).'</header> | ||
71 | +';}).''.''.'<div class="consult-form-page yoho-page"> | ||
72 | + <form class="consult-form" url="'.Plugin\LCRun3::debug('[formUrl]', 'encq', $cx, Plugin\LCRun3::debug('[formUrl]', 'v', $cx, $in, array('formUrl'))).'"> | ||
73 | + <textarea id="content" name="content">请输入咨询内容</textarea> | ||
74 | + <input type="hidden" id="product_id" value="'.Plugin\LCRun3::debug('[productId]', 'encq', $cx, Plugin\LCRun3::debug('[productId]', 'v', $cx, $in, array('productId'))).'"> | ||
75 | + <a type="submit" id="submit">提交</a> | ||
76 | + </form> | ||
77 | +</div> | ||
78 | +'.''.''.Plugin\LCRun3::debug('[pageFooter]', 'sec', $cx, Plugin\LCRun3::debug('[pageFooter]', 'v', $cx, $in, array('pageFooter')), $in, false, function($cx, $in) {return '<footer id="yoho-footer" class="yoho-footer hide"> | ||
79 | + <p class="op-row"> | ||
80 | + <span class="back-to-top"> | ||
81 | + Back to top | ||
82 | + <i class="iconfont"></i> | ||
83 | + </span> | ||
84 | + </p> | ||
85 | + <address class="copyright"> | ||
86 | + CopyRight©2007-2016 南京新与力文化传播有限公司 | ||
87 | + </address> | ||
88 | +</footer> | ||
89 | +';}).' | ||
90 | +'.''.''.Plugin\LCRun3::debug('[showDownloadApp]', 'sec', $cx, Plugin\LCRun3::debug('[showDownloadApp]', 'v', $cx, $in, array('showDownloadApp')), $in, false, function($cx, $in) {return '<div class="float-layer hide" id="float-layer-app"> | ||
91 | + <div class="float-layer-left"> | ||
92 | + <span class="yoho-icon iconfont"></span> | ||
93 | + <p>新用户送千元礼包</p> | ||
94 | + </div> | ||
95 | + <a href="javascript:void(0);" id="float-layer-close" > | ||
96 | + <i class="close-icon iconfont"></i> | ||
97 | + <div class="circle-rightbottom"></div> | ||
98 | + </a> | ||
99 | + <a href="http://m.yohobuy.com/download/hyapp" id="float-layer-btn"> | ||
100 | + 立即下载 | ||
101 | + </a> | ||
102 | +</div> | ||
103 | +';}).' | ||
104 | + | ||
105 | + '.''.((Plugin\LCRun3::debug('[hasWxShare]', 'ifvar', $cx, Plugin\LCRun3::debug('[hasWxShare]', 'v', $cx, $in, array('hasWxShare')))) ? '<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | ||
106 | +' : '').''.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
107 | +<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script> | ||
108 | +' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
109 | +<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script> | ||
110 | +' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
111 | +<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index-debug.js"></script> | ||
112 | +' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<script src="http://localhost:8000/static/js/sea.js?nowrap"></script> | ||
113 | +<script>seajs.config({base: \'http://localhost:8000/\'});</script> | ||
114 | +' : '').'<script type="text/javascript"> | ||
115 | + (function(w,d,s,j,f){ | ||
116 | + w[\'YohoAcquisitionObject\']=f; | ||
117 | + w[f]=function(){w[f].p=arguments;}; | ||
118 | + var a=d.createElement(s); | ||
119 | + var m=d.getElementsByTagName(s)[0]; | ||
120 | + a.async=1; | ||
121 | + a.src=j; | ||
122 | + m.parentNode.insertBefore(a,m); | ||
123 | + })(window,document,\'script\',\'http://cdn.yoho.cn/yas-jssdk/'.Plugin\LCRun3::debug('[yas_version]', 'encq', $cx, Plugin\LCRun3::debug('[yas_version]', 'v', $cx, $in, array('yas_version'))).'/yas.js\',\'_yas\'); | ||
124 | +</script> | ||
125 | +'.'<script> | ||
126 | + seajs.use(\'js/common\'); | ||
127 | +</script> | ||
128 | +'.((Plugin\LCRun3::debug('[psList]', 'ifvar', $cx, Plugin\LCRun3::debug('[psList]', 'v', $cx, $in, array('psList')))) ? '<script> | ||
129 | + seajs.use(\'js/guang/plus-star/list\'); | ||
130 | +</script> | ||
131 | +' : '').''.((Plugin\LCRun3::debug('[psDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[psDetail]', 'v', $cx, $in, array('psDetail')))) ? '<script> | ||
132 | + seajs.use(\'js/guang/plus-star/detail\'); | ||
133 | +</script> | ||
134 | +' : '').''.((Plugin\LCRun3::debug('[guangHome]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangHome]', 'v', $cx, $in, array('guangHome')))) ? '<script> | ||
135 | + seajs.use(\'js/guang/home\'); | ||
136 | +</script> | ||
137 | +' : '').''.((Plugin\LCRun3::debug('[guangList]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangList]', 'v', $cx, $in, array('guangList')))) ? '<script> | ||
138 | + seajs.use(\'js/guang/list\'); | ||
139 | +</script> | ||
140 | +' : '').''.((Plugin\LCRun3::debug('[guangDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangDetail]', 'v', $cx, $in, array('guangDetail')))) ? '<script> | ||
141 | + seajs.use(\'js/guang/detail\', function(d) { | ||
142 | + d.i(true); | ||
143 | + }); | ||
144 | +</script> | ||
145 | +' : '').''.((Plugin\LCRun3::debug('[guangEzine]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangEzine]', 'v', $cx, $in, array('guangEzine')))) ? '<script> | ||
146 | + seajs.use(\'js/guang/detail\', function(d) { | ||
147 | + d.i(false); | ||
148 | + }); | ||
149 | +</script> | ||
150 | +' : '').''.((Plugin\LCRun3::debug('[regIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[regIndex]', 'v', $cx, $in, array('regIndex')))) ? '<script> | ||
151 | + seajs.use(\'js/passport/register/register\'); | ||
152 | +</script> | ||
153 | +' : '').''.((Plugin\LCRun3::debug('[regCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[regCode]', 'v', $cx, $in, array('regCode')))) ? '<script> | ||
154 | + seajs.use(\'js/passport/register/code\'); | ||
155 | +</script> | ||
156 | +' : '').''.((Plugin\LCRun3::debug('[regPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[regPwd]', 'v', $cx, $in, array('regPwd')))) ? '<script> | ||
157 | + seajs.use(\'js/passport/register/password\'); | ||
158 | +</script> | ||
159 | +' : '').''.((Plugin\LCRun3::debug('[loginIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginIndex]', 'v', $cx, $in, array('loginIndex')))) ? '<script> | ||
160 | + seajs.use(\'js/passport/login/login\'); | ||
161 | +</script> | ||
162 | +' : '').''.((Plugin\LCRun3::debug('[loginInternational]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginInternational]', 'v', $cx, $in, array('loginInternational')))) ? '<script> | ||
163 | + seajs.use(\'js/passport/login/international\'); | ||
164 | +</script> | ||
165 | +' : '').''.((Plugin\LCRun3::debug('[backEmail]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmail]', 'v', $cx, $in, array('backEmail')))) ? '<script> | ||
166 | + seajs.use(\'js/passport/back/email\'); | ||
167 | +</script> | ||
168 | +' : '').''.((Plugin\LCRun3::debug('[backEmailSuccess]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmailSuccess]', 'v', $cx, $in, array('backEmailSuccess')))) ? '<script> | ||
169 | + seajs.use(\'js/passport/back/email-success\'); | ||
170 | +</script> | ||
171 | +' : '').''.((Plugin\LCRun3::debug('[backMobile]', 'ifvar', $cx, Plugin\LCRun3::debug('[backMobile]', 'v', $cx, $in, array('backMobile')))) ? '<script> | ||
172 | + seajs.use(\'js/passport/back/mobile\'); | ||
173 | +</script> | ||
174 | +' : '').''.((Plugin\LCRun3::debug('[backCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[backCode]', 'v', $cx, $in, array('backCode')))) ? '<script> | ||
175 | + seajs.use(\'js/passport/back/code\'); | ||
176 | +</script> | ||
177 | +' : '').''.((Plugin\LCRun3::debug('[backNewPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[backNewPwd]', 'v', $cx, $in, array('backNewPwd')))) ? '<script> | ||
178 | + seajs.use(\'js/passport/back/new-password\'); | ||
179 | +</script> | ||
180 | +' : '').''.((Plugin\LCRun3::debug('[channelPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[channelPage]', 'v', $cx, $in, array('channelPage')))) ? '<script> | ||
181 | + seajs.use(\'js/index/channel\'); | ||
182 | + seajs.use(\'js/index/footer\'); | ||
183 | +</script> | ||
184 | +' : '').''.((Plugin\LCRun3::debug('[grilsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[grilsHomePage]', 'v', $cx, $in, array('grilsHomePage')))) ? '<script> | ||
185 | + seajs.use(\'js/home/home\', function(h) { | ||
186 | + h.set(\'girls\'); | ||
187 | + }); | ||
188 | + seajs.use(\'js/index/footer\'); | ||
189 | +</script> | ||
190 | +' : '').''.((Plugin\LCRun3::debug('[boysHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[boysHomePage]', 'v', $cx, $in, array('boysHomePage')))) ? '<script> | ||
191 | + seajs.use(\'js/home/home\', function(h) { | ||
192 | + h.set(\'boys\'); | ||
193 | + }); | ||
194 | + seajs.use(\'js/index/footer\'); | ||
195 | +</script> | ||
196 | +' : '').''.((Plugin\LCRun3::debug('[kidsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[kidsHomePage]', 'v', $cx, $in, array('kidsHomePage')))) ? '<script> | ||
197 | + seajs.use(\'js/home/home\', function(h) { | ||
198 | + h.set(\'kids\'); | ||
199 | + }); | ||
200 | + seajs.use(\'js/index/footer\'); | ||
201 | +</script> | ||
202 | +' : '').''.((Plugin\LCRun3::debug('[lifestyleHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifestyleHomePage]', 'v', $cx, $in, array('lifestyleHomePage')))) ? '<script> | ||
203 | + seajs.use(\'js/home/home\', function(h) { | ||
204 | + h.set(\'lifestyle\'); | ||
205 | + }); | ||
206 | + seajs.use(\'js/index/footer\'); | ||
207 | +</script> | ||
208 | +' : '').''.((Plugin\LCRun3::debug('[newArrivalPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[newArrivalPage]', 'v', $cx, $in, array('newArrivalPage')))) ? '<script> | ||
209 | + seajs.use(\'js/product/newsale/newarrival\'); | ||
210 | + seajs.use(\'js/index/footer\'); | ||
211 | +</script> | ||
212 | +' : '').''.((Plugin\LCRun3::debug('[discountPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[discountPage]', 'v', $cx, $in, array('discountPage')))) ? '<script> | ||
213 | + seajs.use(\'js/product/newsale/discount\'); | ||
214 | + seajs.use(\'js/index/footer\'); | ||
215 | +</script> | ||
216 | +' : '').''.((Plugin\LCRun3::debug('[hotrankPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[hotrankPage]', 'v', $cx, $in, array('hotrankPage')))) ? '<script> | ||
217 | + seajs.use(\'js/product/newsale/hot-rank\'); | ||
218 | + seajs.use(\'js/index/footer\'); | ||
219 | +</script> | ||
220 | +' : '').''.((Plugin\LCRun3::debug('[goodListPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodListPage]', 'v', $cx, $in, array('goodListPage')))) ? '<script> | ||
221 | + seajs.use(\'js/product/list\'); | ||
222 | + seajs.use(\'js/index/footer\'); | ||
223 | +</script> | ||
224 | +' : '').''.((Plugin\LCRun3::debug('[goodsDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsDetailPage]', 'v', $cx, $in, array('goodsDetailPage')))) ? '<script> | ||
225 | + seajs.use(\'js/product/detail/detail\'); | ||
226 | +</script> | ||
227 | +' : '').''.((Plugin\LCRun3::debug('[goodsCommentsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsCommentsPage]', 'v', $cx, $in, array('goodsCommentsPage')))) ? '<script> | ||
228 | + seajs.use(\'js/product/detail/loadmore\'); | ||
229 | +</script> | ||
230 | +' : '').''.((Plugin\LCRun3::debug('[goodsConsultsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsConsultsPage]', 'v', $cx, $in, array('goodsConsultsPage')))) ? '<script> | ||
231 | + seajs.use(\'js/product/detail/comments-consults\'); | ||
232 | +</script> | ||
233 | +' : '').''.((Plugin\LCRun3::debug('[consultformPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[consultformPage]', 'v', $cx, $in, array('consultformPage')))) ? '<script> | ||
234 | + seajs.use(\'js/product/detail/consultform\'); | ||
235 | +</script> | ||
236 | +' : '').''.((Plugin\LCRun3::debug('[categoryPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[categoryPage]', 'v', $cx, $in, array('categoryPage')))) ? '<script> | ||
237 | + seajs.use(\'js/category/index\'); | ||
238 | + seajs.use(\'js/index/footer\'); | ||
239 | +</script> | ||
240 | +' : '').''.((Plugin\LCRun3::debug('[brandPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[brandPage]', 'v', $cx, $in, array('brandPage')))) ? '<script> | ||
241 | + seajs.use(\'js/category/brand\'); | ||
242 | + seajs.use(\'js/index/footer\'); | ||
243 | +</script> | ||
244 | +' : '').''.((Plugin\LCRun3::debug('[searchPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[searchPage]', 'v', $cx, $in, array('searchPage')))) ? '<script> | ||
245 | + seajs.use(\'js/index/search\'); | ||
246 | + seajs.use(\'js/index/footer\'); | ||
247 | +</script> | ||
248 | +' : '').''.((Plugin\LCRun3::debug('[shoppingCartPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[shoppingCartPage]', 'v', $cx, $in, array('shoppingCartPage')))) ? '<script> | ||
249 | + seajs.use(\'js/shopping-cart/cart\'); | ||
250 | +</script> | ||
251 | +' : '').''.((Plugin\LCRun3::debug('[giftAdvancePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[giftAdvancePage]', 'v', $cx, $in, array('giftAdvancePage')))) ? '<script> | ||
252 | + seajs.use(\'js/shopping-cart/gift-advance\'); | ||
253 | +</script> | ||
254 | +' : '').''.((Plugin\LCRun3::debug('[orderEnsurePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderEnsurePage]', 'v', $cx, $in, array('orderEnsurePage')))) ? '<script> | ||
255 | + seajs.use(\'js/shopping-cart/order-ensure\'); | ||
256 | +</script> | ||
257 | +' : '').''.((Plugin\LCRun3::debug('[myIndexPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myIndexPage]', 'v', $cx, $in, array('myIndexPage')))) ? '<script> | ||
258 | + seajs.use(\'js/me/index\'); | ||
259 | + seajs.use(\'js/index/footer\'); | ||
260 | +</script> | ||
261 | +' : '').''.((Plugin\LCRun3::debug('[orderPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderPage]', 'v', $cx, $in, array('orderPage')))) ? '<script> | ||
262 | + seajs.use(\'js/me/order\'); | ||
263 | +</script> | ||
264 | +' : '').''.((Plugin\LCRun3::debug('[orderDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderDetailPage]', 'v', $cx, $in, array('orderDetailPage')))) ? '<script> | ||
265 | + seajs.use(\'js/me/order-detail\'); | ||
266 | +</script> | ||
267 | +' : '').''.((Plugin\LCRun3::debug('[favPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[favPage]', 'v', $cx, $in, array('favPage')))) ? '<script> | ||
268 | + seajs.use(\'js/me/fav\'); | ||
269 | +</script> | ||
270 | +' : '').''.((Plugin\LCRun3::debug('[suggestPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[suggestPage]', 'v', $cx, $in, array('suggestPage')))) ? '<script> | ||
271 | + seajs.use(\'js/me/suggest\'); | ||
272 | +</script> | ||
273 | +' : '').''.((Plugin\LCRun3::debug('[couponsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[couponsPage]', 'v', $cx, $in, array('couponsPage')))) ? '<script> | ||
274 | + seajs.use(\'js/me/coupons\'); | ||
275 | +</script> | ||
276 | +' : '').''.((Plugin\LCRun3::debug('[onlineServicePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServicePage]', 'v', $cx, $in, array('onlineServicePage')))) ? '<script> | ||
277 | + seajs.use(\'js/me/online-service\'); | ||
278 | +</script> | ||
279 | +' : '').''.((Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'v', $cx, $in, array('onlineServiceDetailPage')))) ? '<script> | ||
280 | + seajs.use(\'js/index/footer\'); | ||
281 | +</script> | ||
282 | +' : '').''.((Plugin\LCRun3::debug('[addressPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressPage]', 'v', $cx, $in, array('addressPage')))) ? '<script> | ||
283 | + seajs.use(\'js/me/address\'); | ||
284 | +</script> | ||
285 | +' : '').''.((Plugin\LCRun3::debug('[addressActionPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressActionPage]', 'v', $cx, $in, array('addressActionPage')))) ? '<script> | ||
286 | + seajs.use(\'js/me/address-act\'); | ||
287 | +</script> | ||
288 | +' : '').''.((Plugin\LCRun3::debug('[myGuangPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myGuangPage]', 'v', $cx, $in, array('myGuangPage')))) ? '<script> | ||
289 | + seajs.use(\'js/me/my-guang\'); | ||
290 | +</script> | ||
291 | +' : '').''.((Plugin\LCRun3::debug('[personalDetailsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[personalDetailsPage]', 'v', $cx, $in, array('personalDetailsPage')))) ? '<script> | ||
292 | + seajs.use(\'js/me/personal-details\'); | ||
293 | +</script> | ||
294 | +' : '').''.((Plugin\LCRun3::debug('[browseRecordPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[browseRecordPage]', 'v', $cx, $in, array('browseRecordPage')))) ? '<script> | ||
295 | + seajs.use(\'js/me/browse-record\'); | ||
296 | +</script> | ||
297 | +' : '').''.((Plugin\LCRun3::debug('[logisticInfoPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[logisticInfoPage]', 'v', $cx, $in, array('logisticInfoPage')))) ? '<script> | ||
298 | + seajs.use(\'js/me/logistic\'); | ||
299 | +</script> | ||
300 | +' : '').''.((Plugin\LCRun3::debug('[payCenterPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[payCenterPage]', 'v', $cx, $in, array('payCenterPage')))) ? '<script> | ||
301 | + seajs.use(\'js/me/pay\'); | ||
302 | +</script> | ||
303 | +' : '').''.''.'<!-- Google Tag Manager --> | ||
304 | +<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
305 | +<script> | ||
306 | + (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': | ||
307 | + new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], | ||
308 | + j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= | ||
309 | + \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); | ||
310 | + })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\'); | ||
311 | +</script> | ||
312 | +<!-- End Google Tag Manager --> | ||
313 | +<script type="text/javascript"> | ||
314 | + var _hmt = _hmt || []; | ||
315 | + (function() { | ||
316 | + var hm = document.createElement("script"); | ||
317 | + hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311"; | ||
318 | + var s = document.getElementsByTagName("script")[0]; | ||
319 | + s.parentNode.insertBefore(hm, s); | ||
320 | + })(); | ||
321 | +</script> | ||
322 | +<script> | ||
323 | + var _hmt = _hmt || []; | ||
324 | + (function() { | ||
325 | + var hm = document.createElement("script"); | ||
326 | + hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841"; | ||
327 | + var s = document.getElementsByTagName("script")[0]; | ||
328 | + s.parentNode.insertBefore(hm, s); | ||
329 | + })(); | ||
330 | +</script> | ||
331 | +<script src="http://static.yohobuy.com/js/analytics/analysis.js"></script> | ||
332 | +<script src="http://static.yohobuy.com/m/v1/js/om_code.js"></script> | ||
333 | +'.'</body> | ||
334 | +</html>'.''; | ||
335 | +} | ||
336 | +?> |
-
Please register or login to post a comment