Authored by weiqingting

Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into web

Showing 30 changed files with 4744 additions and 21 deletions

Too many changes to show.

To preserve performance only 30 of 30+ files are displayed.

@@ -29,3 +29,4 @@ css/ @@ -29,3 +29,4 @@ css/
29 script/nginx/logs/ 29 script/nginx/logs/
30 *.DS_Store 30 *.DS_Store
31 compile/ 31 compile/
  32 +nbproject/
@@ -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>
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 -<title>页面不存在 | Yoho!Buy有货</title> 5 +<title>页面不存在</title>
6 <meta name="keywords" content="Yoho! 有货官网,潮流志,潮流男装,潮牌,美国潮牌,日本潮牌,香港潮牌,潮牌店,新品首发,欧美潮流,全球购,代购,时尚,流行,特卖,B2C,正品,购物网站,网上购物,货到付款"> 6 <meta name="keywords" content="Yoho! 有货官网,潮流志,潮流男装,潮牌,美国潮牌,日本潮牌,香港潮牌,潮牌店,新品首发,欧美潮流,全球购,代购,时尚,流行,特卖,B2C,正品,购物网站,网上购物,货到付款">
7 <meta name="description" content="YOHO! 有货,年轻人潮流购物中心,中国最大的潮流商品购物网站。100%品牌正品保证,支持货到付款。作为YOHO!旗下的购物平台,汇集了全球潮流时尚商品和中国最流行的商品,也是国内最大的原创文化商品平台,也是香港,台湾地区流行商品的集中地。同时包含日本、韩国等众多国外潮流品牌,带给您全新潮流购物体验。"> 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"> 8 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
@@ -27,7 +27,7 @@ @@ -27,7 +27,7 @@
27 <body > 27 <body >
28 <header class="yoho-header boys"> 28 <header class="yoho-header boys">
29 <a href="javascript:history.go(-1);" class="nav-back"></a> 29 <a href="javascript:history.go(-1);" class="nav-back"></a>
30 - <a href="http://m.dev.yohobuy.com?go=1" class="nav-home"></a> 30 + <a href="http://m.yohobuy.com?go=1" class="nav-home"></a>
31 <p class="nav-title">抱歉,页面不存在!</p> 31 <p class="nav-title">抱歉,页面不存在!</p>
32 </header> 32 </header>
33 <div class="err-page yoho-page"> 33 <div class="err-page yoho-page">
@@ -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">&#xe60d;</span> 50 <span class="yoho-icon iconfont">&#xe60d;</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">&#xe623;</i> 54 <i class="close-icon iconfont">&#xe623;</i>
  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: 26px;
  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>YOHO!BUY有货对用户在本站进行晒单评价的文字、图片享有使用权利</li>
  39 + </ul>
  40 + </div>
  41 +</body>
  42 +</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>
  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 '<!DOCTYPE html>
  25 +<html>
  26 +<head>
  27 +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  28 +<meta charset="utf-8">
  29 +<title>'.Plugin\LCRun3::debug('[staticTitle]', 'encq', $cx, Plugin\LCRun3::debug('[staticTitle]', 'v', $cx, $in, array('staticTitle'))).'</title>
  30 +<meta name="apple-mobile-web-app-title" content="SUMMER SALE">
  31 +<meta name="format-detection" content="telephone=no">
  32 +<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no,minimal-ui" media="(device-height: 568px)">
  33 +<meta name="apple-mobile-web-app-capable" content="yes">
  34 +<meta name="apple-mobile-web-app-status-bar-style" content="grey">
  35 +<link rel="stylesheet" href="'.Plugin\LCRun3::debug('[imgUrl]', 'encq', $cx, Plugin\LCRun3::debug('[imgUrl]', 'v', $cx, $in, array('imgUrl'))).'/cuxiao/css/christmas/index.css">
  36 +<link rel="dns-prefetch" href="//cdn.yoho.cn">
  37 +<script>
  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 class="keBody">
  51 +<div class="coupon-christmas" show="'.Plugin\LCRun3::debug('[showPopupFlag]', 'encq', $cx, Plugin\LCRun3::debug('[showPopupFlag]', 'v', $cx, $in, array('showPopupFlag'))).'">
  52 + <div class="coupon-top">
  53 + <img src="'.Plugin\LCRun3::debug('[imgUrl]', 'encq', $cx, Plugin\LCRun3::debug('[imgUrl]', 'v', $cx, $in, array('imgUrl'))).'/cuxiao/img/christmas/top-bg.png" alt="">
  54 + <a class="go-check" href="'.Plugin\LCRun3::debug('[myCouponUrl]', 'encq', $cx, Plugin\LCRun3::debug('[myCouponUrl]', 'v', $cx, $in, array('myCouponUrl'))).'"></a>
  55 + <a class="share-btn" href="javascript:;"></a>
  56 + </div>
  57 + <div class="coupon-bottom">
  58 + <div class="coupon-banner">
  59 + <a href="'.Plugin\LCRun3::debug('[bannerUrl_1]', 'encq', $cx, Plugin\LCRun3::debug('[bannerUrl_1]', 'v', $cx, $in, array('bannerUrl_1'))).'">
  60 + <img src="'.Plugin\LCRun3::debug('[imgUrl]', 'encq', $cx, Plugin\LCRun3::debug('[imgUrl]', 'v', $cx, $in, array('imgUrl'))).'/cuxiao/img/christmas/banner01.png" alt="">
  61 + </a>
  62 + </div>
  63 + <div class="coupon-banner">
  64 + <a href="'.Plugin\LCRun3::debug('[bannerUrl_2]', 'encq', $cx, Plugin\LCRun3::debug('[bannerUrl_2]', 'v', $cx, $in, array('bannerUrl_2'))).'">
  65 + <img src="'.Plugin\LCRun3::debug('[imgUrl]', 'encq', $cx, Plugin\LCRun3::debug('[imgUrl]', 'v', $cx, $in, array('imgUrl'))).'/cuxiao/img/christmas/banner02.png" alt="">
  66 + </a>
  67 + </div>
  68 + <div class="bottom-btn">
  69 + <a class="follow-yoho" href="http://mp.weixin.qq.com/s?__biz=MjM5ODI5MDA4MA==&amp;mid=201849402&amp;idx=1&amp;sn=c0089812f9769d82e0075f69d771f6e1#rd"></a>
  70 + <a class="download-yoho" href="http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho&amp;g_f=995445"></a>
  71 + </div>
  72 +
  73 + </div>
  74 + <div class="coupon-ft">
  75 + <img src="'.Plugin\LCRun3::debug('[imgUrl]', 'encq', $cx, Plugin\LCRun3::debug('[imgUrl]', 'v', $cx, $in, array('imgUrl'))).'/cuxiao/img/christmas/14.jpg">
  76 + </div>
  77 +</div>
  78 +<div class="modal"></div>
  79 +<div class="dialog-box geted">
  80 + <div class="dialog-inner">
  81 + <img src="'.Plugin\LCRun3::debug('[imgUrl]', 'encq', $cx, Plugin\LCRun3::debug('[imgUrl]', 'v', $cx, $in, array('imgUrl'))).'/cuxiao/img/christmas/geted.png" alt=""/>
  82 + <span class="dialog-close"></span>
  83 + </div>
  84 +</div>
  85 +<div class="dialog-box fail">
  86 + <div class="dialog-inner">
  87 + <img src="'.Plugin\LCRun3::debug('[imgUrl]', 'encq', $cx, Plugin\LCRun3::debug('[imgUrl]', 'v', $cx, $in, array('imgUrl'))).'/cuxiao/img/christmas/fail.png" alt=""/>
  88 + <span class="refresh-btn"></span>
  89 + </div>
  90 +</div>
  91 +<input id="shareLink" type="hidden" value="'.Plugin\LCRun3::debug('[shareLink]', 'encq', $cx, Plugin\LCRun3::debug('[shareLink]', 'v', $cx, $in, array('shareLink'))).'">
  92 +<input id="shareImg" type="hidden" value="'.Plugin\LCRun3::debug('[shareImg]', 'encq', $cx, Plugin\LCRun3::debug('[shareImg]', 'v', $cx, $in, array('shareImg'))).'">
  93 +<input id="shareTitle" type="hidden" value="'.Plugin\LCRun3::debug('[shareTitle]', 'encq', $cx, Plugin\LCRun3::debug('[shareTitle]', 'v', $cx, $in, array('shareTitle'))).'">
  94 +<input id="shareDesc" type="hidden" value="'.Plugin\LCRun3::debug('[shareDesc]', 'encq', $cx, Plugin\LCRun3::debug('[shareDesc]', 'v', $cx, $in, array('shareDesc'))).'">
  95 +<script type="text/javascript" src="'.Plugin\LCRun3::debug('[imgUrl]', 'encq', $cx, Plugin\LCRun3::debug('[imgUrl]', 'v', $cx, $in, array('imgUrl'))).'/cuxiao/js/jquery.min.js"></script>
  96 +<script>
  97 + //提示分享
  98 + $(\'.share-btn\').click(function () {
  99 + $(\'.modal\').fadeIn();
  100 + });
  101 + //关闭提示分享
  102 + $(\'.modal\').click(function () {
  103 + $(this).fadeOut();
  104 + });
  105 +
  106 + //提示已领过券
  107 + if ($(\'.coupon-christmas\').attr(\'show\') === \'1\') {
  108 + $(\'.dialog-box.geted\').show();
  109 + }
  110 + //提示领券失败
  111 + else if ($(\'.coupon-christmas\').attr(\'show\') === \'2\') {
  112 + $(\'.dialog-box.fail\').show();
  113 + }
  114 +
  115 + //关闭提示
  116 + $(\'.dialog-close\').click(function(){
  117 + $(this).parents(\'.dialog-box\').fadeOut();
  118 + });
  119 + //刷新页面
  120 + $(\'.refresh-btn\').click(function() {
  121 + location.reload();
  122 + });
  123 +</script>
  124 +'.((Plugin\LCRun3::debug('[weixinShare]', 'ifvar', $cx, Plugin\LCRun3::debug('[weixinShare]', '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>
  125 +<script type="text/javascript" charset="utf-8" src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/js/share.weixin.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>
  26 +<head>
  27 + <meta charset="UTF-8">
  28 + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
  29 + <title>'.Plugin\LCRun3::debug('[staticTitle]', 'encq', $cx, Plugin\LCRun3::debug('[staticTitle]', 'v', $cx, $in, array('staticTitle'))).'</title>
  30 + <link rel="stylesheet" href="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/css/newuser/help.css">
  31 +</head>
  32 +<body>
  33 +<!-- <header>
  34 + <a href="javascript:;"></a>
  35 + <span>如何使用优惠券</span>
  36 + </header>-->
  37 + <div class="content">
  38 + <div class="instruction">
  39 + <b>说明:</b>优惠券是有货线上品牌商城针对不同品牌或商品向消费者发送的虚拟优惠券,优惠券可直接用于指定品牌或商品消费,不可转让他人,不可兑换为现金
  40 + </div>
  41 + <div class="steps">
  42 + <h1><span></span>优惠券使用步骤</h1>
  43 + <div class="step">
  44 + 1. 选择要购买的商品进入到 <b>填写订单 </b>页面后。在选择支付方式里面,点击" <b>使用优惠券支付</b> ",并选择要使用的优惠券或直接输入优惠码
  45 + </div>
  46 + <div class="step">
  47 + 2. 在当前页面您可以看到付款详情,确认无误后,点击" <b>去付款</b> " 即生成订单, 按照您所选的支付方式付款。
  48 + </div>
  49 + <div class="step">
  50 + 3. 可进入到 " <b>个人中心</b> "点击" <b>订单中心</b> " 查看订单详情。
  51 + </div>
  52 + </div>
  53 + </div>
  54 + <script>
  55 + (function(doc, win) {
  56 + var docEl = doc.documentElement;
  57 + (function() {
  58 + var clientWidth = docEl.clientWidth;
  59 + if (!clientWidth) {
  60 + return;
  61 + }
  62 + docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\';
  63 + }());
  64 + })(document, window);
  65 + </script>
  66 +</body>
  67 +</html>';
  68 +}
  69 +?>
  1 +<?php return function ($in, $debugopt = 1) {
  2 + $cx = array(
  3 + 'flags' => array(
  4 + 'jstrue' => false,
  5 + 'jsobj' => false,
  6 + 'spvar' => true,
  7 + 'prop' => false,
  8 + 'method' => false,
  9 + 'mustlok' => true,
  10 + 'echo' => false,
  11 + 'debug' => $debugopt,
  12 + ),
  13 + 'constants' => array(),
  14 + 'helpers' => array(),
  15 + 'blockhelpers' => array(),
  16 + 'hbhelpers' => array(),
  17 + 'partials' => array(),
  18 + 'scopes' => array(),
  19 + 'sp_vars' => array('root' => $in),
  20 + 'lcrun' => 'Plugin\LCRun3',
  21 +
  22 + );
  23 +
  24 + return '<!DOCTYPE html>
  25 +<html>
  26 + <head>
  27 + <meta charset="UTF-8">
  28 + <title>'.Plugin\LCRun3::debug('[staticTitle]', 'encq', $cx, Plugin\LCRun3::debug('[staticTitle]', 'v', $cx, $in, array('staticTitle'))).'</title>
  29 + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
  30 + <style>
  31 + *{margin: 0;padding: 0;}
  32 + #coupon-container {width: 100%;}
  33 + #coupon-container img {width: 100%; height: auto; display: block;overflow: hidden;}
  34 + .img-box {width: 100%;position: relative;}
  35 + .img-box .href {width: 50%; height: 100%;position: absolute;top: 0;}
  36 + .img-box .href-left {left: 0}
  37 + .img-box .href-right {right: 0}
  38 + .img-box .href-center {width: 90%;height: 100%;position: absolute;top: 0;left: 5%;}
  39 + .show-more {height: 100%;width: 25%;position: absolute;top: 0;right: 10%;}
  40 + .yoho-tip {
  41 + position: fixed;
  42 + display: none;
  43 + text-align: center;
  44 + width: 70%;
  45 + padding: 34px 0;
  46 + top: 50%;
  47 + left: 50%;
  48 + margin-left: -35%;
  49 + margin-top: -45px;
  50 + background-color: #000;
  51 + opacity: 0.9;
  52 + color: #fff;
  53 + font-size: 18px;
  54 + border: none;
  55 + border-radius: 10px;
  56 + }
  57 + </style>
  58 + <link rel="dns-prefetch" href="//cdn.yoho.cn">
  59 + <link rel="dns-prefetch" href="//static.yohobuy.com">
  60 + </head>
  61 + <body>
  62 + <div class="coupon-container" id="coupon-container" param="'.Plugin\LCRun3::debug('[activityId]', 'encq', $cx, Plugin\LCRun3::debug('[activityId]', 'v', $cx, $in, array('activityId'))).'" isLogged="'.Plugin\LCRun3::debug('[isLogged]', 'encq', $cx, Plugin\LCRun3::debug('[isLogged]', 'v', $cx, $in, array('isLogged'))).'">
  63 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/01.jpg">
  64 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/02.jpg">
  65 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/03.jpg">
  66 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/line-1.jpg">
  67 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/04.jpg">
  68 + <div class="img-box">
  69 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/05.jpg">
  70 + <a class="href href-right" href="'.Plugin\LCRun3::debug('[url_yohope]', 'encq', $cx, Plugin\LCRun3::debug('[url_yohope]', 'v', $cx, $in, array('url_yohope'))).'"></a>
  71 + </div>
  72 + <div class="img-box">
  73 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/06.jpg">
  74 + <a class="href href-center" href="'.Plugin\LCRun3::debug('[url_mycoupon]', 'encq', $cx, Plugin\LCRun3::debug('[url_mycoupon]', 'v', $cx, $in, array('url_mycoupon'))).'"></a>
  75 + </div>
  76 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/line-2.jpg">
  77 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/07.jpg">
  78 + <div class="img-box">
  79 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/08.jpg">
  80 + <a class="href href-left" href="'.Plugin\LCRun3::debug('[url_more]', 'encq', $cx, Plugin\LCRun3::debug('[url_more]', 'v', $cx, $in, array('url_more'))).'"></a>
  81 + </div>
  82 + <div class="img-box">
  83 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/09.jpg">
  84 + <span class="href href-left get-coupon" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16567"></span>
  85 + </div>
  86 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/10.jpg">
  87 + <div class="img-box">
  88 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/11.jpg">
  89 + <a class="href href-left" href="'.Plugin\LCRun3::debug('[url_4]', 'encq', $cx, Plugin\LCRun3::debug('[url_4]', 'v', $cx, $in, array('url_4'))).'"></a>
  90 + <a class="href href-right" href="'.Plugin\LCRun3::debug('[url_343]', 'encq', $cx, Plugin\LCRun3::debug('[url_343]', 'v', $cx, $in, array('url_343'))).'"></a>
  91 + </div>
  92 + <div class="img-box">
  93 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/12.jpg">
  94 + <span class="href href-left get-coupon" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16547"></span>
  95 + <span class="href href-right get-coupon" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16549"></span>
  96 + </div>
  97 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/line-1.jpg">
  98 + <div class="img-box">
  99 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/13.jpg">
  100 + <a class="href href-left" href="'.Plugin\LCRun3::debug('[url_230]', 'encq', $cx, Plugin\LCRun3::debug('[url_230]', 'v', $cx, $in, array('url_230'))).'"></a>
  101 + <a class="href href-right" href="'.Plugin\LCRun3::debug('[url_536]', 'encq', $cx, Plugin\LCRun3::debug('[url_536]', 'v', $cx, $in, array('url_536'))).'"></a>
  102 + </div>
  103 + <div class="img-box">
  104 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/14.jpg">
  105 + <span class="href href-left get-coupon" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16551"></span>
  106 + <span class="href href-right get-coupon" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16553"></span>
  107 + </div>
  108 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/line-1.jpg">
  109 + <div class="img-box">
  110 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/15.jpg">
  111 + <a class="href href-left" href="'.Plugin\LCRun3::debug('[url_847]', 'encq', $cx, Plugin\LCRun3::debug('[url_847]', 'v', $cx, $in, array('url_847'))).'"></a>
  112 + </div>
  113 + <div class="img-box">
  114 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/16.jpg">
  115 + <span class="href href-left get-coupon" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16555"></span>
  116 + </div>
  117 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/line-1.jpg">
  118 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/17.jpg">
  119 + <div class="img-box">
  120 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/18.jpg">
  121 + <a class="href href-left" href="'.Plugin\LCRun3::debug('[url_868]', 'encq', $cx, Plugin\LCRun3::debug('[url_868]', 'v', $cx, $in, array('url_868'))).'"></a>
  122 + <a class="href href-right" href="'.Plugin\LCRun3::debug('[url_1026]', 'encq', $cx, Plugin\LCRun3::debug('[url_1026]', 'v', $cx, $in, array('url_1026'))).'"></a>
  123 + </div>
  124 + <div class="img-box">
  125 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/19.jpg">
  126 + <span class="href href-left get-coupon" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16557"></span>
  127 + <span class="href href-right get-coupon" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16559"></span>
  128 + </div>
  129 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/line-1.jpg">
  130 + <div class="img-box">
  131 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/20.jpg">
  132 + <a class="href href-left" href="'.Plugin\LCRun3::debug('[url_570]', 'encq', $cx, Plugin\LCRun3::debug('[url_570]', 'v', $cx, $in, array('url_570'))).'"></a>
  133 + <a class="href href-right" href="'.Plugin\LCRun3::debug('[url_778]', 'encq', $cx, Plugin\LCRun3::debug('[url_778]', 'v', $cx, $in, array('url_778'))).'"></a>
  134 + </div>
  135 + <div class="img-box">
  136 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/21.jpg">
  137 + <span class="href href-left get-coupon" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16561"></span>
  138 + <span class="href href-right get-coupon" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16563"></span>
  139 + </div>
  140 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/line-1.jpg">
  141 + <div class="img-box">
  142 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/22.jpg">
  143 + <a class="href href-left" href="'.Plugin\LCRun3::debug('[url_517]', 'encq', $cx, Plugin\LCRun3::debug('[url_517]', 'v', $cx, $in, array('url_517'))).'"></a>
  144 + </div>
  145 + <div class="img-box">
  146 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/23.jpg">
  147 + <span class="href href-left get-coupon" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16565"></span>
  148 + </div>
  149 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/line-1.jpg">
  150 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/line-2.jpg">
  151 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/24-1.jpg">
  152 + <div class="img-box">
  153 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/24-2.jpg">
  154 + <a class="show-more" href="'.Plugin\LCRun3::debug('[url_help]', 'encq', $cx, Plugin\LCRun3::debug('[url_help]', 'v', $cx, $in, array('url_help'))).'"></a>
  155 + </div>
  156 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/24-3.jpg">
  157 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/line-2.jpg">
  158 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/25.jpg">
  159 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/26.jpg">
  160 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/27.jpg">
  161 + </div>
  162 + <script type="text/javascript" src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/js/jquery.min.js"></script>
  163 + <script type="text/javascript" src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/js/newuser/coupon.js"></script>
  164 + </body>
  165 +</html>';
  166 +}
  167 +?>
  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 http-equiv="Content-Type" content="text/html; charset=UTF-8">
  28 +<meta charset="utf-8">
  29 +<title>'.Plugin\LCRun3::debug('[staticTitle]', 'encq', $cx, Plugin\LCRun3::debug('[staticTitle]', 'v', $cx, $in, array('staticTitle'))).'</title>
  30 +<meta name="apple-mobile-web-app-title" content="SUMMER SALE">
  31 +<meta name="format-detection" content="telephone=no">
  32 +<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no,minimal-ui" media="(device-height: 568px)">
  33 +<meta name="apple-mobile-web-app-capable" content="yes">
  34 +<meta name="apple-mobile-web-app-status-bar-style" content="grey">
  35 +<link rel="stylesheet" href="'.Plugin\LCRun3::debug('[imgUrl]', 'encq', $cx, Plugin\LCRun3::debug('[imgUrl]', 'v', $cx, $in, array('imgUrl'))).'/cuxiao/css/christmas/index.css">
  36 +<link rel="dns-prefetch" href="//cdn.yoho.cn">
  37 +<script>
  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 class="keBody">
  51 +<div class="coupon-christmas" show="'.Plugin\LCRun3::debug('[showPopupFlag]', 'encq', $cx, Plugin\LCRun3::debug('[showPopupFlag]', 'v', $cx, $in, array('showPopupFlag'))).'">
  52 + <div class="coupon-top">
  53 + <img src="'.Plugin\LCRun3::debug('[imgUrl]', 'encq', $cx, Plugin\LCRun3::debug('[imgUrl]', 'v', $cx, $in, array('imgUrl'))).'/cuxiao/img/christmas/top-bg.png" alt="">
  54 + <a class="go-check" href="'.Plugin\LCRun3::debug('[myCouponUrl]', 'encq', $cx, Plugin\LCRun3::debug('[myCouponUrl]', 'v', $cx, $in, array('myCouponUrl'))).'"></a>
  55 + <a class="share-btn" href="javascript:;"></a>
  56 + </div>
  57 + <div class="coupon-bottom">
  58 + <div class="coupon-banner">
  59 + <a href="'.Plugin\LCRun3::debug('[bannerUrl_1]', 'encq', $cx, Plugin\LCRun3::debug('[bannerUrl_1]', 'v', $cx, $in, array('bannerUrl_1'))).'">
  60 + <img src="'.Plugin\LCRun3::debug('[imgUrl]', 'encq', $cx, Plugin\LCRun3::debug('[imgUrl]', 'v', $cx, $in, array('imgUrl'))).'/cuxiao/img/christmas/banner01.png" alt="">
  61 + </a>
  62 + </div>
  63 + <div class="coupon-banner">
  64 + <a href="'.Plugin\LCRun3::debug('[bannerUrl_2]', 'encq', $cx, Plugin\LCRun3::debug('[bannerUrl_2]', 'v', $cx, $in, array('bannerUrl_2'))).'">
  65 + <img src="'.Plugin\LCRun3::debug('[imgUrl]', 'encq', $cx, Plugin\LCRun3::debug('[imgUrl]', 'v', $cx, $in, array('imgUrl'))).'/cuxiao/img/christmas/banner02.png" alt="">
  66 + </a>
  67 + </div>
  68 + <div class="bottom-btn">
  69 + <a class="follow-yoho" href="http://mp.weixin.qq.com/s?__biz=MjM5ODI5MDA4MA==&amp;mid=201849402&amp;idx=1&amp;sn=c0089812f9769d82e0075f69d771f6e1#rd"></a>
  70 + <a class="download-yoho" href="http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho&amp;g_f=995445"></a>
  71 + </div>
  72 +
  73 + </div>
  74 + <div class="coupon-ft">
  75 + <img src="'.Plugin\LCRun3::debug('[imgUrl]', 'encq', $cx, Plugin\LCRun3::debug('[imgUrl]', 'v', $cx, $in, array('imgUrl'))).'/cuxiao/img/christmas/14.jpg">
  76 + </div>
  77 +</div>
  78 +<div class="modal"></div>
  79 +<div class="dialog-box geted">
  80 + <div class="dialog-inner">
  81 + <img src="'.Plugin\LCRun3::debug('[imgUrl]', 'encq', $cx, Plugin\LCRun3::debug('[imgUrl]', 'v', $cx, $in, array('imgUrl'))).'/cuxiao/img/christmas/geted.png" alt=""/>
  82 + <span class="dialog-close"></span>
  83 + </div>
  84 +</div>
  85 +<div class="dialog-box fail">
  86 + <div class="dialog-inner">
  87 + <img src="'.Plugin\LCRun3::debug('[imgUrl]', 'encq', $cx, Plugin\LCRun3::debug('[imgUrl]', 'v', $cx, $in, array('imgUrl'))).'/cuxiao/img/christmas/fail.png" alt=""/>
  88 + <span class="refresh-btn"></span>
  89 + </div>
  90 +</div>
  91 +<input id="shareLink" type="hidden" value="'.Plugin\LCRun3::debug('[shareLink]', 'encq', $cx, Plugin\LCRun3::debug('[shareLink]', 'v', $cx, $in, array('shareLink'))).'">
  92 +<input id="shareImg" type="hidden" value="'.Plugin\LCRun3::debug('[shareImg]', 'encq', $cx, Plugin\LCRun3::debug('[shareImg]', 'v', $cx, $in, array('shareImg'))).'">
  93 +<input id="shareTitle" type="hidden" value="'.Plugin\LCRun3::debug('[shareTitle]', 'encq', $cx, Plugin\LCRun3::debug('[shareTitle]', 'v', $cx, $in, array('shareTitle'))).'">
  94 +<input id="shareDesc" type="hidden" value="'.Plugin\LCRun3::debug('[shareDesc]', 'encq', $cx, Plugin\LCRun3::debug('[shareDesc]', 'v', $cx, $in, array('shareDesc'))).'">
  95 +<script type="text/javascript" src="'.Plugin\LCRun3::debug('[imgUrl]', 'encq', $cx, Plugin\LCRun3::debug('[imgUrl]', 'v', $cx, $in, array('imgUrl'))).'/cuxiao/js/jquery.min.js"></script>
  96 +<script>
  97 + //提示分享
  98 + $(\'.share-btn\').click(function () {
  99 + $(\'.modal\').fadeIn();
  100 + });
  101 + //关闭提示分享
  102 + $(\'.modal\').click(function () {
  103 + $(this).fadeOut();
  104 + });
  105 +
  106 + //提示已领过券
  107 + if ($(\'.coupon-christmas\').attr(\'show\') === \'1\') {
  108 + $(\'.dialog-box.geted\').show();
  109 + }
  110 + //提示领券失败
  111 + else if ($(\'.coupon-christmas\').attr(\'show\') === \'2\') {
  112 + $(\'.dialog-box.fail\').show();
  113 + }
  114 +
  115 + //关闭提示
  116 + $(\'.dialog-close\').click(function(){
  117 + $(this).parents(\'.dialog-box\').fadeOut();
  118 + });
  119 + //刷新页面
  120 + $(\'.refresh-btn\').click(function() {
  121 + location.reload();
  122 + });
  123 +</script>
  124 +'.((Plugin\LCRun3::debug('[weixinShare]', 'ifvar', $cx, Plugin\LCRun3::debug('[weixinShare]', '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>
  125 +<script type="text/javascript" charset="utf-8" src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/js/share.weixin.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>
  26 +<head>
  27 +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  28 +<meta charset="utf-8">
  29 +<title>'.Plugin\LCRun3::debug('[staticTitle]', 'encq', $cx, Plugin\LCRun3::debug('[staticTitle]', 'v', $cx, $in, array('staticTitle'))).'</title>
  30 +<meta name="apple-mobile-web-app-title" content="SUMMER SALE">
  31 +<meta name="format-detection" content="telephone=no">
  32 +<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no,minimal-ui" media="(device-height: 568px)">
  33 +<meta name="apple-mobile-web-app-capable" content="yes">
  34 +<meta name="apple-mobile-web-app-status-bar-style" content="grey">
  35 +<link rel="stylesheet" href="'.Plugin\LCRun3::debug('[imgUrl]', 'encq', $cx, Plugin\LCRun3::debug('[imgUrl]', 'v', $cx, $in, array('imgUrl'))).'/cuxiao/css/christmas/index.css">
  36 +<link rel="dns-prefetch" href="//cdn.yoho.cn">
  37 +<script>
  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 class="keBody">
  51 +<div class="coupon-christmas" show="'.Plugin\LCRun3::debug('[showPopupFlag]', 'encq', $cx, Plugin\LCRun3::debug('[showPopupFlag]', 'v', $cx, $in, array('showPopupFlag'))).'">
  52 + <div class="coupon-top">
  53 + <img src="'.Plugin\LCRun3::debug('[imgUrl]', 'encq', $cx, Plugin\LCRun3::debug('[imgUrl]', 'v', $cx, $in, array('imgUrl'))).'/cuxiao/img/christmas/top-bg.png" alt="">
  54 + <a class="go-check" href="'.Plugin\LCRun3::debug('[myCouponUrl]', 'encq', $cx, Plugin\LCRun3::debug('[myCouponUrl]', 'v', $cx, $in, array('myCouponUrl'))).'"></a>
  55 + <a class="share-btn" href="javascript:;"></a>
  56 + </div>
  57 + <div class="coupon-bottom">
  58 + <div class="coupon-banner">
  59 + <a href="'.Plugin\LCRun3::debug('[bannerUrl_1]', 'encq', $cx, Plugin\LCRun3::debug('[bannerUrl_1]', 'v', $cx, $in, array('bannerUrl_1'))).'">
  60 + <img src="'.Plugin\LCRun3::debug('[imgUrl]', 'encq', $cx, Plugin\LCRun3::debug('[imgUrl]', 'v', $cx, $in, array('imgUrl'))).'/cuxiao/img/christmas/banner01.png" alt="">
  61 + </a>
  62 + </div>
  63 + <div class="coupon-banner">
  64 + <a href="'.Plugin\LCRun3::debug('[bannerUrl_2]', 'encq', $cx, Plugin\LCRun3::debug('[bannerUrl_2]', 'v', $cx, $in, array('bannerUrl_2'))).'">
  65 + <img src="'.Plugin\LCRun3::debug('[imgUrl]', 'encq', $cx, Plugin\LCRun3::debug('[imgUrl]', 'v', $cx, $in, array('imgUrl'))).'/cuxiao/img/christmas/banner02.png" alt="">
  66 + </a>
  67 + </div>
  68 + <div class="bottom-btn">
  69 + <a class="follow-yoho" href="http://mp.weixin.qq.com/s?__biz=MjM5ODI5MDA4MA==&amp;mid=201849402&amp;idx=1&amp;sn=c0089812f9769d82e0075f69d771f6e1#rd"></a>
  70 + <a class="download-yoho" href="http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho&amp;g_f=995445"></a>
  71 + </div>
  72 +
  73 + </div>
  74 + <div class="coupon-ft">
  75 + <img src="'.Plugin\LCRun3::debug('[imgUrl]', 'encq', $cx, Plugin\LCRun3::debug('[imgUrl]', 'v', $cx, $in, array('imgUrl'))).'/cuxiao/img/christmas/14.jpg">
  76 + </div>
  77 +</div>
  78 +<div class="modal"></div>
  79 +<div class="dialog-box geted">
  80 + <div class="dialog-inner">
  81 + <img src="'.Plugin\LCRun3::debug('[imgUrl]', 'encq', $cx, Plugin\LCRun3::debug('[imgUrl]', 'v', $cx, $in, array('imgUrl'))).'/cuxiao/img/christmas/geted.png" alt=""/>
  82 + <span class="dialog-close"></span>
  83 + </div>
  84 +</div>
  85 +<div class="dialog-box fail">
  86 + <div class="dialog-inner">
  87 + <img src="'.Plugin\LCRun3::debug('[imgUrl]', 'encq', $cx, Plugin\LCRun3::debug('[imgUrl]', 'v', $cx, $in, array('imgUrl'))).'/cuxiao/img/christmas/fail.png" alt=""/>
  88 + <span class="refresh-btn"></span>
  89 + </div>
  90 +</div>
  91 +<input id="shareLink" type="hidden" value="'.Plugin\LCRun3::debug('[shareLink]', 'encq', $cx, Plugin\LCRun3::debug('[shareLink]', 'v', $cx, $in, array('shareLink'))).'">
  92 +<input id="shareImg" type="hidden" value="'.Plugin\LCRun3::debug('[shareImg]', 'encq', $cx, Plugin\LCRun3::debug('[shareImg]', 'v', $cx, $in, array('shareImg'))).'">
  93 +<input id="shareTitle" type="hidden" value="'.Plugin\LCRun3::debug('[shareTitle]', 'encq', $cx, Plugin\LCRun3::debug('[shareTitle]', 'v', $cx, $in, array('shareTitle'))).'">
  94 +<input id="shareDesc" type="hidden" value="'.Plugin\LCRun3::debug('[shareDesc]', 'encq', $cx, Plugin\LCRun3::debug('[shareDesc]', 'v', $cx, $in, array('shareDesc'))).'">
  95 +<script type="text/javascript" src="'.Plugin\LCRun3::debug('[imgUrl]', 'encq', $cx, Plugin\LCRun3::debug('[imgUrl]', 'v', $cx, $in, array('imgUrl'))).'/cuxiao/js/jquery.min.js"></script>
  96 +<script>
  97 + //提示分享
  98 + $(\'.share-btn\').click(function () {
  99 + $(\'.modal\').fadeIn();
  100 + });
  101 + //关闭提示分享
  102 + $(\'.modal\').click(function () {
  103 + $(this).fadeOut();
  104 + });
  105 +
  106 + //提示已领过券
  107 + if ($(\'.coupon-christmas\').attr(\'show\') === \'1\') {
  108 + $(\'.dialog-box.geted\').show();
  109 + }
  110 + //提示领券失败
  111 + else if ($(\'.coupon-christmas\').attr(\'show\') === \'2\') {
  112 + $(\'.dialog-box.fail\').show();
  113 + }
  114 +
  115 + //关闭提示
  116 + $(\'.dialog-close\').click(function(){
  117 + $(this).parents(\'.dialog-box\').fadeOut();
  118 + });
  119 + //刷新页面
  120 + $(\'.refresh-btn\').click(function() {
  121 + location.reload();
  122 + });
  123 +</script>
  124 +'.((Plugin\LCRun3::debug('[weixinShare]', 'ifvar', $cx, Plugin\LCRun3::debug('[weixinShare]', '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>
  125 +<script type="text/javascript" charset="utf-8" src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/js/share.weixin.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>
  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>'.Plugin\LCRun3::debug('[staticTitle]', 'encq', $cx, Plugin\LCRun3::debug('[staticTitle]', 'v', $cx, $in, array('staticTitle'))).'</title>
  34 + <link rel="dns-prefetch" href="//cdn.yoho.cn">
  35 + <link rel="dns-prefetch" href="//static.yohobuy.com">
  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 + <style>
  49 + *{margin: 0; padding: 0;}
  50 + #wrapper {width: 100%;}
  51 + #wrapper img {width: 100%; height: auto; display: block;overflow: hidden;}
  52 + .introduce {font-size: 0.5rem; line-height: 1rem;color: #444;padding: 0 0.75rem;margin-top: 1rem;text-indent: 1.125rem;font-family: "SimHei", "Helvetica", "Arial";}
  53 + .brand-item {height: auto;overflow: hidden;background: #f4f4f4;margin-bottom: 1rem;}
  54 + .brand-item li {display: block;width: 4rem;height: 4rem;float: left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;border-right: 1px solid #e0e0e0;border-bottom: 1px solid #e0e0e0;border: 1px solid #e0e0e0;}
  55 + /* .brand-item li:nth-child(4n+4) {border-right: none;} */
  56 + .brand-item li a,.brand-item li img {width: 100%;height: 100%;display: block;overflow: hidden;}
  57 + </style>
  58 + </head>
  59 + <body>
  60 + <div id="wrapper">
  61 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/banner.jpg">
  62 +
  63 + <div class="introduce">
  64 + YOHOPE计划是中国潮流产业的领导者YOHO!集团联合潮流教父Nigo、五月天主唱阿信等全球潮流ICON共同推出的新锐设计师孵化平台,主意是“Help Dream”。该计划为具有设计天赋和潮流设计梦想的国内外原创设计师提供全方位的支持,共同打造更加多元化、更具代表性的设计师品牌和潮流文化,推动中国潮流生态圈的发展。
  65 + </div>
  66 +
  67 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/two.jpg">
  68 +
  69 + <ul class="brand-item">
  70 + <li>
  71 + <a href="'.Plugin\LCRun3::debug('[url_208]', 'encq', $cx, Plugin\LCRun3::debug('[url_208]', 'v', $cx, $in, array('url_208'))).'">
  72 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/brand-01.jpg">
  73 + </a>
  74 + </li>
  75 + <li>
  76 + <a href="'.Plugin\LCRun3::debug('[url_256]', 'encq', $cx, Plugin\LCRun3::debug('[url_256]', 'v', $cx, $in, array('url_256'))).'">
  77 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/brand-02.jpg">
  78 + </a>
  79 + </li>
  80 + <li>
  81 + <a href="'.Plugin\LCRun3::debug('[url_257]', 'encq', $cx, Plugin\LCRun3::debug('[url_257]', 'v', $cx, $in, array('url_257'))).'">
  82 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/brand-03.jpg">
  83 + </a>
  84 + </li>
  85 + <li>
  86 + <a href="'.Plugin\LCRun3::debug('[url_450]', 'encq', $cx, Plugin\LCRun3::debug('[url_450]', 'v', $cx, $in, array('url_450'))).'">
  87 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/brand-04.jpg">
  88 + </a>
  89 + </li>
  90 + <li>
  91 + <a href="'.Plugin\LCRun3::debug('[url_444]', 'encq', $cx, Plugin\LCRun3::debug('[url_444]', 'v', $cx, $in, array('url_444'))).'">
  92 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/brand-05.jpg">
  93 + </a>
  94 + </li>
  95 + <li>
  96 + <a href="'.Plugin\LCRun3::debug('[url_443]', 'encq', $cx, Plugin\LCRun3::debug('[url_443]', 'v', $cx, $in, array('url_443'))).'">
  97 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/brand-06.jpg">
  98 + </a>
  99 + </li>
  100 + <li>
  101 + <a href="'.Plugin\LCRun3::debug('[url_261]', 'encq', $cx, Plugin\LCRun3::debug('[url_261]', 'v', $cx, $in, array('url_261'))).'">
  102 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/brand-07.jpg">
  103 + </a>
  104 + </li>
  105 + <li>
  106 + <a href="'.Plugin\LCRun3::debug('[url_350]', 'encq', $cx, Plugin\LCRun3::debug('[url_350]', 'v', $cx, $in, array('url_350'))).'">
  107 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/brand-08.jpg">
  108 + </a>
  109 + </li>
  110 + <li>
  111 + <a href="'.Plugin\LCRun3::debug('[url_302]', 'encq', $cx, Plugin\LCRun3::debug('[url_302]', 'v', $cx, $in, array('url_302'))).'">
  112 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/brand-09.jpg">
  113 + </a>
  114 + </li>
  115 + <li>
  116 + <a href="'.Plugin\LCRun3::debug('[url_852]', 'encq', $cx, Plugin\LCRun3::debug('[url_852]', 'v', $cx, $in, array('url_852'))).'">
  117 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/brand-10.jpg">
  118 + </a>
  119 + </li>
  120 + <li>
  121 + <a href="'.Plugin\LCRun3::debug('[url_570]', 'encq', $cx, Plugin\LCRun3::debug('[url_570]', 'v', $cx, $in, array('url_570'))).'">
  122 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/brand-11.jpg">
  123 + </a>
  124 + </li>
  125 + <li><a href="'.Plugin\LCRun3::debug('[url_560]', 'encq', $cx, Plugin\LCRun3::debug('[url_560]', 'v', $cx, $in, array('url_560'))).'">
  126 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/brand-12.jpg">
  127 + </a>
  128 + </li>
  129 + <li>
  130 + <a href="'.Plugin\LCRun3::debug('[url_520]', 'encq', $cx, Plugin\LCRun3::debug('[url_520]', 'v', $cx, $in, array('url_520'))).'">
  131 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/brand-13.jpg">
  132 + </a>
  133 + </li>
  134 + <li>
  135 + <a href="'.Plugin\LCRun3::debug('[url_562]', 'encq', $cx, Plugin\LCRun3::debug('[url_562]', 'v', $cx, $in, array('url_562'))).'">
  136 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/brand-14.jpg">
  137 + </a>
  138 + </li>
  139 + <li>
  140 + <a href="'.Plugin\LCRun3::debug('[url_672]', 'encq', $cx, Plugin\LCRun3::debug('[url_672]', 'v', $cx, $in, array('url_672'))).'">
  141 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/brand-15.jpg">
  142 + </a>
  143 + </li>
  144 + <li>
  145 + <a href="'.Plugin\LCRun3::debug('[url_678]', 'encq', $cx, Plugin\LCRun3::debug('[url_678]', 'v', $cx, $in, array('url_678'))).'">
  146 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/brand-16.jpg">
  147 + </a>
  148 + </li>
  149 + <li>
  150 + <a href="'.Plugin\LCRun3::debug('[url_396]', 'encq', $cx, Plugin\LCRun3::debug('[url_396]', 'v', $cx, $in, array('url_396'))).'">
  151 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/brand-17.jpg">
  152 + </a>
  153 + </li>
  154 + <li>
  155 + <a href="'.Plugin\LCRun3::debug('[url_397]', 'encq', $cx, Plugin\LCRun3::debug('[url_397]', 'v', $cx, $in, array('url_397'))).'">
  156 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/brand-18.jpg">
  157 + </a>
  158 + </li>
  159 + <li>
  160 + <a href="'.Plugin\LCRun3::debug('[url_550]', 'encq', $cx, Plugin\LCRun3::debug('[url_550]', 'v', $cx, $in, array('url_550'))).'">
  161 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/brand-19.jpg">
  162 + </a>
  163 + </li>
  164 + <li>
  165 + <a href="'.Plugin\LCRun3::debug('[url_591]', 'encq', $cx, Plugin\LCRun3::debug('[url_591]', 'v', $cx, $in, array('url_591'))).'">
  166 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/brand-20.jpg">
  167 + </a>
  168 + </li>
  169 + <li>
  170 + <a href="'.Plugin\LCRun3::debug('[url_583]', 'encq', $cx, Plugin\LCRun3::debug('[url_583]', 'v', $cx, $in, array('url_583'))).'">
  171 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/brand-21.jpg">
  172 + </a>
  173 + </li>
  174 + <li>
  175 + <a href="'.Plugin\LCRun3::debug('[url_598]', 'encq', $cx, Plugin\LCRun3::debug('[url_598]', 'v', $cx, $in, array('url_598'))).'">
  176 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/brand-22.jpg">
  177 + </a>
  178 + </li>
  179 + <li>
  180 + <a href="'.Plugin\LCRun3::debug('[url_824]', 'encq', $cx, Plugin\LCRun3::debug('[url_824]', 'v', $cx, $in, array('url_824'))).'">
  181 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/brand-23.jpg">
  182 + </a>
  183 + </li>
  184 + <li>
  185 + <a href="'.Plugin\LCRun3::debug('[url_481]', 'encq', $cx, Plugin\LCRun3::debug('[url_481]', 'v', $cx, $in, array('url_481'))).'">
  186 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/brand-24.jpg">
  187 + </a>
  188 + </li>
  189 + <li>
  190 + <a href="'.Plugin\LCRun3::debug('[url_701]', 'encq', $cx, Plugin\LCRun3::debug('[url_701]', 'v', $cx, $in, array('url_701'))).'">
  191 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/brand-25.jpg">
  192 + </a>
  193 + </li>
  194 + <li>
  195 + <a href="'.Plugin\LCRun3::debug('[url_464]', 'encq', $cx, Plugin\LCRun3::debug('[url_464]', 'v', $cx, $in, array('url_464'))).'">
  196 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/brand-26.jpg">
  197 + </a>
  198 + </li>
  199 + </ul>
  200 + </div>
  201 + <script type="text/javascript" src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/js/jquery.min.js"></script>
  202 + <script type="text/javascript" src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/js/jquery.lazyload.js"></script>
  203 + <script>
  204 + $(function() {
  205 + $("img.lazy").lazyload({
  206 + threshold: 200
  207 + });
  208 + });
  209 + </script>
  210 +</body>
  211 +</html>';
  212 +}
  213 +?>
  1 +<?php return function ($in, $debugopt = 1) {
  2 + $cx = array(
  3 + 'flags' => array(
  4 + 'jstrue' => false,
  5 + 'jsobj' => false,
  6 + 'spvar' => true,
  7 + 'prop' => false,
  8 + 'method' => false,
  9 + 'mustlok' => true,
  10 + 'echo' => false,
  11 + 'debug' => $debugopt,
  12 + ),
  13 + 'constants' => array(),
  14 + 'helpers' => array(),
  15 + 'blockhelpers' => array(),
  16 + 'hbhelpers' => array(),
  17 + 'partials' => array(),
  18 + 'scopes' => array(),
  19 + 'sp_vars' => array('root' => $in),
  20 + 'lcrun' => 'Plugin\LCRun3',
  21 +
  22 + );
  23 +
  24 + return '<!DOCTYPE html>
  25 +<html>
  26 + <head>
  27 + <meta charset="UTF-8">
  28 + <title>'.Plugin\LCRun3::debug('[staticTitle]', 'encq', $cx, Plugin\LCRun3::debug('[staticTitle]', 'v', $cx, $in, array('staticTitle'))).'</title>
  29 + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
  30 + <style>
  31 + *{margin: 0;padding: 0;}
  32 + #coupon-container {width: 100%;}
  33 + #coupon-container img {width: 100%; height: auto; display: block;overflow: hidden;}
  34 + .img-box {width: 100%;position: relative;}
  35 + .img-box .href {width: 50%; height: 100%;position: absolute;top: 0;}
  36 + .img-box .href-left {left: 0}
  37 + .img-box .href-right {right: 0}
  38 + .img-box .href-center {width: 90%;height: 100%;position: absolute;top: 0;left: 5%;}
  39 + .show-more {height: 100%;width: 25%;position: absolute;top: 0;right: 10%;}
  40 + .yoho-tip {
  41 + position: fixed;
  42 + display: none;
  43 + text-align: center;
  44 + width: 70%;
  45 + padding: 34px 0;
  46 + top: 50%;
  47 + left: 50%;
  48 + margin-left: -35%;
  49 + margin-top: -45px;
  50 + background-color: #000;
  51 + opacity: 0.9;
  52 + color: #fff;
  53 + font-size: 18px;
  54 + border: none;
  55 + border-radius: 10px;
  56 + }
  57 + </style>
  58 + <link rel="dns-prefetch" href="//cdn.yoho.cn">
  59 + <link rel="dns-prefetch" href="//static.yohobuy.com">
  60 + </head>
  61 + <body>
  62 + <div class="coupon-container" id="coupon-container" param="'.Plugin\LCRun3::debug('[activityId]', 'encq', $cx, Plugin\LCRun3::debug('[activityId]', 'v', $cx, $in, array('activityId'))).'" isLogged="'.Plugin\LCRun3::debug('[isLogged]', 'encq', $cx, Plugin\LCRun3::debug('[isLogged]', 'v', $cx, $in, array('isLogged'))).'">
  63 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/01.jpg">
  64 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/02.jpg">
  65 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/03.jpg">
  66 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/line-1.jpg">
  67 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/04.jpg">
  68 + <div class="img-box">
  69 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/05.jpg">
  70 + <a class="href href-right" href="'.Plugin\LCRun3::debug('[url_yohope]', 'encq', $cx, Plugin\LCRun3::debug('[url_yohope]', 'v', $cx, $in, array('url_yohope'))).'"></a>
  71 + </div>
  72 + <div class="img-box">
  73 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/06.jpg">
  74 + <a class="href href-center" href="'.Plugin\LCRun3::debug('[url_mycoupon]', 'encq', $cx, Plugin\LCRun3::debug('[url_mycoupon]', 'v', $cx, $in, array('url_mycoupon'))).'"></a>
  75 + </div>
  76 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/line-2.jpg">
  77 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/07.jpg">
  78 + <div class="img-box">
  79 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/08.jpg">
  80 + <a class="href href-left" href="'.Plugin\LCRun3::debug('[url_more]', 'encq', $cx, Plugin\LCRun3::debug('[url_more]', 'v', $cx, $in, array('url_more'))).'"></a>
  81 + </div>
  82 + <div class="img-box">
  83 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/09.jpg">
  84 + <span class="href href-left get-coupon" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16567"></span>
  85 + </div>
  86 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/10.jpg">
  87 + <div class="img-box">
  88 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/11.jpg">
  89 + <a class="href href-left" href="'.Plugin\LCRun3::debug('[url_4]', 'encq', $cx, Plugin\LCRun3::debug('[url_4]', 'v', $cx, $in, array('url_4'))).'"></a>
  90 + <a class="href href-right" href="'.Plugin\LCRun3::debug('[url_343]', 'encq', $cx, Plugin\LCRun3::debug('[url_343]', 'v', $cx, $in, array('url_343'))).'"></a>
  91 + </div>
  92 + <div class="img-box">
  93 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/12.jpg">
  94 + <span class="href href-left get-coupon" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16547"></span>
  95 + <span class="href href-right get-coupon" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16549"></span>
  96 + </div>
  97 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/line-1.jpg">
  98 + <div class="img-box">
  99 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/13.jpg">
  100 + <a class="href href-left" href="'.Plugin\LCRun3::debug('[url_230]', 'encq', $cx, Plugin\LCRun3::debug('[url_230]', 'v', $cx, $in, array('url_230'))).'"></a>
  101 + <a class="href href-right" href="'.Plugin\LCRun3::debug('[url_536]', 'encq', $cx, Plugin\LCRun3::debug('[url_536]', 'v', $cx, $in, array('url_536'))).'"></a>
  102 + </div>
  103 + <div class="img-box">
  104 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/14.jpg">
  105 + <span class="href href-left get-coupon" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16551"></span>
  106 + <span class="href href-right get-coupon" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16553"></span>
  107 + </div>
  108 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/line-1.jpg">
  109 + <div class="img-box">
  110 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/15.jpg">
  111 + <a class="href href-left" href="'.Plugin\LCRun3::debug('[url_847]', 'encq', $cx, Plugin\LCRun3::debug('[url_847]', 'v', $cx, $in, array('url_847'))).'"></a>
  112 + </div>
  113 + <div class="img-box">
  114 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/16.jpg">
  115 + <span class="href href-left get-coupon" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16555"></span>
  116 + </div>
  117 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/line-1.jpg">
  118 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/17.jpg">
  119 + <div class="img-box">
  120 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/18.jpg">
  121 + <a class="href href-left" href="'.Plugin\LCRun3::debug('[url_868]', 'encq', $cx, Plugin\LCRun3::debug('[url_868]', 'v', $cx, $in, array('url_868'))).'"></a>
  122 + <a class="href href-right" href="'.Plugin\LCRun3::debug('[url_1026]', 'encq', $cx, Plugin\LCRun3::debug('[url_1026]', 'v', $cx, $in, array('url_1026'))).'"></a>
  123 + </div>
  124 + <div class="img-box">
  125 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/19.jpg">
  126 + <span class="href href-left get-coupon" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16557"></span>
  127 + <span class="href href-right get-coupon" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16559"></span>
  128 + </div>
  129 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/line-1.jpg">
  130 + <div class="img-box">
  131 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/20.jpg">
  132 + <a class="href href-left" href="'.Plugin\LCRun3::debug('[url_570]', 'encq', $cx, Plugin\LCRun3::debug('[url_570]', 'v', $cx, $in, array('url_570'))).'"></a>
  133 + <a class="href href-right" href="'.Plugin\LCRun3::debug('[url_778]', 'encq', $cx, Plugin\LCRun3::debug('[url_778]', 'v', $cx, $in, array('url_778'))).'"></a>
  134 + </div>
  135 + <div class="img-box">
  136 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/21.jpg">
  137 + <span class="href href-left get-coupon" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16561"></span>
  138 + <span class="href href-right get-coupon" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16563"></span>
  139 + </div>
  140 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/line-1.jpg">
  141 + <div class="img-box">
  142 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/22.jpg">
  143 + <a class="href href-left" href="'.Plugin\LCRun3::debug('[url_517]', 'encq', $cx, Plugin\LCRun3::debug('[url_517]', 'v', $cx, $in, array('url_517'))).'"></a>
  144 + </div>
  145 + <div class="img-box">
  146 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/23.jpg">
  147 + <span class="href href-left get-coupon" href="'.Plugin\LCRun3::debug('[jumpUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jumpUrl]', 'v', $cx, $in, array('jumpUrl'))).'" param="16565"></span>
  148 + </div>
  149 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/line-1.jpg">
  150 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/line-2.jpg">
  151 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/24-1.jpg">
  152 + <div class="img-box">
  153 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/24-2.jpg">
  154 + <a class="show-more" href="'.Plugin\LCRun3::debug('[url_help]', 'encq', $cx, Plugin\LCRun3::debug('[url_help]', 'v', $cx, $in, array('url_help'))).'"></a>
  155 + </div>
  156 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/24-3.jpg">
  157 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/line-2.jpg">
  158 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/25.jpg">
  159 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/26.jpg">
  160 + <img src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/img/newuser/27.jpg">
  161 + </div>
  162 + <script type="text/javascript" src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/js/jquery.min.js"></script>
  163 + <script type="text/javascript" src="'.Plugin\LCRun3::debug('[jsUrl]', 'encq', $cx, Plugin\LCRun3::debug('[jsUrl]', 'v', $cx, $in, array('jsUrl'))).'/cuxiao/js/newuser/coupon.js"></script>
  164 + </body>
  165 +</html>';
  166 +}
  167 +?>
  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 http-equiv="Content-Type" content="text/html; charset=UTF-8">
  28 +<meta charset="utf-8">
  29 +<title>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('staticTitle')), ENT_QUOTES, 'UTF-8').'</title>
  30 +<meta name="apple-mobile-web-app-title" content="SUMMER SALE">
  31 +<meta name="format-detection" content="telephone=no">
  32 +<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no,minimal-ui" media="(device-height: 568px)">
  33 +<meta name="apple-mobile-web-app-capable" content="yes">
  34 +<meta name="apple-mobile-web-app-status-bar-style" content="grey">
  35 +<link rel="stylesheet" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/css/christmas/index3.css">
  36 +<link rel="dns-prefetch" href="//cdn.yoho.cn">
  37 +<script>
  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 class="keBody">
  51 +<div class="coupon-christmas" show="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('showPopupFlag')), ENT_QUOTES, 'UTF-8').'">
  52 + <div class="coupon-top">
  53 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/christmas/02/top-bg.png" alt="">
  54 + <img class="wyf" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/christmas/02/wyf.gif" alt="">
  55 + <a class="go-check" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('myCouponUrl')), ENT_QUOTES, 'UTF-8').'"></a>
  56 + <a class="share-btn" href="javascript:;"></a>
  57 + </div>
  58 + <div class="coupon-bottom">
  59 + <div class="coupon-banner">
  60 + <div class="banner-btn">
  61 + <a class="boy" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('bannerUrl_1')), ENT_QUOTES, 'UTF-8').'"></a>
  62 + <a class="girl" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('bannerUrl_2')), ENT_QUOTES, 'UTF-8').'"></a>
  63 + <a class="life" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('bannerUrl_3')), ENT_QUOTES, 'UTF-8').'"></a>
  64 + <a class="kid" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('bannerUrl_4')), ENT_QUOTES, 'UTF-8').'"></a>
  65 + </div>
  66 + </div>
  67 + <div class="bottom-btn">
  68 + <a class="follow-yoho" href="http://mp.weixin.qq.com/s?__biz=MjM5ODI5MDA4MA==&amp;mid=201849402&amp;idx=1&amp;sn=c0089812f9769d82e0075f69d771f6e1#rd"></a>
  69 + <a class="download-yoho" href="http://www.yohoshow.com/about/index/yohobuyqr"></a>
  70 + </div>
  71 + </div>
  72 + <div class="coupon-ft">
  73 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/christmas/02/14.png">
  74 + </div>
  75 +</div>
  76 +<div class="modal"></div>
  77 +<div class="dialog-box geted">
  78 + <div class="dialog-inner">
  79 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/christmas/geted.png" alt=""/>
  80 + <span class="dialog-close"></span>
  81 + </div>
  82 +</div>
  83 +<div class="dialog-box fail">
  84 + <div class="dialog-inner">
  85 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/christmas/fail.png" alt=""/>
  86 + <span class="refresh-btn"></span>
  87 + </div>
  88 +</div>
  89 +<input id="shareLink" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareLink')), ENT_QUOTES, 'UTF-8').'">
  90 +<input id="shareImg" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareImg')), ENT_QUOTES, 'UTF-8').'">
  91 +<input id="shareTitle" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareTitle')), ENT_QUOTES, 'UTF-8').'">
  92 +<input id="shareDesc" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareDesc')), ENT_QUOTES, 'UTF-8').'">
  93 +<script type="text/javascript" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/js/jquery.min.js"></script>
  94 +<script>
  95 + //提示分享
  96 + $(\'.share-btn\').click(function () {
  97 + $(\'.modal\').fadeIn();
  98 + });
  99 + //关闭提示分享
  100 + $(\'.modal\').click(function () {
  101 + $(this).fadeOut();
  102 + });
  103 +
  104 + //提示已领过券
  105 + if ($(\'.coupon-christmas\').attr(\'show\') === \'1\') {
  106 + $(\'.dialog-box.geted\').show();
  107 + }
  108 + //提示领券失败
  109 + else if ($(\'.coupon-christmas\').attr(\'show\') === \'2\') {
  110 + $(\'.dialog-box.fail\').show();
  111 + }
  112 +
  113 + //关闭提示
  114 + $(\'.dialog-close\').click(function(){
  115 + $(this).parents(\'.dialog-box\').fadeOut();
  116 + });
  117 + //刷新页面
  118 + $(\'.refresh-btn\').click(function() {
  119 + location.reload();
  120 + });
  121 +</script>
  122 +'.((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>
  123 +<script type="text/javascript" charset="utf-8" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jsUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/js/share.weixin.js"></script>
  124 +' : '').''.'<!-- Google Tag Manager -->
  125 +<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  126 +<script>
  127 + (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':
  128 + new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],
  129 + j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=
  130 + \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);
  131 + })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\');
  132 +</script>
  133 +<!-- End Google Tag Manager -->
  134 +<script type="text/javascript">
  135 + var _hmt = _hmt || [];
  136 + (function() {
  137 + var hm = document.createElement("script");
  138 + hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311";
  139 + var s = document.getElementsByTagName("script")[0];
  140 + s.parentNode.insertBefore(hm, s);
  141 + })();
  142 +</script>
  143 +<script>
  144 + var _hmt = _hmt || [];
  145 + (function() {
  146 + var hm = document.createElement("script");
  147 + hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841";
  148 + var s = document.getElementsByTagName("script")[0];
  149 + s.parentNode.insertBefore(hm, s);
  150 + })();
  151 +</script>
  152 +'.'</body>
  153 +</html>';
  154 +}
  155 +?>
  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 http-equiv="Content-Type" content="text/html; charset=UTF-8">
  28 + <meta charset="utf-8">
  29 + <title>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('staticTitle')), ENT_QUOTES, 'UTF-8').'</title>
  30 + <meta name="apple-mobile-web-app-title" content="SUMMER SALE">
  31 + <meta name="format-detection" content="telephone=no">
  32 + <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no,minimal-ui" media="(device-height: 568px)">
  33 + <meta name="apple-mobile-web-app-capable" content="yes">
  34 + <meta name="apple-mobile-web-app-status-bar-style" content="grey">
  35 + <link rel="stylesheet" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/css/christmas/index3.css">
  36 + <script>
  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 +</head>
  49 +<body class="keBody">
  50 +<div class="coupon-christmas" show="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('showPopupFlag')), ENT_QUOTES, 'UTF-8').'">
  51 + <div class="coupon-top">
  52 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/newyear/top-bg.png" alt="">
  53 + <a class="go-check" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('myCouponUrl')), ENT_QUOTES, 'UTF-8').'"></a>
  54 + <a class="share-btn" href="javascript:;"></a>
  55 + </div>
  56 + <div class="coupon-bottom">
  57 + <div class="coupon-banner">
  58 + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('bannerUrl_1')), ENT_QUOTES, 'UTF-8').'">
  59 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/newyear/banner01.png" alt="">
  60 + </a>
  61 + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('bannerUrl_2')), ENT_QUOTES, 'UTF-8').'">
  62 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/newyear/banner02.png" alt="">
  63 + </a>
  64 + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('bannerUrl_3')), ENT_QUOTES, 'UTF-8').'">
  65 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/newyear/banner03.png" alt="">
  66 + </a>
  67 + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('bannerUrl_4')), ENT_QUOTES, 'UTF-8').'">
  68 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/newyear/banner04.png" alt="">
  69 + </a>
  70 + </div>
  71 + <div class="bottom-btn">
  72 + <a class="follow-yoho" href="http://mp.weixin.qq.com/s?__biz=MjM5ODI5MDA4MA==&amp;mid=201849402&amp;idx=1&amp;sn=c0089812f9769d82e0075f69d771f6e1#rd"></a>
  73 + <a class="download-yoho" href="http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho&amp;g_f=995445"></a>
  74 + </div>
  75 +
  76 + </div>
  77 + <div class="coupon-ft">
  78 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/newyear/14.png">
  79 + </div>
  80 +</div>
  81 +<div class="modal"></div>
  82 +<div class="dialog-box geted">
  83 + <div class="dialog-inner">
  84 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/newyear/geted.png" alt=""/>
  85 + <span class="dialog-close"></span>
  86 + </div>
  87 +</div>
  88 +
  89 +<div class="dialog-box fail">
  90 + <div class="dialog-inner">
  91 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/newyear/fail.png" alt=""/>
  92 + <span class="refresh-btn"></span>
  93 + </div>
  94 +</div>
  95 +<input id="shareLink" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareLink')), ENT_QUOTES, 'UTF-8').'">
  96 +<input id="shareImg" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareImg')), ENT_QUOTES, 'UTF-8').'">
  97 +<input id="shareTitle" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareTitle')), ENT_QUOTES, 'UTF-8').'">
  98 +<input id="shareDesc" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareDesc')), ENT_QUOTES, 'UTF-8').'">
  99 +<script type="text/javascript" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/js/jquery.min.js"></script>
  100 +<script>
  101 +
  102 + //提示分享
  103 + $(\'.share-btn\').click(function () {
  104 + $(\'.modal\').fadeIn();
  105 + });
  106 + //关闭提示分享
  107 + $(\'.modal\').click(function () {
  108 + $(this).fadeOut();
  109 + });
  110 +
  111 + //提示已领过券
  112 + if ($(\'.coupon-christmas\').attr(\'show\') === \'1\') {
  113 + $(\'.dialog-box.geted\').show();
  114 + }
  115 + //提示领券失败
  116 + else if ($(\'.coupon-christmas\').attr(\'show\') === \'2\') {
  117 + $(\'.dialog-box.fail\').show();
  118 + }
  119 +
  120 + //关闭提示
  121 + $(\'.dialog-close\').click(function(){
  122 + $(this).parents(\'.dialog-box\').fadeOut();
  123 + });
  124 + //刷新页面
  125 + $(\'.refresh-btn\').click(function() {
  126 + location.reload();
  127 + });
  128 +</script>
  129 +</body>
  130 +</html>';
  131 +}
  132 +?>
  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 http-equiv="Content-Type" content="text/html; charset=UTF-8">
  28 +<meta charset="utf-8">
  29 +<title>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('staticTitle')), ENT_QUOTES, 'UTF-8').'</title>
  30 +<meta name="apple-mobile-web-app-title" content="SUMMER SALE">
  31 +<meta name="format-detection" content="telephone=no">
  32 +<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no,minimal-ui" media="(device-height: 568px)">
  33 +<meta name="apple-mobile-web-app-capable" content="yes">
  34 +<meta name="apple-mobile-web-app-status-bar-style" content="grey">
  35 +<link rel="stylesheet" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/css/christmas/index.css">
  36 +<link rel="dns-prefetch" href="//cdn.yoho.cn">
  37 +<script>
  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 class="keBody">
  51 +<div class="coupon-christmas" show="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('showPopupFlag')), ENT_QUOTES, 'UTF-8').'">
  52 + <div class="coupon-top">
  53 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/christmas/top-bg.png" alt="">
  54 + <a class="go-check" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('myCouponUrl')), ENT_QUOTES, 'UTF-8').'"></a>
  55 + <a class="share-btn" href="javascript:;"></a>
  56 + </div>
  57 + <div class="coupon-bottom">
  58 + <div class="coupon-banner">
  59 + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('bannerUrl_1')), ENT_QUOTES, 'UTF-8').'">
  60 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/christmas/banner01.png" alt="">
  61 + </a>
  62 + </div>
  63 + <div class="coupon-banner">
  64 + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('bannerUrl_2')), ENT_QUOTES, 'UTF-8').'">
  65 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/christmas/banner02.png" alt="">
  66 + </a>
  67 + </div>
  68 + <div class="bottom-btn">
  69 + <a class="follow-yoho" href="http://mp.weixin.qq.com/s?__biz=MjM5ODI5MDA4MA==&amp;mid=201849402&amp;idx=1&amp;sn=c0089812f9769d82e0075f69d771f6e1#rd"></a>
  70 + <a class="download-yoho" href="http://www.yohoshow.com/about/index/yohobuyqr"></a>
  71 + </div>
  72 +
  73 + </div>
  74 + <div class="coupon-ft">
  75 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/christmas/14.jpg">
  76 + </div>
  77 +</div>
  78 +<div class="modal"></div>
  79 +<div class="dialog-box geted">
  80 + <div class="dialog-inner">
  81 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/christmas/geted.png" alt=""/>
  82 + <span class="dialog-close"></span>
  83 + </div>
  84 +</div>
  85 +<div class="dialog-box fail">
  86 + <div class="dialog-inner">
  87 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/christmas/fail.png" alt=""/>
  88 + <span class="refresh-btn"></span>
  89 + </div>
  90 +</div>
  91 +<input id="shareLink" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareLink')), ENT_QUOTES, 'UTF-8').'">
  92 +<input id="shareImg" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareImg')), ENT_QUOTES, 'UTF-8').'">
  93 +<input id="shareTitle" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareTitle')), ENT_QUOTES, 'UTF-8').'">
  94 +<input id="shareDesc" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareDesc')), ENT_QUOTES, 'UTF-8').'">
  95 +<script type="text/javascript" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/js/jquery.min.js"></script>
  96 +<script>
  97 + //提示分享
  98 + $(\'.share-btn\').click(function () {
  99 + $(\'.modal\').fadeIn();
  100 + });
  101 + //关闭提示分享
  102 + $(\'.modal\').click(function () {
  103 + $(this).fadeOut();
  104 + });
  105 +
  106 + //提示已领过券
  107 + if ($(\'.coupon-christmas\').attr(\'show\') === \'1\') {
  108 + $(\'.dialog-box.geted\').show();
  109 + }
  110 + //提示领券失败
  111 + else if ($(\'.coupon-christmas\').attr(\'show\') === \'2\') {
  112 + $(\'.dialog-box.fail\').show();
  113 + }
  114 +
  115 + //关闭提示
  116 + $(\'.dialog-close\').click(function(){
  117 + $(this).parents(\'.dialog-box\').fadeOut();
  118 + });
  119 + //刷新页面
  120 + $(\'.refresh-btn\').click(function() {
  121 + location.reload();
  122 + });
  123 +</script>
  124 +'.((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>
  125 +<script type="text/javascript" charset="utf-8" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('jsUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/js/share.weixin.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>
  26 +<head>
  27 + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  28 + <meta charset="utf-8">
  29 + <title>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('staticTitle')), ENT_QUOTES, 'UTF-8').'</title>
  30 + <meta name="apple-mobile-web-app-title" content="SUMMER SALE">
  31 + <meta name="format-detection" content="telephone=no">
  32 + <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no,minimal-ui"
  33 + media="(device-height: 568px)">
  34 + <meta name="apple-mobile-web-app-capable" content="yes">
  35 + <meta name="apple-mobile-web-app-status-bar-style" content="grey">
  36 + <link rel="stylesheet" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/css/christmas/index3.css">
  37 + <script>
  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 class="keBody">
  51 +<div class="coupon-christmas" show="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('showPopupFlag')), ENT_QUOTES, 'UTF-8').'">
  52 + <div class="coupon-top">
  53 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/newyear/top-bg.png" alt="">
  54 + <a class="go-check" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('myCouponUrl')), ENT_QUOTES, 'UTF-8').'"></a>
  55 + <a class="share-btn" href="javascript:;"></a>
  56 + </div>
  57 + <div class="coupon-bottom">
  58 + <div class="coupon-banner">
  59 + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('bannerUrl_1')), ENT_QUOTES, 'UTF-8').'">
  60 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/newyear/banner01.png" alt="">
  61 + </a>
  62 + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('bannerUrl_2')), ENT_QUOTES, 'UTF-8').'">
  63 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/newyear/banner02.png" alt="">
  64 + </a>
  65 + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('bannerUrl_3')), ENT_QUOTES, 'UTF-8').'">
  66 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/newyear/banner03.png" alt="">
  67 + </a>
  68 + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('bannerUrl_4')), ENT_QUOTES, 'UTF-8').'">
  69 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/newyear/banner04.png" alt="">
  70 + </a>
  71 + </div>
  72 + <div class="bottom-btn">
  73 + <a class="follow-yoho" href="http://mp.weixin.qq.com/s?__biz=MjM5ODI5MDA4MA==&amp;mid=201849402&amp;idx=1&amp;sn=c0089812f9769d82e0075f69d771f6e1#rd"></a>
  74 + <a class="download-yoho" href="http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho&amp;g_f=995445"></a>
  75 + </div>
  76 +
  77 + </div>
  78 + <div class="coupon-ft">
  79 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/newyear/14.png">
  80 + </div>
  81 +</div>
  82 +<div class="modal"></div>
  83 +<div class="dialog-box geted">
  84 + <div class="dialog-inner">
  85 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/newyear/geted.png" alt=""/>
  86 + <span class="dialog-close"></span>
  87 + </div>
  88 +</div>
  89 +
  90 +<div class="dialog-box fail">
  91 + <div class="dialog-inner">
  92 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/newyear/fail.png" alt=""/>
  93 + <span class="refresh-btn"></span>
  94 + </div>
  95 +</div>
  96 +<input id="shareLink" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareLink')), ENT_QUOTES, 'UTF-8').'">
  97 +<input id="shareImg" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareImg')), ENT_QUOTES, 'UTF-8').'">
  98 +<input id="shareTitle" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareTitle')), ENT_QUOTES, 'UTF-8').'">
  99 +<input id="shareDesc" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareDesc')), ENT_QUOTES, 'UTF-8').'">
  100 +<script type="text/javascript" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/js/jquery.min.js"></script>
  101 +<script>
  102 +
  103 + //提示分享
  104 + $(\'.share-btn\').click(function () {
  105 + $(\'.modal\').fadeIn();
  106 + });
  107 + //关闭提示分享
  108 + $(\'.modal\').click(function () {
  109 + $(this).fadeOut();
  110 + });
  111 +
  112 + //提示已领过券
  113 + if ($(\'.coupon-christmas\').attr(\'show\') === \'1\') {
  114 + $(\'.dialog-box.geted\').show();
  115 + }
  116 + //提示领券失败
  117 + else if ($(\'.coupon-christmas\').attr(\'show\') === \'2\') {
  118 + $(\'.dialog-box.fail\').show();
  119 + }
  120 +
  121 + //关闭提示
  122 + $(\'.dialog-close\').click(function(){
  123 + $(this).parents(\'.dialog-box\').fadeOut();
  124 + });
  125 + //刷新页面
  126 + $(\'.refresh-btn\').click(function() {
  127 + location.reload();
  128 + })
  129 +</script>
  130 +</body>
  131 +</html>';
  132 +}
  133 +?>
  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>
  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>
  26 +<head>
  27 + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  28 + <meta charset="utf-8">
  29 + <title>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('staticTitle')), ENT_QUOTES, 'UTF-8').'</title>
  30 + <meta name="apple-mobile-web-app-title" content="SUMMER SALE">
  31 + <meta name="format-detection" content="telephone=no">
  32 + <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no,minimal-ui"
  33 + media="(device-height: 568px)">
  34 + <meta name="apple-mobile-web-app-capable" content="yes">
  35 + <meta name="apple-mobile-web-app-status-bar-style" content="grey">
  36 + <link rel="stylesheet" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/css/newyear/index3.css">
  37 + <script>
  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 class="keBody">
  51 +<div class="coupon-christmas" show="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('showPopupFlag')), ENT_QUOTES, 'UTF-8').'">
  52 + <div class="coupon-top">
  53 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/newyear/top-bg.png" alt="">
  54 + <a class="go-check" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('myCouponUrl')), ENT_QUOTES, 'UTF-8').'"></a>
  55 + <a class="share-btn" href="javascript:;"></a>
  56 + </div>
  57 + <div class="coupon-bottom">
  58 + <div class="coupon-banner">
  59 + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('bannerUrl_1')), ENT_QUOTES, 'UTF-8').'">
  60 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/newyear/banner01.png" alt="">
  61 + </a>
  62 + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('bannerUrl_2')), ENT_QUOTES, 'UTF-8').'">
  63 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/newyear/banner02.png" alt="">
  64 + </a>
  65 + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('bannerUrl_3')), ENT_QUOTES, 'UTF-8').'">
  66 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/newyear/banner03.png" alt="">
  67 + </a>
  68 + <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('bannerUrl_4')), ENT_QUOTES, 'UTF-8').'">
  69 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/newyear/banner04.png" alt="">
  70 + </a>
  71 + </div>
  72 + <div class="bottom-btn">
  73 + <a class="follow-yoho" href="http://mp.weixin.qq.com/s?__biz=MjM5ODI5MDA4MA==&amp;mid=201849402&amp;idx=1&amp;sn=c0089812f9769d82e0075f69d771f6e1#rd"></a>
  74 + <a class="download-yoho" href="http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho&amp;g_f=995445"></a>
  75 + </div>
  76 +
  77 + </div>
  78 + <div class="coupon-ft">
  79 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/newyear/14.png">
  80 + </div>
  81 +</div>
  82 +<div class="modal"></div>
  83 +<div class="dialog-box geted">
  84 + <div class="dialog-inner">
  85 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/newyear/geted.png" alt=""/>
  86 + <span class="dialog-close"></span>
  87 + </div>
  88 +</div>
  89 +
  90 +<div class="dialog-box fail">
  91 + <div class="dialog-inner">
  92 + <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/img/newyear/fail.png" alt=""/>
  93 + <span class="refresh-btn"></span>
  94 + </div>
  95 +</div>
  96 +<input id="shareLink" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareLink')), ENT_QUOTES, 'UTF-8').'">
  97 +<input id="shareImg" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareImg')), ENT_QUOTES, 'UTF-8').'">
  98 +<input id="shareTitle" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareTitle')), ENT_QUOTES, 'UTF-8').'">
  99 +<input id="shareDesc" type="hidden" value="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shareDesc')), ENT_QUOTES, 'UTF-8').'">
  100 +<script type="text/javascript" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('imgUrl')), ENT_QUOTES, 'UTF-8').'/cuxiao/js/jquery.min.js"></script>
  101 +<script>
  102 +
  103 + //提示分享
  104 + $(\'.share-btn\').click(function () {
  105 + $(\'.modal\').fadeIn();
  106 + });
  107 + //关闭提示分享
  108 + $(\'.modal\').click(function () {
  109 + $(this).fadeOut();
  110 + });
  111 +
  112 + //提示已领过券
  113 + if ($(\'.coupon-christmas\').attr(\'show\') === \'1\') {
  114 + $(\'.dialog-box.geted\').show();
  115 + }
  116 + //提示领券失败
  117 + else if ($(\'.coupon-christmas\').attr(\'show\') === \'2\') {
  118 + $(\'.dialog-box.fail\').show();
  119 + }
  120 +
  121 + //关闭提示
  122 + $(\'.dialog-close\').click(function(){
  123 + $(this).parents(\'.dialog-box\').fadeOut();
  124 + });
  125 + //刷新页面
  126 + $(\'.refresh-btn\').click(function() {
  127 + location.reload();
  128 + })
  129 +</script>
  130 +</body>
  131 +</html>';
  132 +}
  133 +?>