Showing
12 changed files
with
8 additions
and
3099 deletions
1 | -<?php return function ($in, $debugopt = 1) { | ||
2 | - $cx = array( | ||
3 | - 'flags' => array( | ||
4 | - 'jstrue' => false, | ||
5 | - 'jsobj' => false, | ||
6 | - 'spvar' => true, | ||
7 | - 'prop' => false, | ||
8 | - 'method' => false, | ||
9 | - 'mustlok' => true, | ||
10 | - 'echo' => false, | ||
11 | - 'debug' => $debugopt, | ||
12 | - ), | ||
13 | - 'constants' => array(), | ||
14 | - 'helpers' => array(), | ||
15 | - 'blockhelpers' => array(), | ||
16 | - 'hbhelpers' => array(), | ||
17 | - 'partials' => array(), | ||
18 | - 'scopes' => array(), | ||
19 | - 'sp_vars' => array('root' => $in), | ||
20 | - 'lcrun' => 'Plugin\LCRun3', | ||
21 | - | ||
22 | - ); | ||
23 | - | ||
24 | - return ''.'<div class="title">为您优选新品</div> | ||
25 | -<div id="swiper-recommend" class="swiper-container"> | ||
26 | - <div class="swiper-wrapper swiper-wrapper-recommend"> | ||
27 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('recommendList')), $in, false, function($cx, $in) {return ' <a class="swiper-slide" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'"> | ||
28 | - <img class="swiper-lazy img-box" data-src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('thumb')), ENT_QUOTES, 'UTF-8').'"> | ||
29 | - <div class="sale-name"> | ||
30 | - '.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('name')), ENT_QUOTES, 'UTF-8').' | ||
31 | - </div> | ||
32 | - <div class="price"> | ||
33 | - <span class="sale-price '.((Plugin\LCRun3::isec($cx, Plugin\LCRun3::v($cx, $in, array('price')))) ? 'no-price' : '').'">¥'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('salePrice')), ENT_QUOTES, 'UTF-8').'</span> | ||
34 | - '.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('price')), $in, false, function($cx, $in) {return '<span class="old-price">¥'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'</span>';}).' | ||
35 | - </div> | ||
36 | - <div class="swiper-lazy-preloader"></div> | ||
37 | - </a> | ||
38 | -';}).' </div> | ||
39 | -</div> | ||
40 | -'.''; | ||
41 | -} | ||
42 | -?> |
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>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('title')), ENT_QUOTES, 'UTF-8').'</title> | ||
29 | -<meta name="keywords" content="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('keywords')), ENT_QUOTES, 'UTF-8').'"> | ||
30 | -<meta name="description" content="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('description')), ENT_QUOTES, 'UTF-8').'"> | ||
31 | -<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> | ||
32 | -<meta http-equiv="cleartype" content="on"> | ||
33 | -<meta name="apple-mobile-web-app-status-bar-style" content="black" /> | ||
34 | -<meta content="telephone=no" name="format-detection" /> | ||
35 | -<meta content="email=no" name="format-detection" /> | ||
36 | -<script type="text/javascript"> | ||
37 | - (function(doc, win) { | ||
38 | - var docEl = doc.documentElement; | ||
39 | - (function() { | ||
40 | - var clientWidth = docEl.clientWidth; | ||
41 | - if (!clientWidth) { | ||
42 | - return; | ||
43 | - } | ||
44 | - docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\'; | ||
45 | - }()); | ||
46 | - })(document, window); | ||
47 | -</script> | ||
48 | -<link rel="dns-prefetch" href="//cdn.yoho.cn"> | ||
49 | -<link rel="dns-prefetch" href="//static.yohobuy.com"> | ||
50 | -<link rel="dns-prefetch" href="//img12.static.yhbimg.com"> | ||
51 | -<link rel="dns-prefetch" href="//img13.static.yhbimg.com"> | ||
52 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('rlsEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.css"> | ||
53 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('preEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.css"> | ||
54 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('testEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.css"> | ||
55 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('devEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css"> | ||
56 | -';}).'<link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png"> | ||
57 | -<link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)"> | ||
58 | -<link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)"> | ||
59 | -</head> | ||
60 | -<body '.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isPassportPage')), $in, function($cx, $in) {return 'class=passport-body';}).'> | ||
61 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('systemUpdate')), $in, function($cx, $in) {return ' <div class="systemUpdate"> | ||
62 | - <a href="index/systemUpdate" class="systemHeader">Yoho!Buy有货关于系统升级的公告</a> | ||
63 | - <span>X</span> | ||
64 | - </div> | ||
65 | -';}).''.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('pageHeader')), $in, false, function($cx, $in) {return '<header id="yoho-header" class="yoho-header'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('boys')), $in, function($cx, $in) {return ' boys';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('girls')), $in, function($cx, $in) {return ' girls';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('kids')), $in, function($cx, $in) {return ' kids';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('lifeStyle')), $in, function($cx, $in) {return ' life-style';}).'"> | ||
66 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navBack')), $in, false, function($cx, $in) {return ' <a href="'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backUrl')), $in, function($cx, $in) {return ''.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('backUrl')), ENT_QUOTES, 'UTF-8').'';}, function($cx, $in) {return 'javascript:history.go(-1);';}).'" class="iconfont nav-back"></a> | ||
67 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navBtn')), $in, false, function($cx, $in) {return ' <span class="iconfont nav-home"></span> | ||
68 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('currencyPage')), $in, false, function($cx, $in) {return ' <a href="/home/helpDetail?code=20151230-102233&caption=YOHO币介绍" class="iconfont nav-home"></a> | ||
69 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('currencyDetailPage')), $in, false, function($cx, $in) {return ' <a href="/home/helpDetail?code=20111130-152530&caption=如何使用YOHO币支付" class="iconfont nav-home"></a> | ||
70 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navPhone')), $in, false, function($cx, $in) {return ' <a href="'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'" class="iconfont nav-home"></a> | ||
71 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navTitle')), $in, false, function($cx, $in) {return ' <p class="nav-title">'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'</p> | ||
72 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('suggestSub')), $in, false, function($cx, $in) {return ' <span class="nav-btn">提交</span> | ||
73 | -';}).'</header> | ||
74 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navBtn')), $in, false, function($cx, $in) {return '<div class="homebuttom hide '.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['scopes'][count($cx['scopes'])-1], array('boys')), $in, function($cx, $in) {return ' boys';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['scopes'][count($cx['scopes'])-1], array('girls')), $in, function($cx, $in) {return ' girls';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['scopes'][count($cx['scopes'])-1], array('kids')), $in, function($cx, $in) {return ' kids';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['scopes'][count($cx['scopes'])-1], array('lifeStyle')), $in, function($cx, $in) {return ' life-style';}).'"> | ||
75 | - <ul> | ||
76 | - <li> | ||
77 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('indexUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
78 | - <i class="iconfont"></i> | ||
79 | - <span>首页</span> | ||
80 | - </a> | ||
81 | - </li> | ||
82 | - <li> | ||
83 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('categoryUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
84 | - <i class="iconfont"></i> | ||
85 | - <span>分类</span> | ||
86 | - </a> | ||
87 | - </li> | ||
88 | - <li> | ||
89 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shoppingCartUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
90 | - <i class="iconfont"></i> | ||
91 | - <span>购物车</span> | ||
92 | - </a> | ||
93 | - </li> | ||
94 | - <li> | ||
95 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('mineUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
96 | - <i class="iconfont"></i> | ||
97 | - <span>我的</span> | ||
98 | - </a> | ||
99 | - </li> | ||
100 | - </ul> | ||
101 | -</div> | ||
102 | -';}).' | ||
103 | -';}).''.''.'<div class="index-page yoho-page"> | ||
104 | - <div class="index-container"> | ||
105 | - <div class="index-header clearfix"> | ||
106 | - <div class="index-logo"> | ||
107 | - </div> | ||
108 | - <div class="box"> | ||
109 | - <a href="javascript:void(0);" class="no-search">取消</a> | ||
110 | - <form action="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('searchUrl')), ENT_QUOTES, 'UTF-8').'" class="index-search"> | ||
111 | - <div class="search-box"> | ||
112 | - <input type="hidden" name="from" value="search"> | ||
113 | - <input type="text" name="query" placeholder="搜索" autocomplete="off"> | ||
114 | - <span class="iconfont clear-text"></span> | ||
115 | - <span class="iconfont search-icon empty"></span> | ||
116 | - </div> | ||
117 | - </form> | ||
118 | - </div> | ||
119 | - </div> | ||
120 | - <div class="index-channel"> | ||
121 | - <img class="img" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('background')), ENT_QUOTES, 'UTF-8').'"> | ||
122 | - <div class="index-channel-list"> | ||
123 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('channelList')), $in, false, function($cx, $in) {return ' <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('href')), ENT_QUOTES, 'UTF-8').'" class="list-item">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('title')), ENT_QUOTES, 'UTF-8').' <span class="lighter">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('entitle')), ENT_QUOTES, 'UTF-8').'</span> <span class="iconfont right-icon"></span></a> | ||
124 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('showYohood')), $in, false, function($cx, $in) {return ' <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('yohoodHref')), ENT_QUOTES, 'UTF-8').'" id="yohood" class="list-item"> <span class="iconfont right-icon"></span></a> | ||
125 | -';}).' </div> | ||
126 | - </div> | ||
127 | - </div> | ||
128 | -</div> | ||
129 | -'.''.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('pageFooter')), $in, false, function($cx, $in) {return '<footer id="yoho-footer" class="yoho-footer hide"> | ||
130 | - <p class="op-row"> | ||
131 | - <span class="back-to-top"> | ||
132 | - Back to top | ||
133 | - <i class="iconfont"></i> | ||
134 | - </span> | ||
135 | - </p> | ||
136 | - <address class="copyright"> | ||
137 | - CopyRight©2007-2016 南京新与力文化传播有限公司 | ||
138 | - </address> | ||
139 | -</footer> | ||
140 | -';}).' | ||
141 | -'.''.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('showDownloadApp')), $in, false, function($cx, $in) {return '<div class="float-layer hide" id="float-layer-app"> | ||
142 | - <div class="float-layer-left"> | ||
143 | - <span class="yoho-icon iconfont"></span> | ||
144 | - <p>新用户送千元礼包</p> | ||
145 | - </div> | ||
146 | - <a href="javascript:void(0);" id="float-layer-close" > | ||
147 | - <i class="close-icon iconfont"></i> | ||
148 | - <div class="circle-rightbottom"></div> | ||
149 | - </a> | ||
150 | - <a href="http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho" id="float-layer-btn"> | ||
151 | - 立即下载 | ||
152 | - </a> | ||
153 | -</div> | ||
154 | -';}).' | ||
155 | - | ||
156 | - | ||
157 | - '.''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('hasWxShare')), $in, function($cx, $in) {return '<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | ||
158 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('rlsEnv')), $in, function($cx, $in) {return '<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/lib.js"></script> | ||
159 | -<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.js"></script> | ||
160 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('preEnv')), $in, function($cx, $in) {return '<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/lib.js"></script> | ||
161 | -<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.js"></script> | ||
162 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('testEnv')), $in, function($cx, $in) {return '<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/lib.js"></script> | ||
163 | -<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index-debug.js"></script> | ||
164 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('devEnv')), $in, function($cx, $in) {return '<script src="http://localhost:8000/static/js/sea.js?nowrap"></script> | ||
165 | -<script>seajs.config({base: \'http://localhost:8000/\'});</script> | ||
166 | -';}).''.'<script> | ||
167 | - seajs.use(\'js/common\'); | ||
168 | -</script> | ||
169 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('psList')), $in, function($cx, $in) {return '<script> | ||
170 | - seajs.use(\'js/guang/plus-star/list\'); | ||
171 | -</script> | ||
172 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('psDetail')), $in, function($cx, $in) {return '<script> | ||
173 | - seajs.use(\'js/guang/plus-star/detail\'); | ||
174 | -</script> | ||
175 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangHome')), $in, function($cx, $in) {return '<script> | ||
176 | - seajs.use(\'js/guang/home\'); | ||
177 | -</script> | ||
178 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangList')), $in, function($cx, $in) {return '<script> | ||
179 | - seajs.use(\'js/guang/list\'); | ||
180 | -</script> | ||
181 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangDetail')), $in, function($cx, $in) {return '<script> | ||
182 | - seajs.use(\'js/guang/detail\', function(d) { | ||
183 | - d.i(true); | ||
184 | - }); | ||
185 | -</script> | ||
186 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangEzine')), $in, function($cx, $in) {return '<script> | ||
187 | - seajs.use(\'js/guang/detail\', function(d) { | ||
188 | - d.i(false); | ||
189 | - }); | ||
190 | -</script> | ||
191 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('regIndex')), $in, function($cx, $in) {return '<script> | ||
192 | - seajs.use(\'js/passport/register/register\'); | ||
193 | -</script> | ||
194 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('regCode')), $in, function($cx, $in) {return '<script> | ||
195 | - seajs.use(\'js/passport/register/code\'); | ||
196 | -</script> | ||
197 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('regPwd')), $in, function($cx, $in) {return '<script> | ||
198 | - seajs.use(\'js/passport/register/password\'); | ||
199 | -</script> | ||
200 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('bindIndex')), $in, function($cx, $in) {return '<script> | ||
201 | - seajs.use(\'js/passport/bind/bind\'); | ||
202 | -</script> | ||
203 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('bindCode')), $in, function($cx, $in) {return '<script> | ||
204 | - seajs.use(\'js/passport/bind/code\'); | ||
205 | -</script> | ||
206 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('bindPwd')), $in, function($cx, $in) {return '<script> | ||
207 | - seajs.use(\'js/passport/bind/password\'); | ||
208 | -</script> | ||
209 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('loginIndex')), $in, function($cx, $in) {return '<script> | ||
210 | - seajs.use(\'js/passport/login/login\'); | ||
211 | -</script> | ||
212 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('loginInternational')), $in, function($cx, $in) {return '<script> | ||
213 | - seajs.use(\'js/passport/login/international\'); | ||
214 | -</script> | ||
215 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backEmail')), $in, function($cx, $in) {return '<script> | ||
216 | - seajs.use(\'js/passport/back/email\'); | ||
217 | -</script> | ||
218 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backEmailSuccess')), $in, function($cx, $in) {return '<script> | ||
219 | - seajs.use(\'js/passport/back/email-success\'); | ||
220 | -</script> | ||
221 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backMobile')), $in, function($cx, $in) {return '<script> | ||
222 | - seajs.use(\'js/passport/back/mobile\'); | ||
223 | -</script> | ||
224 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backCode')), $in, function($cx, $in) {return '<script> | ||
225 | - seajs.use(\'js/passport/back/code\'); | ||
226 | -</script> | ||
227 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backNewPwd')), $in, function($cx, $in) {return '<script> | ||
228 | - seajs.use(\'js/passport/back/new-password\'); | ||
229 | -</script> | ||
230 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('channelPage')), $in, function($cx, $in) {return '<script> | ||
231 | - seajs.use(\'js/index/channel\'); | ||
232 | - seajs.use(\'js/index/footer\'); | ||
233 | -</script> | ||
234 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('grilsHomePage')), $in, function($cx, $in) {return '<script> | ||
235 | - seajs.use(\'js/home/home\', function(h) { | ||
236 | - h.set(\'girls\'); | ||
237 | - }); | ||
238 | - seajs.use(\'js/index/footer\'); | ||
239 | -</script> | ||
240 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('boysHomePage')), $in, function($cx, $in) {return '<script> | ||
241 | - seajs.use(\'js/home/home\', function(h) { | ||
242 | - h.set(\'boys\'); | ||
243 | - }); | ||
244 | - seajs.use(\'js/index/footer\'); | ||
245 | -</script> | ||
246 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('kidsHomePage')), $in, function($cx, $in) {return '<script> | ||
247 | - seajs.use(\'js/home/home\', function(h) { | ||
248 | - h.set(\'kids\'); | ||
249 | - }); | ||
250 | - seajs.use(\'js/index/footer\'); | ||
251 | -</script> | ||
252 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('lifestyleHomePage')), $in, function($cx, $in) {return '<script> | ||
253 | - seajs.use(\'js/home/home\', function(h) { | ||
254 | - h.set(\'lifestyle\'); | ||
255 | - }); | ||
256 | - seajs.use(\'js/index/footer\'); | ||
257 | -</script> | ||
258 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('newArrivalPage')), $in, function($cx, $in) {return '<script> | ||
259 | - seajs.use(\'js/product/newsale/newarrival\'); | ||
260 | - seajs.use(\'js/index/footer\'); | ||
261 | -</script> | ||
262 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('discountPage')), $in, function($cx, $in) {return '<script> | ||
263 | - seajs.use(\'js/product/newsale/discount\'); | ||
264 | - seajs.use(\'js/index/footer\'); | ||
265 | -</script> | ||
266 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('hotrankPage')), $in, function($cx, $in) {return '<script> | ||
267 | - seajs.use(\'js/product/newsale/hot-rank\'); | ||
268 | - seajs.use(\'js/index/footer\'); | ||
269 | -</script> | ||
270 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodListPage')), $in, function($cx, $in) {return '<script> | ||
271 | - seajs.use(\'js/product/list\'); | ||
272 | - seajs.use(\'js/index/footer\'); | ||
273 | -</script> | ||
274 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodsDetailPage')), $in, function($cx, $in) {return '<script> | ||
275 | - seajs.use(\'js/product/detail/detail\'); | ||
276 | -</script> | ||
277 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodsCommentsPage')), $in, function($cx, $in) {return '<script> | ||
278 | - seajs.use(\'js/product/detail/loadmore\'); | ||
279 | -</script> | ||
280 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodsConsultsPage')), $in, function($cx, $in) {return '<script> | ||
281 | - seajs.use(\'js/product/detail/comments-consults\'); | ||
282 | -</script> | ||
283 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('consultformPage')), $in, function($cx, $in) {return '<script> | ||
284 | - seajs.use(\'js/product/detail/consultform\'); | ||
285 | -</script> | ||
286 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('categoryPage')), $in, function($cx, $in) {return '<script> | ||
287 | - seajs.use(\'js/category/index\'); | ||
288 | - seajs.use(\'js/index/footer\'); | ||
289 | -</script> | ||
290 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('brandPage')), $in, function($cx, $in) {return '<script> | ||
291 | - seajs.use(\'js/category/brand\'); | ||
292 | - seajs.use(\'js/index/footer\'); | ||
293 | -</script> | ||
294 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('searchPage')), $in, function($cx, $in) {return '<script> | ||
295 | - seajs.use(\'js/index/search\'); | ||
296 | - seajs.use(\'js/index/footer\'); | ||
297 | -</script> | ||
298 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('shoppingCartPage')), $in, function($cx, $in) {return '<script> | ||
299 | - seajs.use(\'js/cart/cart\'); | ||
300 | -</script> | ||
301 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('giftPage')), $in, function($cx, $in) {return '<script> | ||
302 | - seajs.use(\'js/cart/gift-advance\'); | ||
303 | -</script> | ||
304 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('advanceBuyPage')), $in, function($cx, $in) {return '<script> | ||
305 | - seajs.use(\'js/cart/gift-advance\'); | ||
306 | -</script> | ||
307 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('orderEnsurePage')), $in, function($cx, $in) {return '<script> | ||
308 | - seajs.use(\'js/cart/order-ensure\'); | ||
309 | -</script> | ||
310 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('selectAddressPage')), $in, function($cx, $in) {return '<script> | ||
311 | - seajs.use(\'js/me/address\'); | ||
312 | - seajs.use(\'js/cart/select-address\'); | ||
313 | -</script> | ||
314 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('selectCouponPage')), $in, function($cx, $in) {return '<script> | ||
315 | - seajs.use(\'js/cart/select-coupon\'); | ||
316 | -</script> | ||
317 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('myIndexPage')), $in, function($cx, $in) {return '<script> | ||
318 | - seajs.use(\'js/me/index\'); | ||
319 | - seajs.use(\'js/index/footer\'); | ||
320 | -</script> | ||
321 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('orderPage')), $in, function($cx, $in) {return '<script> | ||
322 | - seajs.use(\'js/me/order\'); | ||
323 | -</script> | ||
324 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('orderDetailPage')), $in, function($cx, $in) {return '<script> | ||
325 | - seajs.use(\'js/me/order-detail\'); | ||
326 | -</script> | ||
327 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('favPage')), $in, function($cx, $in) {return '<script> | ||
328 | - seajs.use(\'js/me/fav\'); | ||
329 | -</script> | ||
330 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('suggestPage')), $in, function($cx, $in) {return '<script> | ||
331 | - seajs.use(\'js/me/suggest\'); | ||
332 | -</script> | ||
333 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('couponsPage')), $in, function($cx, $in) {return '<script> | ||
334 | - seajs.use(\'js/me/coupons\'); | ||
335 | -</script> | ||
336 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('onlineServicePage')), $in, function($cx, $in) {return '<script> | ||
337 | - seajs.use(\'js/me/online-service\'); | ||
338 | -</script> | ||
339 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('onlineServiceDetailPage')), $in, function($cx, $in) {return '<script> | ||
340 | - seajs.use(\'js/index/footer\'); | ||
341 | -</script> | ||
342 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('addressPage')), $in, function($cx, $in) {return '<script> | ||
343 | - seajs.use(\'js/me/address\'); | ||
344 | -</script> | ||
345 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('addressActionPage')), $in, function($cx, $in) {return '<script> | ||
346 | - seajs.use(\'js/me/address-act\'); | ||
347 | -</script> | ||
348 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('myGuangPage')), $in, function($cx, $in) {return '<script> | ||
349 | - seajs.use(\'js/me/my-guang\'); | ||
350 | -</script> | ||
351 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('personalDetailsPage')), $in, function($cx, $in) {return '<script> | ||
352 | - seajs.use(\'js/me/personal-details\'); | ||
353 | -</script> | ||
354 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('browseRecordPage')), $in, function($cx, $in) {return '<script> | ||
355 | - seajs.use(\'js/me/browse-record\'); | ||
356 | -</script> | ||
357 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('logisticInfoPage')), $in, function($cx, $in) {return '<script> | ||
358 | - seajs.use(\'js/me/logistic\'); | ||
359 | -</script> | ||
360 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('payCenterPage')), $in, function($cx, $in) {return '<script> | ||
361 | - seajs.use(\'js/me/pay\'); | ||
362 | -</script> | ||
363 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('currencyDetail')), $in, function($cx, $in) {return '<script> | ||
364 | - seajs.use(\'js/me/currency\'); | ||
365 | -</script> | ||
366 | -';}).' | ||
367 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('currencyPage')), $in, function($cx, $in) {return '<script> | ||
368 | - seajs.use(\'js/me/currency-new\'); | ||
369 | -</script> | ||
370 | -';}).' | ||
371 | -'.''.'<!-- Google Tag Manager --> | ||
372 | -<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
373 | -<script> | ||
374 | - var _hmt = _hmt || []; | ||
375 | - function async_load(){ | ||
376 | - (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': | ||
377 | - new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], | ||
378 | - j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= | ||
379 | - \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); | ||
380 | - })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\'); | ||
381 | - (function() { | ||
382 | - var hm = document.createElement("script"); | ||
383 | - hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311"; | ||
384 | - hm.async = 1; | ||
385 | - var s = document.getElementsByTagName("script")[0]; | ||
386 | - s.parentNode.insertBefore(hm, s); | ||
387 | - })(); | ||
388 | - (function() { | ||
389 | - var hm = document.createElement("script"); | ||
390 | - hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841"; | ||
391 | - hm.async = 1; | ||
392 | - var s = document.getElementsByTagName("script")[0]; | ||
393 | - s.parentNode.insertBefore(hm, s); | ||
394 | - })(); | ||
395 | - (function() { | ||
396 | - var hm = document.createElement("script"); | ||
397 | - hm.src = "//hm.baidu.com/hm.js?e5b83a487a4458aa5abca43f5779b764"; | ||
398 | - var s = document.getElementsByTagName("script")[0]; | ||
399 | - s.parentNode.insertBefore(hm, s); | ||
400 | - })(); | ||
401 | - (function() { | ||
402 | - var hm = document.createElement("script"); | ||
403 | - hm.src = "http://static.yohobuy.com/js/analytics/analysis.js"; | ||
404 | - hm.async = 1; | ||
405 | - var s = document.getElementsByTagName("script")[0]; | ||
406 | - s.parentNode.insertBefore(hm, s); | ||
407 | - })(); | ||
408 | - } | ||
409 | - window.addEventListener(\'load\', async_load, false); | ||
410 | -</script> | ||
411 | -<script> | ||
412 | - window._py = window._py||[]; | ||
413 | - window._py.push([\'a\', \'MC..o8vMMWxEXDCiqYckD81lUX\']); | ||
414 | - window._py.push([\'domain\',\'stats.ipinyou.com\']); | ||
415 | - window._py.push([\'e\',\'\']); | ||
416 | - if(typeof _goodsData!=\'undefined\'){ | ||
417 | - window._py.push([\'pi\',_goodsData]); | ||
418 | - } | ||
419 | - -function(d){ | ||
420 | - var f = \'https:\' == d.location.protocol;var c = d.createElement(\'script\');c.type=\'text/javascript\';c.async=1; | ||
421 | - c.src=(f ? \'https\' : \'http\') + \'://\'+(f?\'fm.ipinyou.com\':\'fm.p0y.cn\')+\'/j/t/adv.js\'; | ||
422 | - var h = d.getElementsByTagName("script")[0];h.parentNode.insertBefore(c, h); | ||
423 | - }(document); | ||
424 | -</script> | ||
425 | -<script src="http://static.yohobuy.com/m/v1/js/om_code.js" async="async"></script>'.'</body> | ||
426 | -</html>'.''; | ||
427 | -} | ||
428 | -?> |
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>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('title')), ENT_QUOTES, 'UTF-8').'</title> | ||
29 | -<meta name="keywords" content="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('keywords')), ENT_QUOTES, 'UTF-8').'"> | ||
30 | -<meta name="description" content="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('description')), ENT_QUOTES, 'UTF-8').'"> | ||
31 | -<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> | ||
32 | -<meta http-equiv="cleartype" content="on"> | ||
33 | -<meta name="apple-mobile-web-app-status-bar-style" content="black" /> | ||
34 | -<meta content="telephone=no" name="format-detection" /> | ||
35 | -<meta content="email=no" name="format-detection" /> | ||
36 | -<script type="text/javascript"> | ||
37 | - (function(doc, win) { | ||
38 | - var docEl = doc.documentElement; | ||
39 | - (function() { | ||
40 | - var clientWidth = docEl.clientWidth; | ||
41 | - if (!clientWidth) { | ||
42 | - return; | ||
43 | - } | ||
44 | - docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\'; | ||
45 | - }()); | ||
46 | - })(document, window); | ||
47 | -</script> | ||
48 | -<link rel="dns-prefetch" href="//cdn.yoho.cn"> | ||
49 | -<link rel="dns-prefetch" href="//static.yohobuy.com"> | ||
50 | -<link rel="dns-prefetch" href="//img12.static.yhbimg.com"> | ||
51 | -<link rel="dns-prefetch" href="//img13.static.yhbimg.com"> | ||
52 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('rlsEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.css"> | ||
53 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('preEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.css"> | ||
54 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('testEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.css"> | ||
55 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('devEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css"> | ||
56 | -';}).'<link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png"> | ||
57 | -<link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)"> | ||
58 | -<link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)"> | ||
59 | -</head> | ||
60 | -<body '.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isPassportPage')), $in, function($cx, $in) {return 'class=passport-body';}).'> | ||
61 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('systemUpdate')), $in, function($cx, $in) {return ' <div class="systemUpdate"> | ||
62 | - <a href="index/systemUpdate" class="systemHeader">Yoho!Buy有货关于系统升级的公告</a> | ||
63 | - <span>X</span> | ||
64 | - </div> | ||
65 | -';}).''.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('pageHeader')), $in, false, function($cx, $in) {return '<header id="yoho-header" class="yoho-header'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('boys')), $in, function($cx, $in) {return ' boys';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('girls')), $in, function($cx, $in) {return ' girls';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('kids')), $in, function($cx, $in) {return ' kids';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('lifeStyle')), $in, function($cx, $in) {return ' life-style';}).'"> | ||
66 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navBack')), $in, false, function($cx, $in) {return ' <a href="'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backUrl')), $in, function($cx, $in) {return ''.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('backUrl')), ENT_QUOTES, 'UTF-8').'';}, function($cx, $in) {return 'javascript:history.go(-1);';}).'" class="iconfont nav-back"></a> | ||
67 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navBtn')), $in, false, function($cx, $in) {return ' <span class="iconfont nav-home"></span> | ||
68 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('currencyPage')), $in, false, function($cx, $in) {return ' <a href="/home/helpDetail?code=20151230-102233&caption=YOHO币介绍" class="iconfont nav-home"></a> | ||
69 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('currencyDetailPage')), $in, false, function($cx, $in) {return ' <a href="/home/helpDetail?code=20111130-152530&caption=如何使用YOHO币支付" class="iconfont nav-home"></a> | ||
70 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navPhone')), $in, false, function($cx, $in) {return ' <a href="'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'" class="iconfont nav-home"></a> | ||
71 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navTitle')), $in, false, function($cx, $in) {return ' <p class="nav-title">'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'</p> | ||
72 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('suggestSub')), $in, false, function($cx, $in) {return ' <span class="nav-btn">提交</span> | ||
73 | -';}).'</header> | ||
74 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navBtn')), $in, false, function($cx, $in) {return '<div class="homebuttom hide '.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['scopes'][count($cx['scopes'])-1], array('boys')), $in, function($cx, $in) {return ' boys';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['scopes'][count($cx['scopes'])-1], array('girls')), $in, function($cx, $in) {return ' girls';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['scopes'][count($cx['scopes'])-1], array('kids')), $in, function($cx, $in) {return ' kids';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['scopes'][count($cx['scopes'])-1], array('lifeStyle')), $in, function($cx, $in) {return ' life-style';}).'"> | ||
75 | - <ul> | ||
76 | - <li> | ||
77 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('indexUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
78 | - <i class="iconfont"></i> | ||
79 | - <span>首页</span> | ||
80 | - </a> | ||
81 | - </li> | ||
82 | - <li> | ||
83 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('categoryUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
84 | - <i class="iconfont"></i> | ||
85 | - <span>分类</span> | ||
86 | - </a> | ||
87 | - </li> | ||
88 | - <li> | ||
89 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shoppingCartUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
90 | - <i class="iconfont"></i> | ||
91 | - <span>购物车</span> | ||
92 | - </a> | ||
93 | - </li> | ||
94 | - <li> | ||
95 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('mineUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
96 | - <i class="iconfont"></i> | ||
97 | - <span>我的</span> | ||
98 | - </a> | ||
99 | - </li> | ||
100 | - </ul> | ||
101 | -</div> | ||
102 | -';}).' | ||
103 | -';}).''.''.' <div class="my-page yoho-page"> | ||
104 | - <div class="my-header"> | ||
105 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('isLogin')), $in, false, function($cx, $in) {return ' <a class="user-info" href="/home/mydetails"> | ||
106 | - <span class="user-avatar" data-avatar="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('head_ico')), ENT_QUOTES, 'UTF-8').'"></span> | ||
107 | - <span class="username">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('profile_name')), ENT_QUOTES, 'UTF-8').'</span> | ||
108 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('vip_info')), $in, false, function($cx, $in) {return ' <span class="vip-icon vip-'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('cur_level')), ENT_QUOTES, 'UTF-8').'"></span> | ||
109 | -';}).' <div class="iconfont more-icon tap-hightlight"></div> | ||
110 | - </a> | ||
111 | -';}).''.((Plugin\LCRun3::isec($cx, Plugin\LCRun3::v($cx, $in, array('isLogin')))) ? ' <div class="user-info"> | ||
112 | - <a class="login-btn" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('signinUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
113 | - 登录/注册 | ||
114 | - </a> | ||
115 | - </div> | ||
116 | -' : '').' </div> | ||
117 | - <div class="my-link clearfix '.((Plugin\LCRun3::isec($cx, Plugin\LCRun3::v($cx, $in, array('isLogin')))) ? 'no-login' : '').'"> | ||
118 | - <a class="link-item tap-hightlight" href="/home/favorite"> | ||
119 | - '.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('isLogin')), $in, false, function($cx, $in) {return ''.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('product_favorite_total')), ENT_QUOTES, 'UTF-8').'';}).' | ||
120 | - <p>收藏的商品</p> | ||
121 | - </a> | ||
122 | - <a class="link-item tap-hightlight" href="/home/favorite?tab=brand"> | ||
123 | - '.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('isLogin')), $in, false, function($cx, $in) {return ''.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('brand_favorite_total')), ENT_QUOTES, 'UTF-8').'';}).' | ||
124 | - <p>收藏的品牌</p> | ||
125 | - </a> | ||
126 | - <a class="link-item tap-hightlight" href="/home/record"> | ||
127 | - '.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('isLogin')), $in, false, function($cx, $in) {return ''.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('product_browse')), ENT_QUOTES, 'UTF-8').'';}).' | ||
128 | - <p>浏览记录</p> | ||
129 | - </a> | ||
130 | - </div> | ||
131 | - <!-- '.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('notice','open')), $in, function($cx, $in) {return ' | ||
132 | - <div class="notice" data-time="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('notice','time')), ENT_QUOTES, 'UTF-8').'"> | ||
133 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('notice','list')), $in, false, function($cx, $in) {return ' <a class="notice-item item-'.htmlentities((string)Plugin\LCRun3::v($cx, $cx['sp_vars'], array('index')), ENT_QUOTES, 'UTF-8').'" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'"> | ||
134 | - <span class="notice-icon"></span> | ||
135 | - '.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('title')), ENT_QUOTES, 'UTF-8').' | ||
136 | - </a> | ||
137 | -';}).' </div> | ||
138 | - ';}).'--> | ||
139 | - <div class="my-order"> | ||
140 | - <a class="order-title" href="/home/orders"> | ||
141 | - 我的订单 | ||
142 | - <span class="iconfont"> | ||
143 | - 查看全部订单  | ||
144 | - </span> | ||
145 | - </a> | ||
146 | - <div class="order-type clearfix"> | ||
147 | - <a class="type-item" href="/home/orders?type=2"> | ||
148 | - <span class="iconfont"></span> | ||
149 | - <br>待付款 | ||
150 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('wait_pay_num')), $in, function($cx, $in) {return ' <span class="num">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('wait_pay_num')), ENT_QUOTES, 'UTF-8').'</span> | ||
151 | -';}).' </a> | ||
152 | - <a class="type-item" href="/home/orders?type=3"> | ||
153 | - <span class="iconfont"></span> | ||
154 | - <br>待发货 | ||
155 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('wait_cargo_num')), $in, function($cx, $in) {return ' <span class="num">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('wait_cargo_num')), ENT_QUOTES, 'UTF-8').'</span> | ||
156 | -';}).' </a> | ||
157 | - <a class="type-item" href="/home/orders?type=4"> | ||
158 | - <span class="iconfont"></span> | ||
159 | - <br>待收货 | ||
160 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('send_cargo_num')), $in, function($cx, $in) {return ' <span class="num">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('send_cargo_num')), ENT_QUOTES, 'UTF-8').'</span> | ||
161 | -';}).' </a> | ||
162 | - </div> | ||
163 | - </div> | ||
164 | - <div class="group-list"> | ||
165 | - <a class="list-item" href="/home/address"> | ||
166 | - <span class="iconfont icon"></span> | ||
167 | - 地址管理 | ||
168 | - <span class="iconfont num">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('address_num')), ENT_QUOTES, 'UTF-8').' </span> | ||
169 | - </a> | ||
170 | - </div> | ||
171 | - <div class="group-list"> | ||
172 | - <a class="list-item" href="/home/coupons"> | ||
173 | - <span class="iconfont icon"></span> | ||
174 | - 优惠券 | ||
175 | - <span class="iconfont num">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('coupon_num')), ENT_QUOTES, 'UTF-8').' </span> | ||
176 | - </a> | ||
177 | - <a class="list-item" href="/home/mycurrency"> | ||
178 | - <span class="iconfont icon"></span> | ||
179 | - YOHO 币 | ||
180 | - <span class="iconfont num">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('yoho_coin_num')), ENT_QUOTES, 'UTF-8').' </span> | ||
181 | - </a> | ||
182 | - </div> | ||
183 | - <div class="group-list"> | ||
184 | - <a class="list-item" href="/home/message"> | ||
185 | - <span class="iconfont icon"></span> | ||
186 | - 消息 | ||
187 | - <span class="iconfont num">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('inbox_total')), ENT_QUOTES, 'UTF-8').' </span> | ||
188 | - </a> | ||
189 | - </div> | ||
190 | - <div class="group-list"> | ||
191 | - <a class="list-item" href="/home/onlineService"> | ||
192 | - <span class="iconfont icon"></span> | ||
193 | - 在线客服 | ||
194 | - <span class="iconfont num"></span> | ||
195 | - </a> | ||
196 | - <a class="list-item" href="/home/suggest"> | ||
197 | - <span class="opinion"></span> | ||
198 | - 意见反馈 | ||
199 | - <span class="iconfont num"></span> | ||
200 | - </a> | ||
201 | - </div> | ||
202 | - <div class="group-list"> | ||
203 | - <a class="list-item" href="/home/help"> | ||
204 | - <span class="iconfont icon"></span> | ||
205 | - 帮助 | ||
206 | - <span class="iconfont num"></span> | ||
207 | - </a> | ||
208 | - </div> | ||
209 | - | ||
210 | -'.' <div class="recommend-for-you hide"> | ||
211 | - </div>'.''.' <div id="suspend-cart" class="suspend-cart"> | ||
212 | - <a href='.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('cartUrl')), ENT_QUOTES, 'UTF-8').'> | ||
213 | - <span class="iconfont"></span> | ||
214 | - </a> | ||
215 | - <span class="cart-count hide">0</span> | ||
216 | - </div>'.' </div> | ||
217 | - | ||
218 | -'.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('showDownloadApp')), $in, false, function($cx, $in) {return '<div class="float-layer hide" id="float-layer-app"> | ||
219 | - <div class="float-layer-left"> | ||
220 | - <span class="yoho-icon iconfont"></span> | ||
221 | - <p>新用户送千元礼包</p> | ||
222 | - </div> | ||
223 | - <a href="javascript:void(0);" id="float-layer-close" > | ||
224 | - <i class="close-icon iconfont"></i> | ||
225 | - <div class="circle-rightbottom"></div> | ||
226 | - </a> | ||
227 | - <a href="http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho" id="float-layer-btn"> | ||
228 | - 立即下载 | ||
229 | - </a> | ||
230 | -</div> | ||
231 | -';}).' | ||
232 | - | ||
233 | - | ||
234 | - '.''.''.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('pageFooter')), $in, false, function($cx, $in) {return '<footer id="yoho-footer" class="yoho-footer hide"> | ||
235 | - <p class="op-row"> | ||
236 | - <span class="back-to-top"> | ||
237 | - Back to top | ||
238 | - <i class="iconfont"></i> | ||
239 | - </span> | ||
240 | - </p> | ||
241 | - <address class="copyright"> | ||
242 | - CopyRight©2007-2016 南京新与力文化传播有限公司 | ||
243 | - </address> | ||
244 | -</footer> | ||
245 | -';}).' | ||
246 | -'.''.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('showDownloadApp')), $in, false, function($cx, $in) {return '<div class="float-layer hide" id="float-layer-app"> | ||
247 | - <div class="float-layer-left"> | ||
248 | - <span class="yoho-icon iconfont"></span> | ||
249 | - <p>新用户送千元礼包</p> | ||
250 | - </div> | ||
251 | - <a href="javascript:void(0);" id="float-layer-close" > | ||
252 | - <i class="close-icon iconfont"></i> | ||
253 | - <div class="circle-rightbottom"></div> | ||
254 | - </a> | ||
255 | - <a href="http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho" id="float-layer-btn"> | ||
256 | - 立即下载 | ||
257 | - </a> | ||
258 | -</div> | ||
259 | -';}).' | ||
260 | - | ||
261 | - | ||
262 | - '.''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('hasWxShare')), $in, function($cx, $in) {return '<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | ||
263 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('rlsEnv')), $in, function($cx, $in) {return '<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/lib.js"></script> | ||
264 | -<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.js"></script> | ||
265 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('preEnv')), $in, function($cx, $in) {return '<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/lib.js"></script> | ||
266 | -<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.js"></script> | ||
267 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('testEnv')), $in, function($cx, $in) {return '<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/lib.js"></script> | ||
268 | -<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index-debug.js"></script> | ||
269 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('devEnv')), $in, function($cx, $in) {return '<script src="http://localhost:8000/static/js/sea.js?nowrap"></script> | ||
270 | -<script>seajs.config({base: \'http://localhost:8000/\'});</script> | ||
271 | -';}).''.'<script> | ||
272 | - seajs.use(\'js/common\'); | ||
273 | -</script> | ||
274 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('psList')), $in, function($cx, $in) {return '<script> | ||
275 | - seajs.use(\'js/guang/plus-star/list\'); | ||
276 | -</script> | ||
277 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('psDetail')), $in, function($cx, $in) {return '<script> | ||
278 | - seajs.use(\'js/guang/plus-star/detail\'); | ||
279 | -</script> | ||
280 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangHome')), $in, function($cx, $in) {return '<script> | ||
281 | - seajs.use(\'js/guang/home\'); | ||
282 | -</script> | ||
283 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangList')), $in, function($cx, $in) {return '<script> | ||
284 | - seajs.use(\'js/guang/list\'); | ||
285 | -</script> | ||
286 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangDetail')), $in, function($cx, $in) {return '<script> | ||
287 | - seajs.use(\'js/guang/detail\', function(d) { | ||
288 | - d.i(true); | ||
289 | - }); | ||
290 | -</script> | ||
291 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangEzine')), $in, function($cx, $in) {return '<script> | ||
292 | - seajs.use(\'js/guang/detail\', function(d) { | ||
293 | - d.i(false); | ||
294 | - }); | ||
295 | -</script> | ||
296 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('regIndex')), $in, function($cx, $in) {return '<script> | ||
297 | - seajs.use(\'js/passport/register/register\'); | ||
298 | -</script> | ||
299 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('regCode')), $in, function($cx, $in) {return '<script> | ||
300 | - seajs.use(\'js/passport/register/code\'); | ||
301 | -</script> | ||
302 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('regPwd')), $in, function($cx, $in) {return '<script> | ||
303 | - seajs.use(\'js/passport/register/password\'); | ||
304 | -</script> | ||
305 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('bindIndex')), $in, function($cx, $in) {return '<script> | ||
306 | - seajs.use(\'js/passport/bind/bind\'); | ||
307 | -</script> | ||
308 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('bindCode')), $in, function($cx, $in) {return '<script> | ||
309 | - seajs.use(\'js/passport/bind/code\'); | ||
310 | -</script> | ||
311 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('bindPwd')), $in, function($cx, $in) {return '<script> | ||
312 | - seajs.use(\'js/passport/bind/password\'); | ||
313 | -</script> | ||
314 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('loginIndex')), $in, function($cx, $in) {return '<script> | ||
315 | - seajs.use(\'js/passport/login/login\'); | ||
316 | -</script> | ||
317 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('loginInternational')), $in, function($cx, $in) {return '<script> | ||
318 | - seajs.use(\'js/passport/login/international\'); | ||
319 | -</script> | ||
320 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backEmail')), $in, function($cx, $in) {return '<script> | ||
321 | - seajs.use(\'js/passport/back/email\'); | ||
322 | -</script> | ||
323 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backEmailSuccess')), $in, function($cx, $in) {return '<script> | ||
324 | - seajs.use(\'js/passport/back/email-success\'); | ||
325 | -</script> | ||
326 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backMobile')), $in, function($cx, $in) {return '<script> | ||
327 | - seajs.use(\'js/passport/back/mobile\'); | ||
328 | -</script> | ||
329 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backCode')), $in, function($cx, $in) {return '<script> | ||
330 | - seajs.use(\'js/passport/back/code\'); | ||
331 | -</script> | ||
332 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backNewPwd')), $in, function($cx, $in) {return '<script> | ||
333 | - seajs.use(\'js/passport/back/new-password\'); | ||
334 | -</script> | ||
335 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('channelPage')), $in, function($cx, $in) {return '<script> | ||
336 | - seajs.use(\'js/index/channel\'); | ||
337 | - seajs.use(\'js/index/footer\'); | ||
338 | -</script> | ||
339 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('grilsHomePage')), $in, function($cx, $in) {return '<script> | ||
340 | - seajs.use(\'js/home/home\', function(h) { | ||
341 | - h.set(\'girls\'); | ||
342 | - }); | ||
343 | - seajs.use(\'js/index/footer\'); | ||
344 | -</script> | ||
345 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('boysHomePage')), $in, function($cx, $in) {return '<script> | ||
346 | - seajs.use(\'js/home/home\', function(h) { | ||
347 | - h.set(\'boys\'); | ||
348 | - }); | ||
349 | - seajs.use(\'js/index/footer\'); | ||
350 | -</script> | ||
351 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('kidsHomePage')), $in, function($cx, $in) {return '<script> | ||
352 | - seajs.use(\'js/home/home\', function(h) { | ||
353 | - h.set(\'kids\'); | ||
354 | - }); | ||
355 | - seajs.use(\'js/index/footer\'); | ||
356 | -</script> | ||
357 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('lifestyleHomePage')), $in, function($cx, $in) {return '<script> | ||
358 | - seajs.use(\'js/home/home\', function(h) { | ||
359 | - h.set(\'lifestyle\'); | ||
360 | - }); | ||
361 | - seajs.use(\'js/index/footer\'); | ||
362 | -</script> | ||
363 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('newArrivalPage')), $in, function($cx, $in) {return '<script> | ||
364 | - seajs.use(\'js/product/newsale/newarrival\'); | ||
365 | - seajs.use(\'js/index/footer\'); | ||
366 | -</script> | ||
367 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('discountPage')), $in, function($cx, $in) {return '<script> | ||
368 | - seajs.use(\'js/product/newsale/discount\'); | ||
369 | - seajs.use(\'js/index/footer\'); | ||
370 | -</script> | ||
371 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('hotrankPage')), $in, function($cx, $in) {return '<script> | ||
372 | - seajs.use(\'js/product/newsale/hot-rank\'); | ||
373 | - seajs.use(\'js/index/footer\'); | ||
374 | -</script> | ||
375 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodListPage')), $in, function($cx, $in) {return '<script> | ||
376 | - seajs.use(\'js/product/list\'); | ||
377 | - seajs.use(\'js/index/footer\'); | ||
378 | -</script> | ||
379 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodsDetailPage')), $in, function($cx, $in) {return '<script> | ||
380 | - seajs.use(\'js/product/detail/detail\'); | ||
381 | -</script> | ||
382 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodsCommentsPage')), $in, function($cx, $in) {return '<script> | ||
383 | - seajs.use(\'js/product/detail/loadmore\'); | ||
384 | -</script> | ||
385 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodsConsultsPage')), $in, function($cx, $in) {return '<script> | ||
386 | - seajs.use(\'js/product/detail/comments-consults\'); | ||
387 | -</script> | ||
388 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('consultformPage')), $in, function($cx, $in) {return '<script> | ||
389 | - seajs.use(\'js/product/detail/consultform\'); | ||
390 | -</script> | ||
391 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('categoryPage')), $in, function($cx, $in) {return '<script> | ||
392 | - seajs.use(\'js/category/index\'); | ||
393 | - seajs.use(\'js/index/footer\'); | ||
394 | -</script> | ||
395 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('brandPage')), $in, function($cx, $in) {return '<script> | ||
396 | - seajs.use(\'js/category/brand\'); | ||
397 | - seajs.use(\'js/index/footer\'); | ||
398 | -</script> | ||
399 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('searchPage')), $in, function($cx, $in) {return '<script> | ||
400 | - seajs.use(\'js/index/search\'); | ||
401 | - seajs.use(\'js/index/footer\'); | ||
402 | -</script> | ||
403 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('shoppingCartPage')), $in, function($cx, $in) {return '<script> | ||
404 | - seajs.use(\'js/cart/cart\'); | ||
405 | -</script> | ||
406 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('giftPage')), $in, function($cx, $in) {return '<script> | ||
407 | - seajs.use(\'js/cart/gift-advance\'); | ||
408 | -</script> | ||
409 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('advanceBuyPage')), $in, function($cx, $in) {return '<script> | ||
410 | - seajs.use(\'js/cart/gift-advance\'); | ||
411 | -</script> | ||
412 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('orderEnsurePage')), $in, function($cx, $in) {return '<script> | ||
413 | - seajs.use(\'js/cart/order-ensure\'); | ||
414 | -</script> | ||
415 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('selectAddressPage')), $in, function($cx, $in) {return '<script> | ||
416 | - seajs.use(\'js/me/address\'); | ||
417 | - seajs.use(\'js/cart/select-address\'); | ||
418 | -</script> | ||
419 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('selectCouponPage')), $in, function($cx, $in) {return '<script> | ||
420 | - seajs.use(\'js/cart/select-coupon\'); | ||
421 | -</script> | ||
422 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('myIndexPage')), $in, function($cx, $in) {return '<script> | ||
423 | - seajs.use(\'js/me/index\'); | ||
424 | - seajs.use(\'js/index/footer\'); | ||
425 | -</script> | ||
426 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('orderPage')), $in, function($cx, $in) {return '<script> | ||
427 | - seajs.use(\'js/me/order\'); | ||
428 | -</script> | ||
429 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('orderDetailPage')), $in, function($cx, $in) {return '<script> | ||
430 | - seajs.use(\'js/me/order-detail\'); | ||
431 | -</script> | ||
432 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('favPage')), $in, function($cx, $in) {return '<script> | ||
433 | - seajs.use(\'js/me/fav\'); | ||
434 | -</script> | ||
435 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('suggestPage')), $in, function($cx, $in) {return '<script> | ||
436 | - seajs.use(\'js/me/suggest\'); | ||
437 | -</script> | ||
438 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('couponsPage')), $in, function($cx, $in) {return '<script> | ||
439 | - seajs.use(\'js/me/coupons\'); | ||
440 | -</script> | ||
441 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('onlineServicePage')), $in, function($cx, $in) {return '<script> | ||
442 | - seajs.use(\'js/me/online-service\'); | ||
443 | -</script> | ||
444 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('onlineServiceDetailPage')), $in, function($cx, $in) {return '<script> | ||
445 | - seajs.use(\'js/index/footer\'); | ||
446 | -</script> | ||
447 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('addressPage')), $in, function($cx, $in) {return '<script> | ||
448 | - seajs.use(\'js/me/address\'); | ||
449 | -</script> | ||
450 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('addressActionPage')), $in, function($cx, $in) {return '<script> | ||
451 | - seajs.use(\'js/me/address-act\'); | ||
452 | -</script> | ||
453 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('myGuangPage')), $in, function($cx, $in) {return '<script> | ||
454 | - seajs.use(\'js/me/my-guang\'); | ||
455 | -</script> | ||
456 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('personalDetailsPage')), $in, function($cx, $in) {return '<script> | ||
457 | - seajs.use(\'js/me/personal-details\'); | ||
458 | -</script> | ||
459 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('browseRecordPage')), $in, function($cx, $in) {return '<script> | ||
460 | - seajs.use(\'js/me/browse-record\'); | ||
461 | -</script> | ||
462 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('logisticInfoPage')), $in, function($cx, $in) {return '<script> | ||
463 | - seajs.use(\'js/me/logistic\'); | ||
464 | -</script> | ||
465 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('payCenterPage')), $in, function($cx, $in) {return '<script> | ||
466 | - seajs.use(\'js/me/pay\'); | ||
467 | -</script> | ||
468 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('currencyDetail')), $in, function($cx, $in) {return '<script> | ||
469 | - seajs.use(\'js/me/currency\'); | ||
470 | -</script> | ||
471 | -';}).' | ||
472 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('currencyPage')), $in, function($cx, $in) {return '<script> | ||
473 | - seajs.use(\'js/me/currency-new\'); | ||
474 | -</script> | ||
475 | -';}).' | ||
476 | -'.''.'<!-- Google Tag Manager --> | ||
477 | -<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
478 | -<script> | ||
479 | - var _hmt = _hmt || []; | ||
480 | - function async_load(){ | ||
481 | - (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': | ||
482 | - new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], | ||
483 | - j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= | ||
484 | - \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); | ||
485 | - })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\'); | ||
486 | - (function() { | ||
487 | - var hm = document.createElement("script"); | ||
488 | - hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311"; | ||
489 | - hm.async = 1; | ||
490 | - var s = document.getElementsByTagName("script")[0]; | ||
491 | - s.parentNode.insertBefore(hm, s); | ||
492 | - })(); | ||
493 | - (function() { | ||
494 | - var hm = document.createElement("script"); | ||
495 | - hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841"; | ||
496 | - hm.async = 1; | ||
497 | - var s = document.getElementsByTagName("script")[0]; | ||
498 | - s.parentNode.insertBefore(hm, s); | ||
499 | - })(); | ||
500 | - (function() { | ||
501 | - var hm = document.createElement("script"); | ||
502 | - hm.src = "//hm.baidu.com/hm.js?e5b83a487a4458aa5abca43f5779b764"; | ||
503 | - var s = document.getElementsByTagName("script")[0]; | ||
504 | - s.parentNode.insertBefore(hm, s); | ||
505 | - })(); | ||
506 | - (function() { | ||
507 | - var hm = document.createElement("script"); | ||
508 | - hm.src = "http://static.yohobuy.com/js/analytics/analysis.js"; | ||
509 | - hm.async = 1; | ||
510 | - var s = document.getElementsByTagName("script")[0]; | ||
511 | - s.parentNode.insertBefore(hm, s); | ||
512 | - })(); | ||
513 | - } | ||
514 | - window.addEventListener(\'load\', async_load, false); | ||
515 | -</script> | ||
516 | -<script> | ||
517 | - window._py = window._py||[]; | ||
518 | - window._py.push([\'a\', \'MC..o8vMMWxEXDCiqYckD81lUX\']); | ||
519 | - window._py.push([\'domain\',\'stats.ipinyou.com\']); | ||
520 | - window._py.push([\'e\',\'\']); | ||
521 | - if(typeof _goodsData!=\'undefined\'){ | ||
522 | - window._py.push([\'pi\',_goodsData]); | ||
523 | - } | ||
524 | - -function(d){ | ||
525 | - var f = \'https:\' == d.location.protocol;var c = d.createElement(\'script\');c.type=\'text/javascript\';c.async=1; | ||
526 | - c.src=(f ? \'https\' : \'http\') + \'://\'+(f?\'fm.ipinyou.com\':\'fm.p0y.cn\')+\'/j/t/adv.js\'; | ||
527 | - var h = d.getElementsByTagName("script")[0];h.parentNode.insertBefore(c, h); | ||
528 | - }(document); | ||
529 | -</script> | ||
530 | -<script src="http://static.yohobuy.com/m/v1/js/om_code.js" async="async"></script>'.'</body> | ||
531 | -</html>'.''; | ||
532 | -} | ||
533 | -?> |
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>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('title')), ENT_QUOTES, 'UTF-8').'</title> | ||
29 | -<meta name="keywords" content="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('keywords')), ENT_QUOTES, 'UTF-8').'"> | ||
30 | -<meta name="description" content="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('description')), ENT_QUOTES, 'UTF-8').'"> | ||
31 | -<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> | ||
32 | -<meta http-equiv="cleartype" content="on"> | ||
33 | -<meta name="apple-mobile-web-app-status-bar-style" content="black" /> | ||
34 | -<meta content="telephone=no" name="format-detection" /> | ||
35 | -<meta content="email=no" name="format-detection" /> | ||
36 | -<script type="text/javascript"> | ||
37 | - (function(doc, win) { | ||
38 | - var docEl = doc.documentElement; | ||
39 | - (function() { | ||
40 | - var clientWidth = docEl.clientWidth; | ||
41 | - if (!clientWidth) { | ||
42 | - return; | ||
43 | - } | ||
44 | - docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\'; | ||
45 | - }()); | ||
46 | - })(document, window); | ||
47 | -</script> | ||
48 | -<link rel="dns-prefetch" href="//cdn.yoho.cn"> | ||
49 | -<link rel="dns-prefetch" href="//static.yohobuy.com"> | ||
50 | -<link rel="dns-prefetch" href="//img12.static.yhbimg.com"> | ||
51 | -<link rel="dns-prefetch" href="//img13.static.yhbimg.com"> | ||
52 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('rlsEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.css"> | ||
53 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('preEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.css"> | ||
54 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('testEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.css"> | ||
55 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('devEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css"> | ||
56 | -';}).'<link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png"> | ||
57 | -<link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)"> | ||
58 | -<link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)"> | ||
59 | -</head> | ||
60 | -<body '.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isPassportPage')), $in, function($cx, $in) {return 'class=passport-body';}).'> | ||
61 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('systemUpdate')), $in, function($cx, $in) {return ' <div class="systemUpdate"> | ||
62 | - <a href="index/systemUpdate" class="systemHeader">Yoho!Buy有货关于系统升级的公告</a> | ||
63 | - <span>X</span> | ||
64 | - </div> | ||
65 | -';}).''.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('pageHeader')), $in, false, function($cx, $in) {return '<header id="yoho-header" class="yoho-header'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('boys')), $in, function($cx, $in) {return ' boys';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('girls')), $in, function($cx, $in) {return ' girls';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('kids')), $in, function($cx, $in) {return ' kids';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('lifeStyle')), $in, function($cx, $in) {return ' life-style';}).'"> | ||
66 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navBack')), $in, false, function($cx, $in) {return ' <a href="'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backUrl')), $in, function($cx, $in) {return ''.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('backUrl')), ENT_QUOTES, 'UTF-8').'';}, function($cx, $in) {return 'javascript:history.go(-1);';}).'" class="iconfont nav-back"></a> | ||
67 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navBtn')), $in, false, function($cx, $in) {return ' <span class="iconfont nav-home"></span> | ||
68 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('currencyPage')), $in, false, function($cx, $in) {return ' <a href="/home/helpDetail?code=20151230-102233&caption=YOHO币介绍" class="iconfont nav-home"></a> | ||
69 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('currencyDetailPage')), $in, false, function($cx, $in) {return ' <a href="/home/helpDetail?code=20111130-152530&caption=如何使用YOHO币支付" class="iconfont nav-home"></a> | ||
70 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navPhone')), $in, false, function($cx, $in) {return ' <a href="'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'" class="iconfont nav-home"></a> | ||
71 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navTitle')), $in, false, function($cx, $in) {return ' <p class="nav-title">'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'</p> | ||
72 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('suggestSub')), $in, false, function($cx, $in) {return ' <span class="nav-btn">提交</span> | ||
73 | -';}).'</header> | ||
74 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navBtn')), $in, false, function($cx, $in) {return '<div class="homebuttom hide '.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['scopes'][count($cx['scopes'])-1], array('boys')), $in, function($cx, $in) {return ' boys';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['scopes'][count($cx['scopes'])-1], array('girls')), $in, function($cx, $in) {return ' girls';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['scopes'][count($cx['scopes'])-1], array('kids')), $in, function($cx, $in) {return ' kids';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['scopes'][count($cx['scopes'])-1], array('lifeStyle')), $in, function($cx, $in) {return ' life-style';}).'"> | ||
75 | - <ul> | ||
76 | - <li> | ||
77 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('indexUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
78 | - <i class="iconfont"></i> | ||
79 | - <span>首页</span> | ||
80 | - </a> | ||
81 | - </li> | ||
82 | - <li> | ||
83 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('categoryUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
84 | - <i class="iconfont"></i> | ||
85 | - <span>分类</span> | ||
86 | - </a> | ||
87 | - </li> | ||
88 | - <li> | ||
89 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shoppingCartUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
90 | - <i class="iconfont"></i> | ||
91 | - <span>购物车</span> | ||
92 | - </a> | ||
93 | - </li> | ||
94 | - <li> | ||
95 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('mineUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
96 | - <i class="iconfont"></i> | ||
97 | - <span>我的</span> | ||
98 | - </a> | ||
99 | - </li> | ||
100 | - </ul> | ||
101 | -</div> | ||
102 | -';}).' | ||
103 | -';}).''.''.' <div class="mobile-container"> | ||
104 | - <div class="mobile-wrap boys-wrap yoho-page"> | ||
105 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('homeHeader')), $in, false, function($cx, $in) {return ''.' <div class="home-header clearfix" '.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('bgColor')), $in, false, function($cx, $in) {return 'style="background-color:'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').';background-image:none"';}).'> | ||
106 | - <span class="nav-btn iconfont"></span> | ||
107 | - <span class="logo"></span> | ||
108 | - <span class="search-btn iconfont"><a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('searchUrl')), ENT_QUOTES, 'UTF-8').'"></a></span> | ||
109 | - </div>'.'';}).' | ||
110 | -'.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('content')), $in, false, function($cx, $in) {return ''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('bannerTop')), $in, false, function($cx, $in) {return ''.' <div class="banner-top"> | ||
111 | - <div class="banner-swiper swiper-container"> | ||
112 | - <ul class="swiper-wrapper"> | ||
113 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('list')), $in, true, function($cx, $in) {return ''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['sp_vars'], array('first')), $in, function($cx, $in) {return ' <li class="swiper-slide"> | ||
114 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'"> | ||
115 | - <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('img')), ENT_QUOTES, 'UTF-8').'"> | ||
116 | - </a> | ||
117 | - </li> | ||
118 | -';}, function($cx, $in) {return ' <li class="swiper-slide"> | ||
119 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'"> | ||
120 | - <img class="swiper-lazy" data-src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('img')), ENT_QUOTES, 'UTF-8').'"> | ||
121 | - </a> | ||
122 | - <div class="swiper-lazy-preloader"></div> | ||
123 | - </li> | ||
124 | -';}).'';}).' </ul> | ||
125 | - </div> | ||
126 | - <div class="swiper-pagination"> | ||
127 | - <div class="pagination-inner"> | ||
128 | - </div> | ||
129 | - </div> | ||
130 | - </div>'.'';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('iconsEnter')), $in, false, function($cx, $in) {return ''.' <div class="icons-wrapper"> | ||
131 | - <ul class="icons-list clearfix"> | ||
132 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('list')), $in, false, function($cx, $in) {return ' <li class="icons-item"><a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'" class="imagebar"><img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('img')), ENT_QUOTES, 'UTF-8').'" alt=""></a><a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'" class="linkbar">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('title')), ENT_QUOTES, 'UTF-8').'</a></li> | ||
133 | -';}).' </ul> | ||
134 | - </div> | ||
135 | -'.'';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('notice')), $in, false, function($cx, $in) {return ''.''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('notice','open')), $in, function($cx, $in) {return ' <div class="notice-wrap clearfix"> | ||
136 | - <div class="trend"> | ||
137 | - </div> | ||
138 | - <div class="notice" data-time="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('notice','time')), ENT_QUOTES, 'UTF-8').'"> | ||
139 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('notice','list')), $in, false, function($cx, $in) {return ' <a class="notice-item item-'.htmlentities((string)Plugin\LCRun3::v($cx, $cx['sp_vars'], array('index')), ENT_QUOTES, 'UTF-8').'" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'"> | ||
140 | - <span class="notice-icon"></span> | ||
141 | - '.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('title')), ENT_QUOTES, 'UTF-8').' | ||
142 | - </a> | ||
143 | -';}).' </div> | ||
144 | - </div> | ||
145 | -';}).''.'';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('banner')), $in, false, function($cx, $in) {return ''.' <div class="banner-center"> | ||
146 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'"> | ||
147 | - <img class="lazy" data-original="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('img')), ENT_QUOTES, 'UTF-8').'" alt=""> | ||
148 | - </a> | ||
149 | - </div>'.'';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('smallPic')), $in, false, function($cx, $in) {return ''.' <div id="thumb-row"> | ||
150 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('list')), $in, false, function($cx, $in) {return ' <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'"> | ||
151 | - <div class="thumb-row-box" style="background-image:url('.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('img')), ENT_QUOTES, 'UTF-8').')"></div> | ||
152 | - </a> | ||
153 | -';}).' </div> | ||
154 | -'.'';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('hotCategory')), $in, false, function($cx, $in) {return ''.' <div class="hot-category"> | ||
155 | -'.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('name')), $in, false, function($cx, $in) {return ' <div class="floor-header"> | ||
156 | - <h2>'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'</h2> | ||
157 | - </div> | ||
158 | -';}).''.' | ||
159 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('banner')), $in, false, function($cx, $in) {return ' <a class="category-banner" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'"> | ||
160 | - <img class="lazy" data-original="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('img')), ENT_QUOTES, 'UTF-8').'"> | ||
161 | - </a> | ||
162 | -';}).' <ul class="category-list clearfix"> | ||
163 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('list')), $in, false, function($cx, $in) {return ' <li> | ||
164 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'"> | ||
165 | - <div class="img-box"> | ||
166 | - <img class="lazy" data-original="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('img')), ENT_QUOTES, 'UTF-8').'" alt=""> | ||
167 | - </div> | ||
168 | - </a> | ||
169 | - </li> | ||
170 | -';}).' </ul> | ||
171 | - </div>'.'';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('hotBrands')), $in, false, function($cx, $in) {return ''.' <ul class="hot-brands clearfix"> | ||
172 | -'.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('name')), $in, false, function($cx, $in) {return ' <div class="floor-header"> | ||
173 | - <h2>'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'</h2> | ||
174 | - </div> | ||
175 | -';}).''.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('list')), $in, false, function($cx, $in) {return ' <li class="brand"> | ||
176 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'"> | ||
177 | - <div class="brand-logo"> | ||
178 | - <img class="lazy" data-original="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('img')), ENT_QUOTES, 'UTF-8').'"> | ||
179 | - </div> | ||
180 | - <p class="brand-name">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('name')), ENT_QUOTES, 'UTF-8').'</p> | ||
181 | - </a> | ||
182 | - </li> | ||
183 | -';}).' <li class="more"> | ||
184 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('more')), ENT_QUOTES, 'UTF-8').'"></a> | ||
185 | - </li> | ||
186 | - </ul>'.'';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('hotBrandsScroll')), $in, false, function($cx, $in) {return ''.' <div class="hot-brands"> | ||
187 | -'.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('name')), $in, false, function($cx, $in) {return ' <div class="floor-header"> | ||
188 | - <h2>'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'</h2> | ||
189 | - </div> | ||
190 | -';}).''.' <div class="brands-swiper"> | ||
191 | - <ul class="brands-list swiper-wrapper clearfix"> | ||
192 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('list')), $in, false, function($cx, $in) {return ' <li class="swiper-slide"> | ||
193 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'"> | ||
194 | - <img src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('img')), ENT_QUOTES, 'UTF-8').'" alt=""> | ||
195 | - <span class="brands-title">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('textCn')), ENT_QUOTES, 'UTF-8').'</span> | ||
196 | - </a> | ||
197 | - </li> | ||
198 | -';}).' </ul> | ||
199 | - </div> | ||
200 | - </div> | ||
201 | -'.'';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('trendColloaction')), $in, false, function($cx, $in) {return ''.' <div class="trend-coll-wrapper"> | ||
202 | -'.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('title')), $in, false, function($cx, $in) {return ' <div class="floor-header-more"> | ||
203 | - <h2>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('title')), ENT_QUOTES, 'UTF-8').'</h2> | ||
204 | - <a class="more-btn iconfont" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('more_url')), ENT_QUOTES, 'UTF-8').'"></a> | ||
205 | - </div> | ||
206 | - ';}).''.' <div class="trend-coll-content clearfix"> | ||
207 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('article')), $in, false, function($cx, $in) {return ' <div class="lspan"> | ||
208 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'"><img class="lazy rspanimg" data-original="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('img')), ENT_QUOTES, 'UTF-8').'" ></a> | ||
209 | - </div> | ||
210 | -';}).' </div> | ||
211 | - <div class="trend-coll-tail"> | ||
212 | - <h3 class="recommend-title">推荐搭配</h3> | ||
213 | - <div class="recommend-swiper"> | ||
214 | - <ul class="recommend-list swiper-wrapper clearfix"> | ||
215 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('recommend_collocation')), $in, false, function($cx, $in) {return ' <li class="recommend-item swiper-slide"><a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'"><img class="img" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('img')), ENT_QUOTES, 'UTF-8').'" alt="" /></a></li> | ||
216 | -';}).' </ul> | ||
217 | - </div> | ||
218 | - </div> | ||
219 | - </div> | ||
220 | - | ||
221 | - | ||
222 | -'.'';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('trendTopics')), $in, false, function($cx, $in) {return ''.' <div class="trend-topic-wrapper"> | ||
223 | -'.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('title')), $in, false, function($cx, $in) {return ' <div class="floor-header-more"> | ||
224 | - <h2>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('title')), ENT_QUOTES, 'UTF-8').'</h2> | ||
225 | - <a class="more-btn iconfont" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('more_url')), ENT_QUOTES, 'UTF-8').'"></a> | ||
226 | - </div> | ||
227 | - ';}).''.' <div class="trend-topic-content"> | ||
228 | - <div class="trend-topic-swiper"> | ||
229 | - <ul class="swiper-wrapper"> | ||
230 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('list')), $in, false, function($cx, $in) {return ' <li class="swiper-slide"> | ||
231 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'"> | ||
232 | - <div class="img-box"> | ||
233 | - <img class="lazy" data-original="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('img')), ENT_QUOTES, 'UTF-8').'" src="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('img')), ENT_QUOTES, 'UTF-8').'" alt=""> | ||
234 | - </div> | ||
235 | - <div class="item-content"> | ||
236 | - <p class="title">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('title')), ENT_QUOTES, 'UTF-8').'</p> | ||
237 | - <p class="time"> | ||
238 | - <span class="iconfont time-icon"></span> | ||
239 | - <span>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('publish_time')), ENT_QUOTES, 'UTF-8').'</span> | ||
240 | - </p> | ||
241 | - </div> | ||
242 | - </a> | ||
243 | - </li> | ||
244 | -';}).' </ul> | ||
245 | - </div> | ||
246 | - <div class="swiper-pagination"> | ||
247 | - <div class="pagination-inner clearfix"> | ||
248 | - </div> | ||
249 | - </div> | ||
250 | - </div> | ||
251 | - </div> | ||
252 | -'.'';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('goodsCategory')), $in, false, function($cx, $in) {return ''.''.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('title')), $in, false, function($cx, $in) {return ' <div class="floor-header-more"> | ||
253 | - <h2>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('title')), ENT_QUOTES, 'UTF-8').'</h2> | ||
254 | - <a class="more-btn iconfont" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('more_url')), ENT_QUOTES, 'UTF-8').'"></a> | ||
255 | - </div> | ||
256 | - ';}).''.' <div class="goods-category"> | ||
257 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('big_image')), $in, false, function($cx, $in) {return ''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('big_list')), $in, function($cx, $in) {return ' <div class="category-swiper"> | ||
258 | - <ul class="swiper-wrapper"> | ||
259 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('big_list')), $in, false, function($cx, $in) {return ' <li class="swiper-slide"> | ||
260 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'"> | ||
261 | - <img class="lazy" data-original="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('img')), ENT_QUOTES, 'UTF-8').'" alt="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('title')), ENT_QUOTES, 'UTF-8').'"> | ||
262 | - </a> | ||
263 | - </li> | ||
264 | -';}).' </ul> | ||
265 | - <div class="swiper-pagination"> | ||
266 | - <div class="pagination-inner clearfix"> | ||
267 | - </div> | ||
268 | - </div> | ||
269 | - </div> | ||
270 | -';}, function($cx, $in) {return ' <div class="category-swiper"> | ||
271 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'"> | ||
272 | - <img class="lazy" data-original="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('img')), ENT_QUOTES, 'UTF-8').'" alt="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('title')), ENT_QUOTES, 'UTF-8').'"> | ||
273 | - </a> | ||
274 | - </div> | ||
275 | -';}).'';}).' <ul class="category-list clearfix"> | ||
276 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('list')), $in, false, function($cx, $in) {return ' <li> | ||
277 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'"> | ||
278 | - <div class="img-box"> | ||
279 | - <img class="lazy" data-original="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('img')), ENT_QUOTES, 'UTF-8').'" alt=""> | ||
280 | - </div> | ||
281 | - <p class="category-name">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('textCn')), ENT_QUOTES, 'UTF-8').'</p> | ||
282 | - </a> | ||
283 | - </li> | ||
284 | -';}).' </ul> | ||
285 | - </div>'.'';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('creativeLife')), $in, false, function($cx, $in) {return ''.''.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('title')), $in, false, function($cx, $in) {return ' <div class="floor-header-more"> | ||
286 | - <h2>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('title')), ENT_QUOTES, 'UTF-8').'</h2> | ||
287 | - <a class="more-btn iconfont" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('more_url')), ENT_QUOTES, 'UTF-8').'"></a> | ||
288 | - </div> | ||
289 | - ';}).''.' <div class="creative-life"> | ||
290 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('banner')), $in, false, function($cx, $in) {return ' <a class="banner" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'"> | ||
291 | - <img class="lazy" data-original="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('img')), ENT_QUOTES, 'UTF-8').'"> | ||
292 | - </a> | ||
293 | -';}).' <ul class="classify-list clearfix"> | ||
294 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('list')), $in, false, function($cx, $in) {return ' <li class="classify"> | ||
295 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'"> | ||
296 | - <div class="classify-logo"> | ||
297 | - <img class="lazy" data-original="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('img')), ENT_QUOTES, 'UTF-8').'"> | ||
298 | - </div> | ||
299 | - <p class="classify-name">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('name')), ENT_QUOTES, 'UTF-8').'</p> | ||
300 | - </a> | ||
301 | - </li> | ||
302 | -';}).' </ul> | ||
303 | - </div>'.'';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('plusStar')), $in, false, function($cx, $in) {return ''.' | ||
304 | - <div class="plus-star"> | ||
305 | -'.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('name')), $in, false, function($cx, $in) {return ' <div class="floor-header"> | ||
306 | - <h2>'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'</h2> | ||
307 | - </div> | ||
308 | -';}).''.' <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'"> | ||
309 | - <img class="lazy" data-original="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('img')), ENT_QUOTES, 'UTF-8').'"> | ||
310 | - </a> | ||
311 | - </div>'.'';}).'';}).' | ||
312 | -'.' <div class="maybe-like"> | ||
313 | - <p class="title"> | ||
314 | - <i class="icon"></i> | ||
315 | - <span>你可能喜欢</span> | ||
316 | - </p> | ||
317 | - <div id="goods-list" class="goods-list clearfix"></div> | ||
318 | - </div> | ||
319 | - <div class="load-more-img hide" id="load-more-img"> | ||
320 | - <a href=""> | ||
321 | - <img src=""> | ||
322 | - </a> | ||
323 | - </div> | ||
324 | -'.''.' | ||
325 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('twoColumnGoods')), $in, false, function($cx, $in) {return ''.' <div class="two-column-goods"> | ||
326 | - <ul class="column-nav clearfix"> | ||
327 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('columnNav')), $in, false, function($cx, $in) {return ' <li data-url="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('textCn')), ENT_QUOTES, 'UTF-8').'</li> | ||
328 | -';}).' </ul> | ||
329 | - <div class="goods-list clearfix"> | ||
330 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('goods')), $in, false, function($cx, $in) {return ''.' '.Plugin\LCRun3::ifv($cx, $in, $in, function($cx, $in) {return ' | ||
331 | - <div class="good-info" data-id="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('id')), ENT_QUOTES, 'UTF-8').'"> | ||
332 | - <div class="tag-container clearfix"> | ||
333 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('tags')), $in, false, function($cx, $in) {return ''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('is_new')), $in, false, function($cx, $in) {return ' <p class="good-tag new-tag">NEW</p> | ||
334 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('is_advance')), $in, false, function($cx, $in) {return ' <p class="good-tag renew-tag">再到着</p> | ||
335 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('is_discount')), $in, false, function($cx, $in) {return ' <p class="good-tag sale-tag">SALE</p> | ||
336 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('is_yohoood')), $in, false, function($cx, $in) {return ' <p class="good-tag new-festival-tag">新品节</p> | ||
337 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('is_limited')), $in, false, function($cx, $in) {return ' <p class="good-tag limit-tag">限量商品</p> | ||
338 | -';}).'';}).' </div> | ||
339 | - <div class="good-detail-img"> | ||
340 | - <a class="good-thumb" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'"> | ||
341 | - <img class="lazy" data-original="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('thumb')), ENT_QUOTES, 'UTF-8').'"> | ||
342 | - </a> | ||
343 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('is_soon_sold_out')), $in, false, function($cx, $in) {return ' <p class="few-tag">即将售罄</p> | ||
344 | -';}).' </div> | ||
345 | - <div class="good-detail-text"> | ||
346 | - <div class="name"> | ||
347 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('name')), ENT_QUOTES, 'UTF-8').'</a> | ||
348 | - </div> | ||
349 | - <div class="price"> | ||
350 | - <span class="sale-price '.((Plugin\LCRun3::isec($cx, Plugin\LCRun3::v($cx, $in, array('price')))) ? 'no-price' : '').'">¥'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('salePrice')), ENT_QUOTES, 'UTF-8').'</span> | ||
351 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('price')), $in, false, function($cx, $in) {return ' <span class="market-price">¥'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'</span> | ||
352 | -';}).' </div> | ||
353 | - </div> | ||
354 | - </div> | ||
355 | - ';}).''.'';}).' </div> | ||
356 | - </div>'.'';}).' | ||
357 | - <div class="overlay"></div> | ||
358 | -'.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('showFooterTab')), $in, false, function($cx, $in) {return ' <div class="footer-tab"> | ||
359 | - <a class="tab-item '.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('grilsHomePage')), $in, function($cx, $in) {return 'current';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('boysHomePage')), $in, function($cx, $in) {return 'current';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('kidsHomePage')), $in, function($cx, $in) {return 'current';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('lifestyleHomePage')), $in, function($cx, $in) {return 'current';}).'" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('indexUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
360 | - <p class="iconfont tab-icon"></p> | ||
361 | - <p class="tab-name">首页</p> | ||
362 | - </a> | ||
363 | - <a class="tab-item '.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('categoryPage')), $in, function($cx, $in) {return 'current';}).'" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('categoryUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
364 | - <p class="iconfont tab-icon"></p> | ||
365 | - <p class="tab-name">分类</p> | ||
366 | - </a> | ||
367 | - <a class="tab-item '.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangHome')), $in, function($cx, $in) {return 'current';}).'" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('guangUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
368 | - <p class="iconfont tab-icon"></p> | ||
369 | - <p class="tab-name">逛</p> | ||
370 | - </a> | ||
371 | - <a class="tab-item '.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('shoppingCartPage')), $in, function($cx, $in) {return 'current';}).'" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shoppingCartUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
372 | - <p class="iconfont tab-icon"></p> | ||
373 | - <p class="tab-name">购物车</p> | ||
374 | - </a> | ||
375 | - <a class="tab-item '.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('minePage')), $in, function($cx, $in) {return 'current';}).'" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('mineUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
376 | - <p class="iconfont tab-icon"></p> | ||
377 | - <p class="tab-name">我的</p> | ||
378 | - </a> | ||
379 | - </div> | ||
380 | -';}).' '.' </div> | ||
381 | -'.' <div class="side-nav"> | ||
382 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('sideNav')), $in, false, function($cx, $in) {return ' <ul '.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['sp_vars'], array('first')), $in, function($cx, $in) {return 'class="first"';}).'> | ||
383 | -'.Plugin\LCRun3::sec($cx, $in, $in, false, function($cx, $in) {return ' <li class="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('styleClass')), ENT_QUOTES, 'UTF-8').'"> | ||
384 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('url')), $in, function($cx, $in) {return ' <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'" style="'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('color')), $in, function($cx, $in) {return 'color:'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('color')), ENT_QUOTES, 'UTF-8').';';}).'"> | ||
385 | -';}, function($cx, $in) {return ' <a href="javascript:;" style="'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('color')), $in, function($cx, $in) {return 'color:'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('color')), ENT_QUOTES, 'UTF-8').';';}).'"> | ||
386 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('img')), $in, false, function($cx, $in) {return ' <span class="nav-img" style="background-image: url('.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').')"></span> | ||
387 | -';}).''.((Plugin\LCRun3::isec($cx, Plugin\LCRun3::v($cx, $in, array('img')))) ? ' <i class="nav-icon"></i> | ||
388 | -' : '').' <em>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('textCn')), ENT_QUOTES, 'UTF-8').'</em> | ||
389 | - <span class="title">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('textEn')), ENT_QUOTES, 'UTF-8').'</span> | ||
390 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('subNav')), $in, false, function($cx, $in) {return ' <span class="enter-subnav iconfont"></span> | ||
391 | -';}).' </a> | ||
392 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('subNav')), $in, false, function($cx, $in) {return ' <ul class="sub-nav"> | ||
393 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('list')), $in, false, function($cx, $in) {return ' <li class="'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('isSelect')), $in, false, function($cx, $in) {return 'current';}).'" style="background-color:'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('bgColor')), ENT_QUOTES, 'UTF-8').';"> | ||
394 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('url')), $in, function($cx, $in) {return ' <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'" style="'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('color')), $in, function($cx, $in) {return 'color:'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('color')), ENT_QUOTES, 'UTF-8').';';}).'"> | ||
395 | -';}, function($cx, $in) {return ' <a href="javascript:;" style="'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('color')), $in, function($cx, $in) {return 'color:'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('color')), ENT_QUOTES, 'UTF-8').';';}).'"> | ||
396 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('back')), $in, false, function($cx, $in) {return ' <i class="nav-back iconfont"></i> | ||
397 | -';}).' <em>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('textCn')), ENT_QUOTES, 'UTF-8').'</em> | ||
398 | - <span class="title">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('textEn')), ENT_QUOTES, 'UTF-8').'</span> | ||
399 | - </a> | ||
400 | - </li> | ||
401 | -';}).' </ul> | ||
402 | -';}).' </li> | ||
403 | -';}).' </ul> | ||
404 | -';}).' </div> | ||
405 | -'.' </div> | ||
406 | -'.''.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('pageFooter')), $in, false, function($cx, $in) {return '<footer id="yoho-footer" class="yoho-footer hide"> | ||
407 | - <p class="op-row"> | ||
408 | - <span class="back-to-top"> | ||
409 | - Back to top | ||
410 | - <i class="iconfont"></i> | ||
411 | - </span> | ||
412 | - </p> | ||
413 | - <address class="copyright"> | ||
414 | - CopyRight©2007-2016 南京新与力文化传播有限公司 | ||
415 | - </address> | ||
416 | -</footer> | ||
417 | -';}).' | ||
418 | -'.''.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('showDownloadApp')), $in, false, function($cx, $in) {return '<div class="float-layer hide" id="float-layer-app"> | ||
419 | - <div class="float-layer-left"> | ||
420 | - <span class="yoho-icon iconfont"></span> | ||
421 | - <p>新用户送千元礼包</p> | ||
422 | - </div> | ||
423 | - <a href="javascript:void(0);" id="float-layer-close" > | ||
424 | - <i class="close-icon iconfont"></i> | ||
425 | - <div class="circle-rightbottom"></div> | ||
426 | - </a> | ||
427 | - <a href="http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho" id="float-layer-btn"> | ||
428 | - 立即下载 | ||
429 | - </a> | ||
430 | -</div> | ||
431 | -';}).' | ||
432 | - | ||
433 | - | ||
434 | - '.''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('hasWxShare')), $in, function($cx, $in) {return '<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | ||
435 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('rlsEnv')), $in, function($cx, $in) {return '<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/lib.js"></script> | ||
436 | -<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.js"></script> | ||
437 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('preEnv')), $in, function($cx, $in) {return '<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/lib.js"></script> | ||
438 | -<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.js"></script> | ||
439 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('testEnv')), $in, function($cx, $in) {return '<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/lib.js"></script> | ||
440 | -<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index-debug.js"></script> | ||
441 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('devEnv')), $in, function($cx, $in) {return '<script src="http://localhost:8000/static/js/sea.js?nowrap"></script> | ||
442 | -<script>seajs.config({base: \'http://localhost:8000/\'});</script> | ||
443 | -';}).''.'<script> | ||
444 | - seajs.use(\'js/common\'); | ||
445 | -</script> | ||
446 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('psList')), $in, function($cx, $in) {return '<script> | ||
447 | - seajs.use(\'js/guang/plus-star/list\'); | ||
448 | -</script> | ||
449 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('psDetail')), $in, function($cx, $in) {return '<script> | ||
450 | - seajs.use(\'js/guang/plus-star/detail\'); | ||
451 | -</script> | ||
452 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangHome')), $in, function($cx, $in) {return '<script> | ||
453 | - seajs.use(\'js/guang/home\'); | ||
454 | -</script> | ||
455 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangList')), $in, function($cx, $in) {return '<script> | ||
456 | - seajs.use(\'js/guang/list\'); | ||
457 | -</script> | ||
458 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangDetail')), $in, function($cx, $in) {return '<script> | ||
459 | - seajs.use(\'js/guang/detail\', function(d) { | ||
460 | - d.i(true); | ||
461 | - }); | ||
462 | -</script> | ||
463 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangEzine')), $in, function($cx, $in) {return '<script> | ||
464 | - seajs.use(\'js/guang/detail\', function(d) { | ||
465 | - d.i(false); | ||
466 | - }); | ||
467 | -</script> | ||
468 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('regIndex')), $in, function($cx, $in) {return '<script> | ||
469 | - seajs.use(\'js/passport/register/register\'); | ||
470 | -</script> | ||
471 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('regCode')), $in, function($cx, $in) {return '<script> | ||
472 | - seajs.use(\'js/passport/register/code\'); | ||
473 | -</script> | ||
474 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('regPwd')), $in, function($cx, $in) {return '<script> | ||
475 | - seajs.use(\'js/passport/register/password\'); | ||
476 | -</script> | ||
477 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('bindIndex')), $in, function($cx, $in) {return '<script> | ||
478 | - seajs.use(\'js/passport/bind/bind\'); | ||
479 | -</script> | ||
480 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('bindCode')), $in, function($cx, $in) {return '<script> | ||
481 | - seajs.use(\'js/passport/bind/code\'); | ||
482 | -</script> | ||
483 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('bindPwd')), $in, function($cx, $in) {return '<script> | ||
484 | - seajs.use(\'js/passport/bind/password\'); | ||
485 | -</script> | ||
486 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('loginIndex')), $in, function($cx, $in) {return '<script> | ||
487 | - seajs.use(\'js/passport/login/login\'); | ||
488 | -</script> | ||
489 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('loginInternational')), $in, function($cx, $in) {return '<script> | ||
490 | - seajs.use(\'js/passport/login/international\'); | ||
491 | -</script> | ||
492 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backEmail')), $in, function($cx, $in) {return '<script> | ||
493 | - seajs.use(\'js/passport/back/email\'); | ||
494 | -</script> | ||
495 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backEmailSuccess')), $in, function($cx, $in) {return '<script> | ||
496 | - seajs.use(\'js/passport/back/email-success\'); | ||
497 | -</script> | ||
498 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backMobile')), $in, function($cx, $in) {return '<script> | ||
499 | - seajs.use(\'js/passport/back/mobile\'); | ||
500 | -</script> | ||
501 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backCode')), $in, function($cx, $in) {return '<script> | ||
502 | - seajs.use(\'js/passport/back/code\'); | ||
503 | -</script> | ||
504 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backNewPwd')), $in, function($cx, $in) {return '<script> | ||
505 | - seajs.use(\'js/passport/back/new-password\'); | ||
506 | -</script> | ||
507 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('channelPage')), $in, function($cx, $in) {return '<script> | ||
508 | - seajs.use(\'js/index/channel\'); | ||
509 | - seajs.use(\'js/index/footer\'); | ||
510 | -</script> | ||
511 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('grilsHomePage')), $in, function($cx, $in) {return '<script> | ||
512 | - seajs.use(\'js/home/home\', function(h) { | ||
513 | - h.set(\'girls\'); | ||
514 | - }); | ||
515 | - seajs.use(\'js/index/footer\'); | ||
516 | -</script> | ||
517 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('boysHomePage')), $in, function($cx, $in) {return '<script> | ||
518 | - seajs.use(\'js/home/home\', function(h) { | ||
519 | - h.set(\'boys\'); | ||
520 | - }); | ||
521 | - seajs.use(\'js/index/footer\'); | ||
522 | -</script> | ||
523 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('kidsHomePage')), $in, function($cx, $in) {return '<script> | ||
524 | - seajs.use(\'js/home/home\', function(h) { | ||
525 | - h.set(\'kids\'); | ||
526 | - }); | ||
527 | - seajs.use(\'js/index/footer\'); | ||
528 | -</script> | ||
529 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('lifestyleHomePage')), $in, function($cx, $in) {return '<script> | ||
530 | - seajs.use(\'js/home/home\', function(h) { | ||
531 | - h.set(\'lifestyle\'); | ||
532 | - }); | ||
533 | - seajs.use(\'js/index/footer\'); | ||
534 | -</script> | ||
535 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('newArrivalPage')), $in, function($cx, $in) {return '<script> | ||
536 | - seajs.use(\'js/product/newsale/newarrival\'); | ||
537 | - seajs.use(\'js/index/footer\'); | ||
538 | -</script> | ||
539 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('discountPage')), $in, function($cx, $in) {return '<script> | ||
540 | - seajs.use(\'js/product/newsale/discount\'); | ||
541 | - seajs.use(\'js/index/footer\'); | ||
542 | -</script> | ||
543 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('hotrankPage')), $in, function($cx, $in) {return '<script> | ||
544 | - seajs.use(\'js/product/newsale/hot-rank\'); | ||
545 | - seajs.use(\'js/index/footer\'); | ||
546 | -</script> | ||
547 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodListPage')), $in, function($cx, $in) {return '<script> | ||
548 | - seajs.use(\'js/product/list\'); | ||
549 | - seajs.use(\'js/index/footer\'); | ||
550 | -</script> | ||
551 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodsDetailPage')), $in, function($cx, $in) {return '<script> | ||
552 | - seajs.use(\'js/product/detail/detail\'); | ||
553 | -</script> | ||
554 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodsCommentsPage')), $in, function($cx, $in) {return '<script> | ||
555 | - seajs.use(\'js/product/detail/loadmore\'); | ||
556 | -</script> | ||
557 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodsConsultsPage')), $in, function($cx, $in) {return '<script> | ||
558 | - seajs.use(\'js/product/detail/comments-consults\'); | ||
559 | -</script> | ||
560 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('consultformPage')), $in, function($cx, $in) {return '<script> | ||
561 | - seajs.use(\'js/product/detail/consultform\'); | ||
562 | -</script> | ||
563 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('categoryPage')), $in, function($cx, $in) {return '<script> | ||
564 | - seajs.use(\'js/category/index\'); | ||
565 | - seajs.use(\'js/index/footer\'); | ||
566 | -</script> | ||
567 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('brandPage')), $in, function($cx, $in) {return '<script> | ||
568 | - seajs.use(\'js/category/brand\'); | ||
569 | - seajs.use(\'js/index/footer\'); | ||
570 | -</script> | ||
571 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('searchPage')), $in, function($cx, $in) {return '<script> | ||
572 | - seajs.use(\'js/index/search\'); | ||
573 | - seajs.use(\'js/index/footer\'); | ||
574 | -</script> | ||
575 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('shoppingCartPage')), $in, function($cx, $in) {return '<script> | ||
576 | - seajs.use(\'js/cart/cart\'); | ||
577 | -</script> | ||
578 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('giftPage')), $in, function($cx, $in) {return '<script> | ||
579 | - seajs.use(\'js/cart/gift-advance\'); | ||
580 | -</script> | ||
581 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('advanceBuyPage')), $in, function($cx, $in) {return '<script> | ||
582 | - seajs.use(\'js/cart/gift-advance\'); | ||
583 | -</script> | ||
584 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('orderEnsurePage')), $in, function($cx, $in) {return '<script> | ||
585 | - seajs.use(\'js/cart/order-ensure\'); | ||
586 | -</script> | ||
587 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('selectAddressPage')), $in, function($cx, $in) {return '<script> | ||
588 | - seajs.use(\'js/me/address\'); | ||
589 | - seajs.use(\'js/cart/select-address\'); | ||
590 | -</script> | ||
591 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('selectCouponPage')), $in, function($cx, $in) {return '<script> | ||
592 | - seajs.use(\'js/cart/select-coupon\'); | ||
593 | -</script> | ||
594 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('myIndexPage')), $in, function($cx, $in) {return '<script> | ||
595 | - seajs.use(\'js/me/index\'); | ||
596 | - seajs.use(\'js/index/footer\'); | ||
597 | -</script> | ||
598 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('orderPage')), $in, function($cx, $in) {return '<script> | ||
599 | - seajs.use(\'js/me/order\'); | ||
600 | -</script> | ||
601 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('orderDetailPage')), $in, function($cx, $in) {return '<script> | ||
602 | - seajs.use(\'js/me/order-detail\'); | ||
603 | -</script> | ||
604 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('favPage')), $in, function($cx, $in) {return '<script> | ||
605 | - seajs.use(\'js/me/fav\'); | ||
606 | -</script> | ||
607 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('suggestPage')), $in, function($cx, $in) {return '<script> | ||
608 | - seajs.use(\'js/me/suggest\'); | ||
609 | -</script> | ||
610 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('couponsPage')), $in, function($cx, $in) {return '<script> | ||
611 | - seajs.use(\'js/me/coupons\'); | ||
612 | -</script> | ||
613 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('onlineServicePage')), $in, function($cx, $in) {return '<script> | ||
614 | - seajs.use(\'js/me/online-service\'); | ||
615 | -</script> | ||
616 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('onlineServiceDetailPage')), $in, function($cx, $in) {return '<script> | ||
617 | - seajs.use(\'js/index/footer\'); | ||
618 | -</script> | ||
619 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('addressPage')), $in, function($cx, $in) {return '<script> | ||
620 | - seajs.use(\'js/me/address\'); | ||
621 | -</script> | ||
622 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('addressActionPage')), $in, function($cx, $in) {return '<script> | ||
623 | - seajs.use(\'js/me/address-act\'); | ||
624 | -</script> | ||
625 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('myGuangPage')), $in, function($cx, $in) {return '<script> | ||
626 | - seajs.use(\'js/me/my-guang\'); | ||
627 | -</script> | ||
628 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('personalDetailsPage')), $in, function($cx, $in) {return '<script> | ||
629 | - seajs.use(\'js/me/personal-details\'); | ||
630 | -</script> | ||
631 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('browseRecordPage')), $in, function($cx, $in) {return '<script> | ||
632 | - seajs.use(\'js/me/browse-record\'); | ||
633 | -</script> | ||
634 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('logisticInfoPage')), $in, function($cx, $in) {return '<script> | ||
635 | - seajs.use(\'js/me/logistic\'); | ||
636 | -</script> | ||
637 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('payCenterPage')), $in, function($cx, $in) {return '<script> | ||
638 | - seajs.use(\'js/me/pay\'); | ||
639 | -</script> | ||
640 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('currencyDetail')), $in, function($cx, $in) {return '<script> | ||
641 | - seajs.use(\'js/me/currency\'); | ||
642 | -</script> | ||
643 | -';}).' | ||
644 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('currencyPage')), $in, function($cx, $in) {return '<script> | ||
645 | - seajs.use(\'js/me/currency-new\'); | ||
646 | -</script> | ||
647 | -';}).' | ||
648 | -'.''.'<!-- Google Tag Manager --> | ||
649 | -<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
650 | -<script> | ||
651 | - var _hmt = _hmt || []; | ||
652 | - function async_load(){ | ||
653 | - (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': | ||
654 | - new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], | ||
655 | - j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= | ||
656 | - \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); | ||
657 | - })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\'); | ||
658 | - (function() { | ||
659 | - var hm = document.createElement("script"); | ||
660 | - hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311"; | ||
661 | - hm.async = 1; | ||
662 | - var s = document.getElementsByTagName("script")[0]; | ||
663 | - s.parentNode.insertBefore(hm, s); | ||
664 | - })(); | ||
665 | - (function() { | ||
666 | - var hm = document.createElement("script"); | ||
667 | - hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841"; | ||
668 | - hm.async = 1; | ||
669 | - var s = document.getElementsByTagName("script")[0]; | ||
670 | - s.parentNode.insertBefore(hm, s); | ||
671 | - })(); | ||
672 | - (function() { | ||
673 | - var hm = document.createElement("script"); | ||
674 | - hm.src = "//hm.baidu.com/hm.js?e5b83a487a4458aa5abca43f5779b764"; | ||
675 | - var s = document.getElementsByTagName("script")[0]; | ||
676 | - s.parentNode.insertBefore(hm, s); | ||
677 | - })(); | ||
678 | - (function() { | ||
679 | - var hm = document.createElement("script"); | ||
680 | - hm.src = "http://static.yohobuy.com/js/analytics/analysis.js"; | ||
681 | - hm.async = 1; | ||
682 | - var s = document.getElementsByTagName("script")[0]; | ||
683 | - s.parentNode.insertBefore(hm, s); | ||
684 | - })(); | ||
685 | - } | ||
686 | - window.addEventListener(\'load\', async_load, false); | ||
687 | -</script> | ||
688 | -<script> | ||
689 | - window._py = window._py||[]; | ||
690 | - window._py.push([\'a\', \'MC..o8vMMWxEXDCiqYckD81lUX\']); | ||
691 | - window._py.push([\'domain\',\'stats.ipinyou.com\']); | ||
692 | - window._py.push([\'e\',\'\']); | ||
693 | - if(typeof _goodsData!=\'undefined\'){ | ||
694 | - window._py.push([\'pi\',_goodsData]); | ||
695 | - } | ||
696 | - -function(d){ | ||
697 | - var f = \'https:\' == d.location.protocol;var c = d.createElement(\'script\');c.type=\'text/javascript\';c.async=1; | ||
698 | - c.src=(f ? \'https\' : \'http\') + \'://\'+(f?\'fm.ipinyou.com\':\'fm.p0y.cn\')+\'/j/t/adv.js\'; | ||
699 | - var h = d.getElementsByTagName("script")[0];h.parentNode.insertBefore(c, h); | ||
700 | - }(document); | ||
701 | -</script> | ||
702 | -<script src="http://static.yohobuy.com/m/v1/js/om_code.js" async="async"></script>'.'</body> | ||
703 | -</html>'.''; | ||
704 | -} | ||
705 | -?> |
1 | -<?php return function ($in, $debugopt = 1) { | ||
2 | - $cx = array( | ||
3 | - 'flags' => array( | ||
4 | - 'jstrue' => false, | ||
5 | - 'jsobj' => false, | ||
6 | - 'spvar' => true, | ||
7 | - 'prop' => false, | ||
8 | - 'method' => false, | ||
9 | - 'mustlok' => true, | ||
10 | - 'echo' => false, | ||
11 | - 'debug' => $debugopt, | ||
12 | - ), | ||
13 | - 'constants' => array(), | ||
14 | - 'helpers' => array(), | ||
15 | - 'blockhelpers' => array(), | ||
16 | - 'hbhelpers' => array(), | ||
17 | - 'partials' => array(), | ||
18 | - 'scopes' => array(), | ||
19 | - 'sp_vars' => array('root' => $in), | ||
20 | - 'lcrun' => 'Plugin\LCRun3', | ||
21 | - | ||
22 | - ); | ||
23 | - | ||
24 | - return ''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('goods')), $in, false, function($cx, $in) {return ''.' '.((Plugin\LCRun3::ifvar($cx, $in)) ? ' | ||
25 | - <div class="good-info" data-id="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('id')), ENT_QUOTES, 'UTF-8').'"> | ||
26 | - <div class="tag-container clearfix"> | ||
27 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('tags')), $in, false, function($cx, $in) {return ''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('is_new')), $in, false, function($cx, $in) {return ' <p class="good-tag new-tag">NEW</p> | ||
28 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('is_advance')), $in, false, function($cx, $in) {return ' <p class="good-tag renew-tag">再到着</p> | ||
29 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('is_discount')), $in, false, function($cx, $in) {return ' <p class="good-tag sale-tag">SALE</p> | ||
30 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('is_yohoood')), $in, false, function($cx, $in) {return ' <p class="good-tag new-festival-tag">新品节</p> | ||
31 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('is_limited')), $in, false, function($cx, $in) {return ' <p class="good-tag limit-tag">限量商品</p> | ||
32 | -';}).'';}).' </div> | ||
33 | - <div class="good-detail-img"> | ||
34 | - <a class="good-thumb" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'"> | ||
35 | - <img class="lazy" data-original="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('thumb')), ENT_QUOTES, 'UTF-8').'"> | ||
36 | - </a> | ||
37 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('is_soon_sold_out')), $in, false, function($cx, $in) {return ' <p class="few-tag">即将售罄</p> | ||
38 | -';}).' </div> | ||
39 | - <div class="good-detail-text"> | ||
40 | - <div class="name"> | ||
41 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('name')), ENT_QUOTES, 'UTF-8').'</a> | ||
42 | - </div> | ||
43 | - <div class="price"> | ||
44 | - <span class="sale-price '.((Plugin\LCRun3::isec($cx, Plugin\LCRun3::v($cx, $in, array('price')))) ? 'no-price' : '').'">¥'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('salePrice')), ENT_QUOTES, 'UTF-8').'</span> | ||
45 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('price')), $in, false, function($cx, $in) {return ' <span class="market-price">¥'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'</span> | ||
46 | -';}).' </div> | ||
47 | - </div> | ||
48 | - </div> | ||
49 | - ' : '').''.'';}).''; | ||
50 | -} | ||
51 | -?> |
1 | -<?php return function ($in, $debugopt = 1) { | ||
2 | - $cx = array( | ||
3 | - 'flags' => array( | ||
4 | - 'jstrue' => false, | ||
5 | - 'jsobj' => false, | ||
6 | - 'spvar' => true, | ||
7 | - 'prop' => false, | ||
8 | - 'method' => false, | ||
9 | - 'mustlok' => true, | ||
10 | - 'echo' => false, | ||
11 | - 'debug' => $debugopt, | ||
12 | - ), | ||
13 | - 'constants' => array(), | ||
14 | - 'helpers' => array(), | ||
15 | - 'blockhelpers' => array(), | ||
16 | - 'hbhelpers' => array(), | ||
17 | - 'partials' => array(), | ||
18 | - 'scopes' => array(), | ||
19 | - 'sp_vars' => array('root' => $in), | ||
20 | - 'lcrun' => 'Plugin\LCRun3', | ||
21 | - | ||
22 | - ); | ||
23 | - | ||
24 | - return ''.'<!DOCTYPE html> | ||
25 | -<html> | ||
26 | -<head> | ||
27 | -<meta charset="utf-8"> | ||
28 | -<title>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('title')), ENT_QUOTES, 'UTF-8').'</title> | ||
29 | -<meta name="keywords" content="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('keywords')), ENT_QUOTES, 'UTF-8').'"> | ||
30 | -<meta name="description" content="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('description')), ENT_QUOTES, 'UTF-8').'"> | ||
31 | -<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> | ||
32 | -<meta http-equiv="cleartype" content="on"> | ||
33 | -<meta name="apple-mobile-web-app-status-bar-style" content="black" /> | ||
34 | -<meta content="telephone=no" name="format-detection" /> | ||
35 | -<meta content="email=no" name="format-detection" /> | ||
36 | -<script type="text/javascript"> | ||
37 | - (function(doc, win) { | ||
38 | - var docEl = doc.documentElement; | ||
39 | - (function() { | ||
40 | - var clientWidth = docEl.clientWidth; | ||
41 | - if (!clientWidth) { | ||
42 | - return; | ||
43 | - } | ||
44 | - docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\'; | ||
45 | - }()); | ||
46 | - })(document, window); | ||
47 | -</script> | ||
48 | -<link rel="dns-prefetch" href="//cdn.yoho.cn"> | ||
49 | -<link rel="dns-prefetch" href="//static.yohobuy.com"> | ||
50 | -<link rel="dns-prefetch" href="//img12.static.yhbimg.com"> | ||
51 | -<link rel="dns-prefetch" href="//img13.static.yhbimg.com"> | ||
52 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('rlsEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.css"> | ||
53 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('preEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.css"> | ||
54 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('testEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.css"> | ||
55 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('devEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css"> | ||
56 | -';}).'<link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png"> | ||
57 | -<link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)"> | ||
58 | -<link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)"> | ||
59 | -</head> | ||
60 | -<body '.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isPassportPage')), $in, function($cx, $in) {return 'class=passport-body';}).'> | ||
61 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('systemUpdate')), $in, function($cx, $in) {return ' <div class="systemUpdate"> | ||
62 | - <a href="index/systemUpdate" class="systemHeader">Yoho!Buy有货关于系统升级的公告</a> | ||
63 | - <span>X</span> | ||
64 | - </div> | ||
65 | -';}).''.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('pageHeader')), $in, false, function($cx, $in) {return '<header id="yoho-header" class="yoho-header'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('boys')), $in, function($cx, $in) {return ' boys';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('girls')), $in, function($cx, $in) {return ' girls';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('kids')), $in, function($cx, $in) {return ' kids';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('lifeStyle')), $in, function($cx, $in) {return ' life-style';}).'"> | ||
66 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navBack')), $in, false, function($cx, $in) {return ' <a href="'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backUrl')), $in, function($cx, $in) {return ''.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('backUrl')), ENT_QUOTES, 'UTF-8').'';}, function($cx, $in) {return 'javascript:history.go(-1);';}).'" class="iconfont nav-back"></a> | ||
67 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navBtn')), $in, false, function($cx, $in) {return ' <span class="iconfont nav-home"></span> | ||
68 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('currencyPage')), $in, false, function($cx, $in) {return ' <a href="/home/helpDetail?code=20151230-102233&caption=YOHO币介绍" class="iconfont nav-home"></a> | ||
69 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('currencyDetailPage')), $in, false, function($cx, $in) {return ' <a href="/home/helpDetail?code=20111130-152530&caption=如何使用YOHO币支付" class="iconfont nav-home"></a> | ||
70 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navPhone')), $in, false, function($cx, $in) {return ' <a href="'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'" class="iconfont nav-home"></a> | ||
71 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navTitle')), $in, false, function($cx, $in) {return ' <p class="nav-title">'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'</p> | ||
72 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('suggestSub')), $in, false, function($cx, $in) {return ' <span class="nav-btn">提交</span> | ||
73 | -';}).'</header> | ||
74 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navBtn')), $in, false, function($cx, $in) {return '<div class="homebuttom hide '.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['scopes'][count($cx['scopes'])-1], array('boys')), $in, function($cx, $in) {return ' boys';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['scopes'][count($cx['scopes'])-1], array('girls')), $in, function($cx, $in) {return ' girls';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['scopes'][count($cx['scopes'])-1], array('kids')), $in, function($cx, $in) {return ' kids';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['scopes'][count($cx['scopes'])-1], array('lifeStyle')), $in, function($cx, $in) {return ' life-style';}).'"> | ||
75 | - <ul> | ||
76 | - <li> | ||
77 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('indexUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
78 | - <i class="iconfont"></i> | ||
79 | - <span>首页</span> | ||
80 | - </a> | ||
81 | - </li> | ||
82 | - <li> | ||
83 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('categoryUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
84 | - <i class="iconfont"></i> | ||
85 | - <span>分类</span> | ||
86 | - </a> | ||
87 | - </li> | ||
88 | - <li> | ||
89 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shoppingCartUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
90 | - <i class="iconfont"></i> | ||
91 | - <span>购物车</span> | ||
92 | - </a> | ||
93 | - </li> | ||
94 | - <li> | ||
95 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('mineUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
96 | - <i class="iconfont"></i> | ||
97 | - <span>我的</span> | ||
98 | - </a> | ||
99 | - </li> | ||
100 | - </ul> | ||
101 | -</div> | ||
102 | -';}).' | ||
103 | -';}).''.''.'<div class="ps-list-page ps-page yoho-page"> | ||
104 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('ps')), $in, false, function($cx, $in) {return ' <ul id="nav-tab" class="nav-tab clearfix"> | ||
105 | - <li class="star-nav focus">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('sName')), ENT_QUOTES, 'UTF-8').'</li> | ||
106 | - <li class="plus-nav">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('pName')), ENT_QUOTES, 'UTF-8').'</li> | ||
107 | - </ul> | ||
108 | - <div id="ps-content" class="ps-content"> | ||
109 | - <ul class="star-content content"> | ||
110 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('star')), $in, false, function($cx, $in) {return ''.' <li class="plus-star-row"> | ||
111 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('imgs')), $in, function($cx, $in) {return ' <div class="swiper-container"> | ||
112 | - <div class="swiper-wrapper"> | ||
113 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('imgs')), $in, false, function($cx, $in) {return ' <div class="swiper-slide"> | ||
114 | - <a href='.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'> | ||
115 | - <img class="swiper-lazy" data-src='.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('img')), ENT_QUOTES, 'UTF-8').'> | ||
116 | - </a> | ||
117 | - </div> | ||
118 | -';}).' </div> | ||
119 | - <div class="swiper-pagination"></div> | ||
120 | - </div> | ||
121 | -';}, function($cx, $in) {return ' <a href='.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'> | ||
122 | - <img class="lazy" data-original='.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('img')), ENT_QUOTES, 'UTF-8').'> | ||
123 | - </a> | ||
124 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('deps')), $in, false, function($cx, $in) {return ' <p class="brand-deps">'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'</p> | ||
125 | -';}).' </li>'.'';}).' </ul> | ||
126 | - <ul class="plus-content content hide"> | ||
127 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('plus')), $in, false, function($cx, $in) {return ''.' <li class="plus-star-row"> | ||
128 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('imgs')), $in, function($cx, $in) {return ' <div class="swiper-container"> | ||
129 | - <div class="swiper-wrapper"> | ||
130 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('imgs')), $in, false, function($cx, $in) {return ' <div class="swiper-slide"> | ||
131 | - <a href='.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'> | ||
132 | - <img class="swiper-lazy" data-src='.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('img')), ENT_QUOTES, 'UTF-8').'> | ||
133 | - </a> | ||
134 | - </div> | ||
135 | -';}).' </div> | ||
136 | - <div class="swiper-pagination"></div> | ||
137 | - </div> | ||
138 | -';}, function($cx, $in) {return ' <a href='.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'> | ||
139 | - <img class="lazy" data-original='.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('img')), ENT_QUOTES, 'UTF-8').'> | ||
140 | - </a> | ||
141 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('deps')), $in, false, function($cx, $in) {return ' <p class="brand-deps">'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'</p> | ||
142 | -';}).' </li>'.'';}).' </ul> | ||
143 | - </div> | ||
144 | -';}).'</div> | ||
145 | -'.''.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('pageFooter')), $in, false, function($cx, $in) {return '<footer id="yoho-footer" class="yoho-footer hide"> | ||
146 | - <p class="op-row"> | ||
147 | - <span class="back-to-top"> | ||
148 | - Back to top | ||
149 | - <i class="iconfont"></i> | ||
150 | - </span> | ||
151 | - </p> | ||
152 | - <address class="copyright"> | ||
153 | - CopyRight©2007-2016 南京新与力文化传播有限公司 | ||
154 | - </address> | ||
155 | -</footer> | ||
156 | -';}).' | ||
157 | -'.''.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('showDownloadApp')), $in, false, function($cx, $in) {return '<div class="float-layer hide" id="float-layer-app"> | ||
158 | - <div class="float-layer-left"> | ||
159 | - <span class="yoho-icon iconfont"></span> | ||
160 | - <p>新用户送千元礼包</p> | ||
161 | - </div> | ||
162 | - <a href="javascript:void(0);" id="float-layer-close" > | ||
163 | - <i class="close-icon iconfont"></i> | ||
164 | - <div class="circle-rightbottom"></div> | ||
165 | - </a> | ||
166 | - <a href="http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho" id="float-layer-btn"> | ||
167 | - 立即下载 | ||
168 | - </a> | ||
169 | -</div> | ||
170 | -';}).' | ||
171 | - | ||
172 | - | ||
173 | - '.''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('hasWxShare')), $in, function($cx, $in) {return '<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | ||
174 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('rlsEnv')), $in, function($cx, $in) {return '<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/lib.js"></script> | ||
175 | -<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.js"></script> | ||
176 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('preEnv')), $in, function($cx, $in) {return '<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/lib.js"></script> | ||
177 | -<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.js"></script> | ||
178 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('testEnv')), $in, function($cx, $in) {return '<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/lib.js"></script> | ||
179 | -<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index-debug.js"></script> | ||
180 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('devEnv')), $in, function($cx, $in) {return '<script src="http://localhost:8000/static/js/sea.js?nowrap"></script> | ||
181 | -<script>seajs.config({base: \'http://localhost:8000/\'});</script> | ||
182 | -';}).''.'<script> | ||
183 | - seajs.use(\'js/common\'); | ||
184 | -</script> | ||
185 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('psList')), $in, function($cx, $in) {return '<script> | ||
186 | - seajs.use(\'js/guang/plus-star/list\'); | ||
187 | -</script> | ||
188 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('psDetail')), $in, function($cx, $in) {return '<script> | ||
189 | - seajs.use(\'js/guang/plus-star/detail\'); | ||
190 | -</script> | ||
191 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangHome')), $in, function($cx, $in) {return '<script> | ||
192 | - seajs.use(\'js/guang/home\'); | ||
193 | -</script> | ||
194 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangList')), $in, function($cx, $in) {return '<script> | ||
195 | - seajs.use(\'js/guang/list\'); | ||
196 | -</script> | ||
197 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangDetail')), $in, function($cx, $in) {return '<script> | ||
198 | - seajs.use(\'js/guang/detail\', function(d) { | ||
199 | - d.i(true); | ||
200 | - }); | ||
201 | -</script> | ||
202 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangEzine')), $in, function($cx, $in) {return '<script> | ||
203 | - seajs.use(\'js/guang/detail\', function(d) { | ||
204 | - d.i(false); | ||
205 | - }); | ||
206 | -</script> | ||
207 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('regIndex')), $in, function($cx, $in) {return '<script> | ||
208 | - seajs.use(\'js/passport/register/register\'); | ||
209 | -</script> | ||
210 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('regCode')), $in, function($cx, $in) {return '<script> | ||
211 | - seajs.use(\'js/passport/register/code\'); | ||
212 | -</script> | ||
213 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('regPwd')), $in, function($cx, $in) {return '<script> | ||
214 | - seajs.use(\'js/passport/register/password\'); | ||
215 | -</script> | ||
216 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('bindIndex')), $in, function($cx, $in) {return '<script> | ||
217 | - seajs.use(\'js/passport/bind/bind\'); | ||
218 | -</script> | ||
219 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('bindCode')), $in, function($cx, $in) {return '<script> | ||
220 | - seajs.use(\'js/passport/bind/code\'); | ||
221 | -</script> | ||
222 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('bindPwd')), $in, function($cx, $in) {return '<script> | ||
223 | - seajs.use(\'js/passport/bind/password\'); | ||
224 | -</script> | ||
225 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('loginIndex')), $in, function($cx, $in) {return '<script> | ||
226 | - seajs.use(\'js/passport/login/login\'); | ||
227 | -</script> | ||
228 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('loginInternational')), $in, function($cx, $in) {return '<script> | ||
229 | - seajs.use(\'js/passport/login/international\'); | ||
230 | -</script> | ||
231 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backEmail')), $in, function($cx, $in) {return '<script> | ||
232 | - seajs.use(\'js/passport/back/email\'); | ||
233 | -</script> | ||
234 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backEmailSuccess')), $in, function($cx, $in) {return '<script> | ||
235 | - seajs.use(\'js/passport/back/email-success\'); | ||
236 | -</script> | ||
237 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backMobile')), $in, function($cx, $in) {return '<script> | ||
238 | - seajs.use(\'js/passport/back/mobile\'); | ||
239 | -</script> | ||
240 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backCode')), $in, function($cx, $in) {return '<script> | ||
241 | - seajs.use(\'js/passport/back/code\'); | ||
242 | -</script> | ||
243 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backNewPwd')), $in, function($cx, $in) {return '<script> | ||
244 | - seajs.use(\'js/passport/back/new-password\'); | ||
245 | -</script> | ||
246 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('channelPage')), $in, function($cx, $in) {return '<script> | ||
247 | - seajs.use(\'js/index/channel\'); | ||
248 | - seajs.use(\'js/index/footer\'); | ||
249 | -</script> | ||
250 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('grilsHomePage')), $in, function($cx, $in) {return '<script> | ||
251 | - seajs.use(\'js/home/home\', function(h) { | ||
252 | - h.set(\'girls\'); | ||
253 | - }); | ||
254 | - seajs.use(\'js/index/footer\'); | ||
255 | -</script> | ||
256 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('boysHomePage')), $in, function($cx, $in) {return '<script> | ||
257 | - seajs.use(\'js/home/home\', function(h) { | ||
258 | - h.set(\'boys\'); | ||
259 | - }); | ||
260 | - seajs.use(\'js/index/footer\'); | ||
261 | -</script> | ||
262 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('kidsHomePage')), $in, function($cx, $in) {return '<script> | ||
263 | - seajs.use(\'js/home/home\', function(h) { | ||
264 | - h.set(\'kids\'); | ||
265 | - }); | ||
266 | - seajs.use(\'js/index/footer\'); | ||
267 | -</script> | ||
268 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('lifestyleHomePage')), $in, function($cx, $in) {return '<script> | ||
269 | - seajs.use(\'js/home/home\', function(h) { | ||
270 | - h.set(\'lifestyle\'); | ||
271 | - }); | ||
272 | - seajs.use(\'js/index/footer\'); | ||
273 | -</script> | ||
274 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('newArrivalPage')), $in, function($cx, $in) {return '<script> | ||
275 | - seajs.use(\'js/product/newsale/newarrival\'); | ||
276 | - seajs.use(\'js/index/footer\'); | ||
277 | -</script> | ||
278 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('discountPage')), $in, function($cx, $in) {return '<script> | ||
279 | - seajs.use(\'js/product/newsale/discount\'); | ||
280 | - seajs.use(\'js/index/footer\'); | ||
281 | -</script> | ||
282 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('hotrankPage')), $in, function($cx, $in) {return '<script> | ||
283 | - seajs.use(\'js/product/newsale/hot-rank\'); | ||
284 | - seajs.use(\'js/index/footer\'); | ||
285 | -</script> | ||
286 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodListPage')), $in, function($cx, $in) {return '<script> | ||
287 | - seajs.use(\'js/product/list\'); | ||
288 | - seajs.use(\'js/index/footer\'); | ||
289 | -</script> | ||
290 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodsDetailPage')), $in, function($cx, $in) {return '<script> | ||
291 | - seajs.use(\'js/product/detail/detail\'); | ||
292 | -</script> | ||
293 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodsCommentsPage')), $in, function($cx, $in) {return '<script> | ||
294 | - seajs.use(\'js/product/detail/loadmore\'); | ||
295 | -</script> | ||
296 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodsConsultsPage')), $in, function($cx, $in) {return '<script> | ||
297 | - seajs.use(\'js/product/detail/comments-consults\'); | ||
298 | -</script> | ||
299 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('consultformPage')), $in, function($cx, $in) {return '<script> | ||
300 | - seajs.use(\'js/product/detail/consultform\'); | ||
301 | -</script> | ||
302 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('categoryPage')), $in, function($cx, $in) {return '<script> | ||
303 | - seajs.use(\'js/category/index\'); | ||
304 | - seajs.use(\'js/index/footer\'); | ||
305 | -</script> | ||
306 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('brandPage')), $in, function($cx, $in) {return '<script> | ||
307 | - seajs.use(\'js/category/brand\'); | ||
308 | - seajs.use(\'js/index/footer\'); | ||
309 | -</script> | ||
310 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('searchPage')), $in, function($cx, $in) {return '<script> | ||
311 | - seajs.use(\'js/index/search\'); | ||
312 | - seajs.use(\'js/index/footer\'); | ||
313 | -</script> | ||
314 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('shoppingCartPage')), $in, function($cx, $in) {return '<script> | ||
315 | - seajs.use(\'js/cart/cart\'); | ||
316 | -</script> | ||
317 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('giftPage')), $in, function($cx, $in) {return '<script> | ||
318 | - seajs.use(\'js/cart/gift-advance\'); | ||
319 | -</script> | ||
320 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('advanceBuyPage')), $in, function($cx, $in) {return '<script> | ||
321 | - seajs.use(\'js/cart/gift-advance\'); | ||
322 | -</script> | ||
323 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('orderEnsurePage')), $in, function($cx, $in) {return '<script> | ||
324 | - seajs.use(\'js/cart/order-ensure\'); | ||
325 | -</script> | ||
326 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('selectAddressPage')), $in, function($cx, $in) {return '<script> | ||
327 | - seajs.use(\'js/me/address\'); | ||
328 | - seajs.use(\'js/cart/select-address\'); | ||
329 | -</script> | ||
330 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('selectCouponPage')), $in, function($cx, $in) {return '<script> | ||
331 | - seajs.use(\'js/cart/select-coupon\'); | ||
332 | -</script> | ||
333 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('myIndexPage')), $in, function($cx, $in) {return '<script> | ||
334 | - seajs.use(\'js/me/index\'); | ||
335 | - seajs.use(\'js/index/footer\'); | ||
336 | -</script> | ||
337 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('orderPage')), $in, function($cx, $in) {return '<script> | ||
338 | - seajs.use(\'js/me/order\'); | ||
339 | -</script> | ||
340 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('orderDetailPage')), $in, function($cx, $in) {return '<script> | ||
341 | - seajs.use(\'js/me/order-detail\'); | ||
342 | -</script> | ||
343 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('favPage')), $in, function($cx, $in) {return '<script> | ||
344 | - seajs.use(\'js/me/fav\'); | ||
345 | -</script> | ||
346 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('suggestPage')), $in, function($cx, $in) {return '<script> | ||
347 | - seajs.use(\'js/me/suggest\'); | ||
348 | -</script> | ||
349 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('couponsPage')), $in, function($cx, $in) {return '<script> | ||
350 | - seajs.use(\'js/me/coupons\'); | ||
351 | -</script> | ||
352 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('onlineServicePage')), $in, function($cx, $in) {return '<script> | ||
353 | - seajs.use(\'js/me/online-service\'); | ||
354 | -</script> | ||
355 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('onlineServiceDetailPage')), $in, function($cx, $in) {return '<script> | ||
356 | - seajs.use(\'js/index/footer\'); | ||
357 | -</script> | ||
358 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('addressPage')), $in, function($cx, $in) {return '<script> | ||
359 | - seajs.use(\'js/me/address\'); | ||
360 | -</script> | ||
361 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('addressActionPage')), $in, function($cx, $in) {return '<script> | ||
362 | - seajs.use(\'js/me/address-act\'); | ||
363 | -</script> | ||
364 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('myGuangPage')), $in, function($cx, $in) {return '<script> | ||
365 | - seajs.use(\'js/me/my-guang\'); | ||
366 | -</script> | ||
367 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('personalDetailsPage')), $in, function($cx, $in) {return '<script> | ||
368 | - seajs.use(\'js/me/personal-details\'); | ||
369 | -</script> | ||
370 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('browseRecordPage')), $in, function($cx, $in) {return '<script> | ||
371 | - seajs.use(\'js/me/browse-record\'); | ||
372 | -</script> | ||
373 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('logisticInfoPage')), $in, function($cx, $in) {return '<script> | ||
374 | - seajs.use(\'js/me/logistic\'); | ||
375 | -</script> | ||
376 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('payCenterPage')), $in, function($cx, $in) {return '<script> | ||
377 | - seajs.use(\'js/me/pay\'); | ||
378 | -</script> | ||
379 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('currencyDetail')), $in, function($cx, $in) {return '<script> | ||
380 | - seajs.use(\'js/me/currency\'); | ||
381 | -</script> | ||
382 | -';}).' | ||
383 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('currencyPage')), $in, function($cx, $in) {return '<script> | ||
384 | - seajs.use(\'js/me/currency-new\'); | ||
385 | -</script> | ||
386 | -';}).' | ||
387 | -'.''.'<!-- Google Tag Manager --> | ||
388 | -<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
389 | -<script> | ||
390 | - var _hmt = _hmt || []; | ||
391 | - function async_load(){ | ||
392 | - (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': | ||
393 | - new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], | ||
394 | - j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= | ||
395 | - \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); | ||
396 | - })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\'); | ||
397 | - (function() { | ||
398 | - var hm = document.createElement("script"); | ||
399 | - hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311"; | ||
400 | - hm.async = 1; | ||
401 | - var s = document.getElementsByTagName("script")[0]; | ||
402 | - s.parentNode.insertBefore(hm, s); | ||
403 | - })(); | ||
404 | - (function() { | ||
405 | - var hm = document.createElement("script"); | ||
406 | - hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841"; | ||
407 | - hm.async = 1; | ||
408 | - var s = document.getElementsByTagName("script")[0]; | ||
409 | - s.parentNode.insertBefore(hm, s); | ||
410 | - })(); | ||
411 | - (function() { | ||
412 | - var hm = document.createElement("script"); | ||
413 | - hm.src = "//hm.baidu.com/hm.js?e5b83a487a4458aa5abca43f5779b764"; | ||
414 | - var s = document.getElementsByTagName("script")[0]; | ||
415 | - s.parentNode.insertBefore(hm, s); | ||
416 | - })(); | ||
417 | - (function() { | ||
418 | - var hm = document.createElement("script"); | ||
419 | - hm.src = "http://static.yohobuy.com/js/analytics/analysis.js"; | ||
420 | - hm.async = 1; | ||
421 | - var s = document.getElementsByTagName("script")[0]; | ||
422 | - s.parentNode.insertBefore(hm, s); | ||
423 | - })(); | ||
424 | - } | ||
425 | - window.addEventListener(\'load\', async_load, false); | ||
426 | -</script> | ||
427 | -<script> | ||
428 | - window._py = window._py||[]; | ||
429 | - window._py.push([\'a\', \'MC..o8vMMWxEXDCiqYckD81lUX\']); | ||
430 | - window._py.push([\'domain\',\'stats.ipinyou.com\']); | ||
431 | - window._py.push([\'e\',\'\']); | ||
432 | - if(typeof _goodsData!=\'undefined\'){ | ||
433 | - window._py.push([\'pi\',_goodsData]); | ||
434 | - } | ||
435 | - -function(d){ | ||
436 | - var f = \'https:\' == d.location.protocol;var c = d.createElement(\'script\');c.type=\'text/javascript\';c.async=1; | ||
437 | - c.src=(f ? \'https\' : \'http\') + \'://\'+(f?\'fm.ipinyou.com\':\'fm.p0y.cn\')+\'/j/t/adv.js\'; | ||
438 | - var h = d.getElementsByTagName("script")[0];h.parentNode.insertBefore(c, h); | ||
439 | - }(document); | ||
440 | -</script> | ||
441 | -<script src="http://static.yohobuy.com/m/v1/js/om_code.js" async="async"></script>'.'</body> | ||
442 | -</html>'.''; | ||
443 | -} | ||
444 | -?> |
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>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('title')), ENT_QUOTES, 'UTF-8').'</title> | ||
29 | -<meta name="keywords" content="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('keywords')), ENT_QUOTES, 'UTF-8').'"> | ||
30 | -<meta name="description" content="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('description')), ENT_QUOTES, 'UTF-8').'"> | ||
31 | -<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> | ||
32 | -<meta http-equiv="cleartype" content="on"> | ||
33 | -<meta name="apple-mobile-web-app-status-bar-style" content="black" /> | ||
34 | -<meta content="telephone=no" name="format-detection" /> | ||
35 | -<meta content="email=no" name="format-detection" /> | ||
36 | -<script type="text/javascript"> | ||
37 | - (function(doc, win) { | ||
38 | - var docEl = doc.documentElement; | ||
39 | - (function() { | ||
40 | - var clientWidth = docEl.clientWidth; | ||
41 | - if (!clientWidth) { | ||
42 | - return; | ||
43 | - } | ||
44 | - docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\'; | ||
45 | - }()); | ||
46 | - })(document, window); | ||
47 | -</script> | ||
48 | -<link rel="dns-prefetch" href="//cdn.yoho.cn"> | ||
49 | -<link rel="dns-prefetch" href="//static.yohobuy.com"> | ||
50 | -<link rel="dns-prefetch" href="//img12.static.yhbimg.com"> | ||
51 | -<link rel="dns-prefetch" href="//img13.static.yhbimg.com"> | ||
52 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('rlsEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.css"> | ||
53 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('preEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.css"> | ||
54 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('testEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.css"> | ||
55 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('devEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css"> | ||
56 | -';}).'<link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png"> | ||
57 | -<link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)"> | ||
58 | -<link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)"> | ||
59 | -</head> | ||
60 | -<body '.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isPassportPage')), $in, function($cx, $in) {return 'class=passport-body';}).'> | ||
61 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('systemUpdate')), $in, function($cx, $in) {return ' <div class="systemUpdate"> | ||
62 | - <a href="index/systemUpdate" class="systemHeader">Yoho!Buy有货关于系统升级的公告</a> | ||
63 | - <span>X</span> | ||
64 | - </div> | ||
65 | -';}).''.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('pageHeader')), $in, false, function($cx, $in) {return '<header id="yoho-header" class="yoho-header'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('boys')), $in, function($cx, $in) {return ' boys';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('girls')), $in, function($cx, $in) {return ' girls';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('kids')), $in, function($cx, $in) {return ' kids';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('lifeStyle')), $in, function($cx, $in) {return ' life-style';}).'"> | ||
66 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navBack')), $in, false, function($cx, $in) {return ' <a href="'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backUrl')), $in, function($cx, $in) {return ''.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('backUrl')), ENT_QUOTES, 'UTF-8').'';}, function($cx, $in) {return 'javascript:history.go(-1);';}).'" class="iconfont nav-back"></a> | ||
67 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navBtn')), $in, false, function($cx, $in) {return ' <span class="iconfont nav-home"></span> | ||
68 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('currencyPage')), $in, false, function($cx, $in) {return ' <a href="/home/helpDetail?code=20151230-102233&caption=YOHO币介绍" class="iconfont nav-home"></a> | ||
69 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('currencyDetailPage')), $in, false, function($cx, $in) {return ' <a href="/home/helpDetail?code=20111130-152530&caption=如何使用YOHO币支付" class="iconfont nav-home"></a> | ||
70 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navPhone')), $in, false, function($cx, $in) {return ' <a href="'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'" class="iconfont nav-home"></a> | ||
71 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navTitle')), $in, false, function($cx, $in) {return ' <p class="nav-title">'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'</p> | ||
72 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('suggestSub')), $in, false, function($cx, $in) {return ' <span class="nav-btn">提交</span> | ||
73 | -';}).'</header> | ||
74 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navBtn')), $in, false, function($cx, $in) {return '<div class="homebuttom hide '.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['scopes'][count($cx['scopes'])-1], array('boys')), $in, function($cx, $in) {return ' boys';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['scopes'][count($cx['scopes'])-1], array('girls')), $in, function($cx, $in) {return ' girls';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['scopes'][count($cx['scopes'])-1], array('kids')), $in, function($cx, $in) {return ' kids';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['scopes'][count($cx['scopes'])-1], array('lifeStyle')), $in, function($cx, $in) {return ' life-style';}).'"> | ||
75 | - <ul> | ||
76 | - <li> | ||
77 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('indexUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
78 | - <i class="iconfont"></i> | ||
79 | - <span>首页</span> | ||
80 | - </a> | ||
81 | - </li> | ||
82 | - <li> | ||
83 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('categoryUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
84 | - <i class="iconfont"></i> | ||
85 | - <span>分类</span> | ||
86 | - </a> | ||
87 | - </li> | ||
88 | - <li> | ||
89 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shoppingCartUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
90 | - <i class="iconfont"></i> | ||
91 | - <span>购物车</span> | ||
92 | - </a> | ||
93 | - </li> | ||
94 | - <li> | ||
95 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('mineUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
96 | - <i class="iconfont"></i> | ||
97 | - <span>我的</span> | ||
98 | - </a> | ||
99 | - </li> | ||
100 | - </ul> | ||
101 | -</div> | ||
102 | -';}).' | ||
103 | -';}).''.''.'<div class="online-service-page yoho-page"> | ||
104 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('service')), $in, false, function($cx, $in) {return ' <div class="question"> | ||
105 | - <div class="question-title">问题查询</div> | ||
106 | - <div class="question-tab"> | ||
107 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('tab')), $in, false, function($cx, $in) {return ' <span class="tab-item '.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('current')), $in, false, function($cx, $in) {return 'current';}).'" data-tab="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('tabid')), ENT_QUOTES, 'UTF-8').'">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('tabname')), ENT_QUOTES, 'UTF-8').'</span> | ||
108 | - '.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('iscut')), $in, false, function($cx, $in) {return '<span class="line"></span>';}).' | ||
109 | -';}).' </div> | ||
110 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('question')), $in, false, function($cx, $in) {return ' <ul class="question-list '.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('current')), $in, false, function($cx, $in) {return 'current';}).'" data-tab-name="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('name')), ENT_QUOTES, 'UTF-8').'"> | ||
111 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('list')), $in, false, function($cx, $in) {return ' <li class="question-item"> | ||
112 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('link')), ENT_QUOTES, 'UTF-8').'" title="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('title')), ENT_QUOTES, 'UTF-8').'"> | ||
113 | - '.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('title')), ENT_QUOTES, 'UTF-8').' | ||
114 | - <span class="iconfont icon-yoho-enter"></span> | ||
115 | - </a> | ||
116 | - </li> | ||
117 | -';}).' </ul> | ||
118 | -';}).' </div> | ||
119 | -';}).' <div class="connect-info"> | ||
120 | - <div class="connect-item connect-online"> | ||
121 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('serviceUrl')), ENT_QUOTES, 'UTF-8').'" target="_blank" title="在线客服"> | ||
122 | - <span class="icon iconfont icon-chat"></span> | ||
123 | - 在线客服 | ||
124 | - <span class="iconfont icon-yoho-enter"></span> | ||
125 | - </a> | ||
126 | - </div> | ||
127 | - <div class="connect-item connect-tel"> | ||
128 | - <a href="tel:400-889-9646" title="电话客服"> | ||
129 | - <span class="icon iconfont icon-tel"></span> | ||
130 | - 电话客服 | ||
131 | - <p> | ||
132 | - 400-889-9646 09:00 - 22:30 (周一至周日) | ||
133 | - </p> | ||
134 | - </a> | ||
135 | - | ||
136 | - </div> | ||
137 | - </div> | ||
138 | -</div> | ||
139 | -'.''.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('pageFooter')), $in, false, function($cx, $in) {return '<footer id="yoho-footer" class="yoho-footer hide"> | ||
140 | - <p class="op-row"> | ||
141 | - <span class="back-to-top"> | ||
142 | - Back to top | ||
143 | - <i class="iconfont"></i> | ||
144 | - </span> | ||
145 | - </p> | ||
146 | - <address class="copyright"> | ||
147 | - CopyRight©2007-2016 南京新与力文化传播有限公司 | ||
148 | - </address> | ||
149 | -</footer> | ||
150 | -';}).' | ||
151 | -'.''.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('showDownloadApp')), $in, false, function($cx, $in) {return '<div class="float-layer hide" id="float-layer-app"> | ||
152 | - <div class="float-layer-left"> | ||
153 | - <span class="yoho-icon iconfont"></span> | ||
154 | - <p>新用户送千元礼包</p> | ||
155 | - </div> | ||
156 | - <a href="javascript:void(0);" id="float-layer-close" > | ||
157 | - <i class="close-icon iconfont"></i> | ||
158 | - <div class="circle-rightbottom"></div> | ||
159 | - </a> | ||
160 | - <a href="http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho" id="float-layer-btn"> | ||
161 | - 立即下载 | ||
162 | - </a> | ||
163 | -</div> | ||
164 | -';}).' | ||
165 | - | ||
166 | - | ||
167 | - '.''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('hasWxShare')), $in, function($cx, $in) {return '<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | ||
168 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('rlsEnv')), $in, function($cx, $in) {return '<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/lib.js"></script> | ||
169 | -<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.js"></script> | ||
170 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('preEnv')), $in, function($cx, $in) {return '<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/lib.js"></script> | ||
171 | -<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.js"></script> | ||
172 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('testEnv')), $in, function($cx, $in) {return '<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/lib.js"></script> | ||
173 | -<script src="http://cdn.yoho.cn/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index-debug.js"></script> | ||
174 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('devEnv')), $in, function($cx, $in) {return '<script src="http://localhost:8000/static/js/sea.js?nowrap"></script> | ||
175 | -<script>seajs.config({base: \'http://localhost:8000/\'});</script> | ||
176 | -';}).''.'<script> | ||
177 | - seajs.use(\'js/common\'); | ||
178 | -</script> | ||
179 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('psList')), $in, function($cx, $in) {return '<script> | ||
180 | - seajs.use(\'js/guang/plus-star/list\'); | ||
181 | -</script> | ||
182 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('psDetail')), $in, function($cx, $in) {return '<script> | ||
183 | - seajs.use(\'js/guang/plus-star/detail\'); | ||
184 | -</script> | ||
185 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangHome')), $in, function($cx, $in) {return '<script> | ||
186 | - seajs.use(\'js/guang/home\'); | ||
187 | -</script> | ||
188 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangList')), $in, function($cx, $in) {return '<script> | ||
189 | - seajs.use(\'js/guang/list\'); | ||
190 | -</script> | ||
191 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangDetail')), $in, function($cx, $in) {return '<script> | ||
192 | - seajs.use(\'js/guang/detail\', function(d) { | ||
193 | - d.i(true); | ||
194 | - }); | ||
195 | -</script> | ||
196 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangEzine')), $in, function($cx, $in) {return '<script> | ||
197 | - seajs.use(\'js/guang/detail\', function(d) { | ||
198 | - d.i(false); | ||
199 | - }); | ||
200 | -</script> | ||
201 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('regIndex')), $in, function($cx, $in) {return '<script> | ||
202 | - seajs.use(\'js/passport/register/register\'); | ||
203 | -</script> | ||
204 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('regCode')), $in, function($cx, $in) {return '<script> | ||
205 | - seajs.use(\'js/passport/register/code\'); | ||
206 | -</script> | ||
207 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('regPwd')), $in, function($cx, $in) {return '<script> | ||
208 | - seajs.use(\'js/passport/register/password\'); | ||
209 | -</script> | ||
210 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('bindIndex')), $in, function($cx, $in) {return '<script> | ||
211 | - seajs.use(\'js/passport/bind/bind\'); | ||
212 | -</script> | ||
213 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('bindCode')), $in, function($cx, $in) {return '<script> | ||
214 | - seajs.use(\'js/passport/bind/code\'); | ||
215 | -</script> | ||
216 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('bindPwd')), $in, function($cx, $in) {return '<script> | ||
217 | - seajs.use(\'js/passport/bind/password\'); | ||
218 | -</script> | ||
219 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('loginIndex')), $in, function($cx, $in) {return '<script> | ||
220 | - seajs.use(\'js/passport/login/login\'); | ||
221 | -</script> | ||
222 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('loginInternational')), $in, function($cx, $in) {return '<script> | ||
223 | - seajs.use(\'js/passport/login/international\'); | ||
224 | -</script> | ||
225 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backEmail')), $in, function($cx, $in) {return '<script> | ||
226 | - seajs.use(\'js/passport/back/email\'); | ||
227 | -</script> | ||
228 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backEmailSuccess')), $in, function($cx, $in) {return '<script> | ||
229 | - seajs.use(\'js/passport/back/email-success\'); | ||
230 | -</script> | ||
231 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backMobile')), $in, function($cx, $in) {return '<script> | ||
232 | - seajs.use(\'js/passport/back/mobile\'); | ||
233 | -</script> | ||
234 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backCode')), $in, function($cx, $in) {return '<script> | ||
235 | - seajs.use(\'js/passport/back/code\'); | ||
236 | -</script> | ||
237 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backNewPwd')), $in, function($cx, $in) {return '<script> | ||
238 | - seajs.use(\'js/passport/back/new-password\'); | ||
239 | -</script> | ||
240 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('channelPage')), $in, function($cx, $in) {return '<script> | ||
241 | - seajs.use(\'js/index/channel\'); | ||
242 | - seajs.use(\'js/index/footer\'); | ||
243 | -</script> | ||
244 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('grilsHomePage')), $in, function($cx, $in) {return '<script> | ||
245 | - seajs.use(\'js/home/home\', function(h) { | ||
246 | - h.set(\'girls\'); | ||
247 | - }); | ||
248 | - seajs.use(\'js/index/footer\'); | ||
249 | -</script> | ||
250 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('boysHomePage')), $in, function($cx, $in) {return '<script> | ||
251 | - seajs.use(\'js/home/home\', function(h) { | ||
252 | - h.set(\'boys\'); | ||
253 | - }); | ||
254 | - seajs.use(\'js/index/footer\'); | ||
255 | -</script> | ||
256 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('kidsHomePage')), $in, function($cx, $in) {return '<script> | ||
257 | - seajs.use(\'js/home/home\', function(h) { | ||
258 | - h.set(\'kids\'); | ||
259 | - }); | ||
260 | - seajs.use(\'js/index/footer\'); | ||
261 | -</script> | ||
262 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('lifestyleHomePage')), $in, function($cx, $in) {return '<script> | ||
263 | - seajs.use(\'js/home/home\', function(h) { | ||
264 | - h.set(\'lifestyle\'); | ||
265 | - }); | ||
266 | - seajs.use(\'js/index/footer\'); | ||
267 | -</script> | ||
268 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('newArrivalPage')), $in, function($cx, $in) {return '<script> | ||
269 | - seajs.use(\'js/product/newsale/newarrival\'); | ||
270 | - seajs.use(\'js/index/footer\'); | ||
271 | -</script> | ||
272 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('discountPage')), $in, function($cx, $in) {return '<script> | ||
273 | - seajs.use(\'js/product/newsale/discount\'); | ||
274 | - seajs.use(\'js/index/footer\'); | ||
275 | -</script> | ||
276 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('hotrankPage')), $in, function($cx, $in) {return '<script> | ||
277 | - seajs.use(\'js/product/newsale/hot-rank\'); | ||
278 | - seajs.use(\'js/index/footer\'); | ||
279 | -</script> | ||
280 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodListPage')), $in, function($cx, $in) {return '<script> | ||
281 | - seajs.use(\'js/product/list\'); | ||
282 | - seajs.use(\'js/index/footer\'); | ||
283 | -</script> | ||
284 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodsDetailPage')), $in, function($cx, $in) {return '<script> | ||
285 | - seajs.use(\'js/product/detail/detail\'); | ||
286 | -</script> | ||
287 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodsCommentsPage')), $in, function($cx, $in) {return '<script> | ||
288 | - seajs.use(\'js/product/detail/loadmore\'); | ||
289 | -</script> | ||
290 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodsConsultsPage')), $in, function($cx, $in) {return '<script> | ||
291 | - seajs.use(\'js/product/detail/comments-consults\'); | ||
292 | -</script> | ||
293 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('consultformPage')), $in, function($cx, $in) {return '<script> | ||
294 | - seajs.use(\'js/product/detail/consultform\'); | ||
295 | -</script> | ||
296 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('categoryPage')), $in, function($cx, $in) {return '<script> | ||
297 | - seajs.use(\'js/category/index\'); | ||
298 | - seajs.use(\'js/index/footer\'); | ||
299 | -</script> | ||
300 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('brandPage')), $in, function($cx, $in) {return '<script> | ||
301 | - seajs.use(\'js/category/brand\'); | ||
302 | - seajs.use(\'js/index/footer\'); | ||
303 | -</script> | ||
304 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('searchPage')), $in, function($cx, $in) {return '<script> | ||
305 | - seajs.use(\'js/index/search\'); | ||
306 | - seajs.use(\'js/index/footer\'); | ||
307 | -</script> | ||
308 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('shoppingCartPage')), $in, function($cx, $in) {return '<script> | ||
309 | - seajs.use(\'js/cart/cart\'); | ||
310 | -</script> | ||
311 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('giftPage')), $in, function($cx, $in) {return '<script> | ||
312 | - seajs.use(\'js/cart/gift-advance\'); | ||
313 | -</script> | ||
314 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('advanceBuyPage')), $in, function($cx, $in) {return '<script> | ||
315 | - seajs.use(\'js/cart/gift-advance\'); | ||
316 | -</script> | ||
317 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('orderEnsurePage')), $in, function($cx, $in) {return '<script> | ||
318 | - seajs.use(\'js/cart/order-ensure\'); | ||
319 | -</script> | ||
320 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('selectAddressPage')), $in, function($cx, $in) {return '<script> | ||
321 | - seajs.use(\'js/me/address\'); | ||
322 | - seajs.use(\'js/cart/select-address\'); | ||
323 | -</script> | ||
324 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('selectCouponPage')), $in, function($cx, $in) {return '<script> | ||
325 | - seajs.use(\'js/cart/select-coupon\'); | ||
326 | -</script> | ||
327 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('myIndexPage')), $in, function($cx, $in) {return '<script> | ||
328 | - seajs.use(\'js/me/index\'); | ||
329 | - seajs.use(\'js/index/footer\'); | ||
330 | -</script> | ||
331 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('orderPage')), $in, function($cx, $in) {return '<script> | ||
332 | - seajs.use(\'js/me/order\'); | ||
333 | -</script> | ||
334 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('orderDetailPage')), $in, function($cx, $in) {return '<script> | ||
335 | - seajs.use(\'js/me/order-detail\'); | ||
336 | -</script> | ||
337 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('favPage')), $in, function($cx, $in) {return '<script> | ||
338 | - seajs.use(\'js/me/fav\'); | ||
339 | -</script> | ||
340 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('suggestPage')), $in, function($cx, $in) {return '<script> | ||
341 | - seajs.use(\'js/me/suggest\'); | ||
342 | -</script> | ||
343 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('couponsPage')), $in, function($cx, $in) {return '<script> | ||
344 | - seajs.use(\'js/me/coupons\'); | ||
345 | -</script> | ||
346 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('onlineServicePage')), $in, function($cx, $in) {return '<script> | ||
347 | - seajs.use(\'js/me/online-service\'); | ||
348 | -</script> | ||
349 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('onlineServiceDetailPage')), $in, function($cx, $in) {return '<script> | ||
350 | - seajs.use(\'js/index/footer\'); | ||
351 | -</script> | ||
352 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('addressPage')), $in, function($cx, $in) {return '<script> | ||
353 | - seajs.use(\'js/me/address\'); | ||
354 | -</script> | ||
355 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('addressActionPage')), $in, function($cx, $in) {return '<script> | ||
356 | - seajs.use(\'js/me/address-act\'); | ||
357 | -</script> | ||
358 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('myGuangPage')), $in, function($cx, $in) {return '<script> | ||
359 | - seajs.use(\'js/me/my-guang\'); | ||
360 | -</script> | ||
361 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('personalDetailsPage')), $in, function($cx, $in) {return '<script> | ||
362 | - seajs.use(\'js/me/personal-details\'); | ||
363 | -</script> | ||
364 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('browseRecordPage')), $in, function($cx, $in) {return '<script> | ||
365 | - seajs.use(\'js/me/browse-record\'); | ||
366 | -</script> | ||
367 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('logisticInfoPage')), $in, function($cx, $in) {return '<script> | ||
368 | - seajs.use(\'js/me/logistic\'); | ||
369 | -</script> | ||
370 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('payCenterPage')), $in, function($cx, $in) {return '<script> | ||
371 | - seajs.use(\'js/me/pay\'); | ||
372 | -</script> | ||
373 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('currencyDetail')), $in, function($cx, $in) {return '<script> | ||
374 | - seajs.use(\'js/me/currency\'); | ||
375 | -</script> | ||
376 | -';}).' | ||
377 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('currencyPage')), $in, function($cx, $in) {return '<script> | ||
378 | - seajs.use(\'js/me/currency-new\'); | ||
379 | -</script> | ||
380 | -';}).' | ||
381 | -'.''.'<!-- Google Tag Manager --> | ||
382 | -<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
383 | -<script> | ||
384 | - var _hmt = _hmt || []; | ||
385 | - function async_load(){ | ||
386 | - (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': | ||
387 | - new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], | ||
388 | - j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= | ||
389 | - \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); | ||
390 | - })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\'); | ||
391 | - (function() { | ||
392 | - var hm = document.createElement("script"); | ||
393 | - hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311"; | ||
394 | - hm.async = 1; | ||
395 | - var s = document.getElementsByTagName("script")[0]; | ||
396 | - s.parentNode.insertBefore(hm, s); | ||
397 | - })(); | ||
398 | - (function() { | ||
399 | - var hm = document.createElement("script"); | ||
400 | - hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841"; | ||
401 | - hm.async = 1; | ||
402 | - var s = document.getElementsByTagName("script")[0]; | ||
403 | - s.parentNode.insertBefore(hm, s); | ||
404 | - })(); | ||
405 | - (function() { | ||
406 | - var hm = document.createElement("script"); | ||
407 | - hm.src = "//hm.baidu.com/hm.js?e5b83a487a4458aa5abca43f5779b764"; | ||
408 | - var s = document.getElementsByTagName("script")[0]; | ||
409 | - s.parentNode.insertBefore(hm, s); | ||
410 | - })(); | ||
411 | - (function() { | ||
412 | - var hm = document.createElement("script"); | ||
413 | - hm.src = "http://static.yohobuy.com/js/analytics/analysis.js"; | ||
414 | - hm.async = 1; | ||
415 | - var s = document.getElementsByTagName("script")[0]; | ||
416 | - s.parentNode.insertBefore(hm, s); | ||
417 | - })(); | ||
418 | - } | ||
419 | - window.addEventListener(\'load\', async_load, false); | ||
420 | -</script> | ||
421 | -<script> | ||
422 | - window._py = window._py||[]; | ||
423 | - window._py.push([\'a\', \'MC..o8vMMWxEXDCiqYckD81lUX\']); | ||
424 | - window._py.push([\'domain\',\'stats.ipinyou.com\']); | ||
425 | - window._py.push([\'e\',\'\']); | ||
426 | - if(typeof _goodsData!=\'undefined\'){ | ||
427 | - window._py.push([\'pi\',_goodsData]); | ||
428 | - } | ||
429 | - -function(d){ | ||
430 | - var f = \'https:\' == d.location.protocol;var c = d.createElement(\'script\');c.type=\'text/javascript\';c.async=1; | ||
431 | - c.src=(f ? \'https\' : \'http\') + \'://\'+(f?\'fm.ipinyou.com\':\'fm.p0y.cn\')+\'/j/t/adv.js\'; | ||
432 | - var h = d.getElementsByTagName("script")[0];h.parentNode.insertBefore(c, h); | ||
433 | - }(document); | ||
434 | -</script> | ||
435 | -<script src="http://static.yohobuy.com/m/v1/js/om_code.js" async="async"></script>'.'</body> | ||
436 | -</html>'.''; | ||
437 | -} | ||
438 | -?> |
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>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('title')), ENT_QUOTES, 'UTF-8').'</title> | ||
29 | -<meta name="keywords" content="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('keywords')), ENT_QUOTES, 'UTF-8').'"> | ||
30 | -<meta name="description" content="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('description')), ENT_QUOTES, 'UTF-8').'"> | ||
31 | -<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> | ||
32 | -<meta http-equiv="cleartype" content="on"> | ||
33 | -<meta name="apple-mobile-web-app-status-bar-style" content="black" /> | ||
34 | -<meta content="telephone=no" name="format-detection" /> | ||
35 | -<meta content="email=no" name="format-detection" /> | ||
36 | -<script type="text/javascript"> | ||
37 | - (function(doc, win) { | ||
38 | - var docEl = doc.documentElement; | ||
39 | - (function() { | ||
40 | - var clientWidth = docEl.clientWidth; | ||
41 | - if (!clientWidth) { | ||
42 | - return; | ||
43 | - } | ||
44 | - docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\'; | ||
45 | - }()); | ||
46 | - })(document, window); | ||
47 | -</script> | ||
48 | -<link rel="dns-prefetch" href="//cdn.yoho.cn"> | ||
49 | -<link rel="dns-prefetch" href="//static.yohobuy.com"> | ||
50 | -<link rel="dns-prefetch" href="//img12.static.yhbimg.com"> | ||
51 | -<link rel="dns-prefetch" href="//img13.static.yhbimg.com"> | ||
52 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('rlsEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="/dist/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.css"> | ||
53 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('preEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="/dist/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.css"> | ||
54 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('testEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="/dist/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.css"> | ||
55 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('devEnv')), $in, function($cx, $in) {return '<link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css"> | ||
56 | -';}).'</head> | ||
57 | -<body '.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('isPassportPage')), $in, function($cx, $in) {return 'class=passport-body';}).'> | ||
58 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('systemUpdate')), $in, function($cx, $in) {return ' <div class="systemUpdate"> | ||
59 | - <a href="index/systemUpdate" class="systemHeader">Yoho!Buy有货关于系统升级的公告</a> | ||
60 | - <span>X</span> | ||
61 | - </div> | ||
62 | -';}).''.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('pageHeader')), $in, false, function($cx, $in) {return '<header id="yoho-header" class="yoho-header'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('boys')), $in, function($cx, $in) {return ' boys';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('girls')), $in, function($cx, $in) {return ' girls';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('kids')), $in, function($cx, $in) {return ' kids';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('lifeStyle')), $in, function($cx, $in) {return ' life-style';}).'"> | ||
63 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navBack')), $in, false, function($cx, $in) {return ' <a href="'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backUrl')), $in, function($cx, $in) {return ''.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('backUrl')), ENT_QUOTES, 'UTF-8').'';}, function($cx, $in) {return 'javascript:history.go(-1);';}).'" class="iconfont nav-back"></a> | ||
64 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navBtn')), $in, false, function($cx, $in) {return ' <span class="iconfont nav-home"></span> | ||
65 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('currencyPage')), $in, false, function($cx, $in) {return ' <a href="/home/helpDetail?code=20151230-102233&caption=YOHO币介绍" class="iconfont nav-home"></a> | ||
66 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('currencyDetailPage')), $in, false, function($cx, $in) {return ' <a href="/home/helpDetail?code=20111130-152530&caption=如何使用YOHO币支付" class="iconfont nav-home"></a> | ||
67 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navPhone')), $in, false, function($cx, $in) {return ' <a href="'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'" class="iconfont nav-home"></a> | ||
68 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navTitle')), $in, false, function($cx, $in) {return ' <p class="nav-title">'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'</p> | ||
69 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('suggestSub')), $in, false, function($cx, $in) {return ' <span class="nav-btn">提交</span> | ||
70 | -';}).'</header> | ||
71 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('navBtn')), $in, false, function($cx, $in) {return '<div class="homebuttom hide '.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['scopes'][count($cx['scopes'])-1], array('boys')), $in, function($cx, $in) {return ' boys';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['scopes'][count($cx['scopes'])-1], array('girls')), $in, function($cx, $in) {return ' girls';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['scopes'][count($cx['scopes'])-1], array('kids')), $in, function($cx, $in) {return ' kids';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $cx['scopes'][count($cx['scopes'])-1], array('lifeStyle')), $in, function($cx, $in) {return ' life-style';}).'"> | ||
72 | - <ul> | ||
73 | - <li> | ||
74 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('indexUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
75 | - <i class="iconfont"></i> | ||
76 | - <span>首页</span> | ||
77 | - </a> | ||
78 | - </li> | ||
79 | - <li> | ||
80 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('categoryUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
81 | - <i class="iconfont"></i> | ||
82 | - <span>分类</span> | ||
83 | - </a> | ||
84 | - </li> | ||
85 | - <li> | ||
86 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('shoppingCartUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
87 | - <i class="iconfont"></i> | ||
88 | - <span>购物车</span> | ||
89 | - </a> | ||
90 | - </li> | ||
91 | - <li> | ||
92 | - <a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('mineUrl')), ENT_QUOTES, 'UTF-8').'"> | ||
93 | - <i class="iconfont"></i> | ||
94 | - <span>我的</span> | ||
95 | - </a> | ||
96 | - </li> | ||
97 | - </ul> | ||
98 | -</div> | ||
99 | -';}).' | ||
100 | -';}).''.''.'<div class="login-page passport-page yoho-page"> | ||
101 | -'.' <div class="header"> | ||
102 | - <a class="go-back" href="'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backUrl')), $in, function($cx, $in) {return ''.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('backUrl')), ENT_QUOTES, 'UTF-8').'';}, function($cx, $in) {return 'javascript:history.go(-1);';}).'"></a> | ||
103 | -'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('showHeaderImg')), $in, false, function($cx, $in) {return ' <div class="img-header"></div> | ||
104 | -';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('headerText')), $in, false, function($cx, $in) {return ' <p class="title">'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'</p> | ||
105 | -';}).' </div>'.' <div class="content"> | ||
106 | - <div class="acc-container input-container row has-clear"> | ||
107 | - <div class="yoho-logo"></div> | ||
108 | - <input id="account" class="input account" type="text" placeholder="手机号/邮箱" autocomplete="off" value='.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('account')), ENT_QUOTES, 'UTF-8').'> | ||
109 | - </div> | ||
110 | - <div class="input-container row has-eye"> | ||
111 | - <input id="pwd" class="pwd input" type="password" placeholder="密码"> | ||
112 | - </div> | ||
113 | - <span id="btn-login" class="btn btn-login disable">登录</span> | ||
114 | - <p class="op-container"> | ||
115 | - <a class="go-register" href='.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('registerUrl')), ENT_QUOTES, 'UTF-8').'>免费注册</a> | ||
116 | - <span id="forget-pwd" class="forget-pwd">忘记密码</span> | ||
117 | - </p> | ||
118 | - <div class="third-party-login"> | ||
119 | - <span>其他登录方式</span> | ||
120 | - <div class="tp-link"> | ||
121 | - <a class="alipay" href='.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('aliLoginUrl')), ENT_QUOTES, 'UTF-8').'></a> | ||
122 | - <a class="weibo" href='.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('weiboLoginUrl')), ENT_QUOTES, 'UTF-8').'></a> | ||
123 | - <a class="qq" href='.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('qqLoginUrl')), ENT_QUOTES, 'UTF-8').'></a> | ||
124 | - </div> | ||
125 | - </div> | ||
126 | - <a class="international" href='.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('internationalUrl')), ENT_QUOTES, 'UTF-8').'>International Customer</a> | ||
127 | - <div class="login-tip"> | ||
128 | - <div class="info-icon"></div> | ||
129 | - Yoho!Family账号可登录Yoho!Buy有货 | ||
130 | - </div> | ||
131 | - <div id="retrive-pwd-mask" class="mask"></div> | ||
132 | - <ul id="retrive-pwd-ways" class="retrive-pwd-ways"> | ||
133 | - <li> | ||
134 | - <a href='.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('phoneRetriveUrl')), ENT_QUOTES, 'UTF-8').'>通过手机找回密码</a> | ||
135 | - </li> | ||
136 | - <li> | ||
137 | - <a href='.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('emailRetriveUrl')), ENT_QUOTES, 'UTF-8').'>通过邮箱找回密码</a> | ||
138 | - </li> | ||
139 | - <li id="cancel-retrive"> | ||
140 | - 取消 | ||
141 | - </li> | ||
142 | - </ul> | ||
143 | - </div> | ||
144 | -</div> | ||
145 | -'.''.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('pageFooter')), $in, false, function($cx, $in) {return '<footer id="yoho-footer" class="yoho-footer hide"> | ||
146 | - <p class="op-row"> | ||
147 | - <span class="back-to-top"> | ||
148 | - Back to top | ||
149 | - <i class="iconfont"></i> | ||
150 | - </span> | ||
151 | - </p> | ||
152 | - <address class="copyright"> | ||
153 | - CopyRight©2007-2016 南京新与力文化传播有限公司 | ||
154 | - </address> | ||
155 | -</footer> | ||
156 | -';}).' | ||
157 | -'.''.''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('showDownloadApp')), $in, false, function($cx, $in) {return '<div class="float-layer hide" id="float-layer-app"> | ||
158 | - <div class="float-layer-left"> | ||
159 | - <span class="yoho-icon iconfont"></span> | ||
160 | - <p>新用户送千元礼包</p> | ||
161 | - </div> | ||
162 | - <a href="javascript:void(0);" id="float-layer-close" > | ||
163 | - <i class="close-icon iconfont"></i> | ||
164 | - <div class="circle-rightbottom"></div> | ||
165 | - </a> | ||
166 | - <a href="http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho" id="float-layer-btn"> | ||
167 | - 立即下载 | ||
168 | - </a> | ||
169 | -</div> | ||
170 | -';}).' | ||
171 | - | ||
172 | - | ||
173 | - '.''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('hasWxShare')), $in, function($cx, $in) {return '<script type="text/javascript" charset="utf-8" src="//res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | ||
174 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('rlsEnv')), $in, function($cx, $in) {return '<script src="/dist/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/lib.js"></script> | ||
175 | -<script src="/dist/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.js"></script> | ||
176 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('preEnv')), $in, function($cx, $in) {return '<script src="/dist/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/lib.js"></script> | ||
177 | -<script src="/dist/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index.js"></script> | ||
178 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('testEnv')), $in, function($cx, $in) {return '<script src="/dist/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/lib.js"></script> | ||
179 | -<script src="/dist/myohobuy/'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('version')), ENT_QUOTES, 'UTF-8').'/index-debug.js"></script> | ||
180 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('devEnv')), $in, function($cx, $in) {return '<script src="http://localhost:8000/static/js/sea.js?nowrap"></script> | ||
181 | -<script>seajs.config({base: \'http://localhost:8000/\'});</script> | ||
182 | -';}).''.'<script> | ||
183 | - seajs.use(\'js/common\'); | ||
184 | -</script> | ||
185 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('psList')), $in, function($cx, $in) {return '<script> | ||
186 | - seajs.use(\'js/guang/plus-star/list\'); | ||
187 | -</script> | ||
188 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('psDetail')), $in, function($cx, $in) {return '<script> | ||
189 | - seajs.use(\'js/guang/plus-star/detail\'); | ||
190 | -</script> | ||
191 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangHome')), $in, function($cx, $in) {return '<script> | ||
192 | - seajs.use(\'js/guang/home\'); | ||
193 | -</script> | ||
194 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangList')), $in, function($cx, $in) {return '<script> | ||
195 | - seajs.use(\'js/guang/list\'); | ||
196 | -</script> | ||
197 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangDetail')), $in, function($cx, $in) {return '<script> | ||
198 | - seajs.use(\'js/guang/detail\', function(d) { | ||
199 | - d.i(true); | ||
200 | - }); | ||
201 | -</script> | ||
202 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('guangEzine')), $in, function($cx, $in) {return '<script> | ||
203 | - seajs.use(\'js/guang/detail\', function(d) { | ||
204 | - d.i(false); | ||
205 | - }); | ||
206 | -</script> | ||
207 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('regIndex')), $in, function($cx, $in) {return '<script> | ||
208 | - seajs.use(\'js/passport/register/register\'); | ||
209 | -</script> | ||
210 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('regCode')), $in, function($cx, $in) {return '<script> | ||
211 | - seajs.use(\'js/passport/register/code\'); | ||
212 | -</script> | ||
213 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('regPwd')), $in, function($cx, $in) {return '<script> | ||
214 | - seajs.use(\'js/passport/register/password\'); | ||
215 | -</script> | ||
216 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('bindIndex')), $in, function($cx, $in) {return '<script> | ||
217 | - seajs.use(\'js/passport/bind/bind\'); | ||
218 | -</script> | ||
219 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('bindCode')), $in, function($cx, $in) {return '<script> | ||
220 | - seajs.use(\'js/passport/bind/code\'); | ||
221 | -</script> | ||
222 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('bindPwd')), $in, function($cx, $in) {return '<script> | ||
223 | - seajs.use(\'js/passport/bind/password\'); | ||
224 | -</script> | ||
225 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('loginIndex')), $in, function($cx, $in) {return '<script> | ||
226 | - seajs.use(\'js/passport/login/login\'); | ||
227 | -</script> | ||
228 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('loginInternational')), $in, function($cx, $in) {return '<script> | ||
229 | - seajs.use(\'js/passport/login/international\'); | ||
230 | -</script> | ||
231 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backEmail')), $in, function($cx, $in) {return '<script> | ||
232 | - seajs.use(\'js/passport/back/email\'); | ||
233 | -</script> | ||
234 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backEmailSuccess')), $in, function($cx, $in) {return '<script> | ||
235 | - seajs.use(\'js/passport/back/email-success\'); | ||
236 | -</script> | ||
237 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backMobile')), $in, function($cx, $in) {return '<script> | ||
238 | - seajs.use(\'js/passport/back/mobile\'); | ||
239 | -</script> | ||
240 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backCode')), $in, function($cx, $in) {return '<script> | ||
241 | - seajs.use(\'js/passport/back/code\'); | ||
242 | -</script> | ||
243 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('backNewPwd')), $in, function($cx, $in) {return '<script> | ||
244 | - seajs.use(\'js/passport/back/new-password\'); | ||
245 | -</script> | ||
246 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('channelPage')), $in, function($cx, $in) {return '<script> | ||
247 | - seajs.use(\'js/index/channel\'); | ||
248 | - seajs.use(\'js/index/footer\'); | ||
249 | -</script> | ||
250 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('grilsHomePage')), $in, function($cx, $in) {return '<script> | ||
251 | - seajs.use(\'js/home/home\', function(h) { | ||
252 | - h.set(\'girls\'); | ||
253 | - }); | ||
254 | - seajs.use(\'js/index/footer\'); | ||
255 | -</script> | ||
256 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('boysHomePage')), $in, function($cx, $in) {return '<script> | ||
257 | - seajs.use(\'js/home/home\', function(h) { | ||
258 | - h.set(\'boys\'); | ||
259 | - }); | ||
260 | - seajs.use(\'js/index/footer\'); | ||
261 | -</script> | ||
262 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('kidsHomePage')), $in, function($cx, $in) {return '<script> | ||
263 | - seajs.use(\'js/home/home\', function(h) { | ||
264 | - h.set(\'kids\'); | ||
265 | - }); | ||
266 | - seajs.use(\'js/index/footer\'); | ||
267 | -</script> | ||
268 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('lifestyleHomePage')), $in, function($cx, $in) {return '<script> | ||
269 | - seajs.use(\'js/home/home\', function(h) { | ||
270 | - h.set(\'lifestyle\'); | ||
271 | - }); | ||
272 | - seajs.use(\'js/index/footer\'); | ||
273 | -</script> | ||
274 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('newArrivalPage')), $in, function($cx, $in) {return '<script> | ||
275 | - seajs.use(\'js/product/newsale/newarrival\'); | ||
276 | - seajs.use(\'js/index/footer\'); | ||
277 | -</script> | ||
278 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('discountPage')), $in, function($cx, $in) {return '<script> | ||
279 | - seajs.use(\'js/product/newsale/discount\'); | ||
280 | - seajs.use(\'js/index/footer\'); | ||
281 | -</script> | ||
282 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('hotrankPage')), $in, function($cx, $in) {return '<script> | ||
283 | - seajs.use(\'js/product/newsale/hot-rank\'); | ||
284 | - seajs.use(\'js/index/footer\'); | ||
285 | -</script> | ||
286 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodListPage')), $in, function($cx, $in) {return '<script> | ||
287 | - seajs.use(\'js/product/list\'); | ||
288 | - seajs.use(\'js/index/footer\'); | ||
289 | -</script> | ||
290 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodsDetailPage')), $in, function($cx, $in) {return '<script> | ||
291 | - seajs.use(\'js/product/detail/detail\'); | ||
292 | -</script> | ||
293 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodsCommentsPage')), $in, function($cx, $in) {return '<script> | ||
294 | - seajs.use(\'js/product/detail/loadmore\'); | ||
295 | -</script> | ||
296 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('goodsConsultsPage')), $in, function($cx, $in) {return '<script> | ||
297 | - seajs.use(\'js/product/detail/comments-consults\'); | ||
298 | -</script> | ||
299 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('consultformPage')), $in, function($cx, $in) {return '<script> | ||
300 | - seajs.use(\'js/product/detail/consultform\'); | ||
301 | -</script> | ||
302 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('categoryPage')), $in, function($cx, $in) {return '<script> | ||
303 | - seajs.use(\'js/category/index\'); | ||
304 | - seajs.use(\'js/index/footer\'); | ||
305 | -</script> | ||
306 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('brandPage')), $in, function($cx, $in) {return '<script> | ||
307 | - seajs.use(\'js/category/brand\'); | ||
308 | - seajs.use(\'js/index/footer\'); | ||
309 | -</script> | ||
310 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('searchPage')), $in, function($cx, $in) {return '<script> | ||
311 | - seajs.use(\'js/index/search\'); | ||
312 | - seajs.use(\'js/index/footer\'); | ||
313 | -</script> | ||
314 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('shoppingCartPage')), $in, function($cx, $in) {return '<script> | ||
315 | - seajs.use(\'js/cart/cart\'); | ||
316 | -</script> | ||
317 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('giftPage')), $in, function($cx, $in) {return '<script> | ||
318 | - seajs.use(\'js/cart/gift-advance\'); | ||
319 | -</script> | ||
320 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('advanceBuyPage')), $in, function($cx, $in) {return '<script> | ||
321 | - seajs.use(\'js/cart/gift-advance\'); | ||
322 | -</script> | ||
323 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('orderEnsurePage')), $in, function($cx, $in) {return '<script> | ||
324 | - seajs.use(\'js/cart/order-ensure\'); | ||
325 | -</script> | ||
326 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('selectAddressPage')), $in, function($cx, $in) {return '<script> | ||
327 | - seajs.use(\'js/me/address\'); | ||
328 | - seajs.use(\'js/cart/select-address\'); | ||
329 | -</script> | ||
330 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('selectCouponPage')), $in, function($cx, $in) {return '<script> | ||
331 | - seajs.use(\'js/cart/select-coupon\'); | ||
332 | -</script> | ||
333 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('myIndexPage')), $in, function($cx, $in) {return '<script> | ||
334 | - seajs.use(\'js/me/index\'); | ||
335 | - seajs.use(\'js/index/footer\'); | ||
336 | -</script> | ||
337 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('orderPage')), $in, function($cx, $in) {return '<script> | ||
338 | - seajs.use(\'js/me/order\'); | ||
339 | -</script> | ||
340 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('orderDetailPage')), $in, function($cx, $in) {return '<script> | ||
341 | - seajs.use(\'js/me/order-detail\'); | ||
342 | -</script> | ||
343 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('favPage')), $in, function($cx, $in) {return '<script> | ||
344 | - seajs.use(\'js/me/fav\'); | ||
345 | -</script> | ||
346 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('suggestPage')), $in, function($cx, $in) {return '<script> | ||
347 | - seajs.use(\'js/me/suggest\'); | ||
348 | -</script> | ||
349 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('couponsPage')), $in, function($cx, $in) {return '<script> | ||
350 | - seajs.use(\'js/me/coupons\'); | ||
351 | -</script> | ||
352 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('onlineServicePage')), $in, function($cx, $in) {return '<script> | ||
353 | - seajs.use(\'js/me/online-service\'); | ||
354 | -</script> | ||
355 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('onlineServiceDetailPage')), $in, function($cx, $in) {return '<script> | ||
356 | - seajs.use(\'js/index/footer\'); | ||
357 | -</script> | ||
358 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('addressPage')), $in, function($cx, $in) {return '<script> | ||
359 | - seajs.use(\'js/me/address\'); | ||
360 | -</script> | ||
361 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('addressActionPage')), $in, function($cx, $in) {return '<script> | ||
362 | - seajs.use(\'js/me/address-act\'); | ||
363 | -</script> | ||
364 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('myGuangPage')), $in, function($cx, $in) {return '<script> | ||
365 | - seajs.use(\'js/me/my-guang\'); | ||
366 | -</script> | ||
367 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('personalDetailsPage')), $in, function($cx, $in) {return '<script> | ||
368 | - seajs.use(\'js/me/personal-details\'); | ||
369 | -</script> | ||
370 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('browseRecordPage')), $in, function($cx, $in) {return '<script> | ||
371 | - seajs.use(\'js/me/browse-record\'); | ||
372 | -</script> | ||
373 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('logisticInfoPage')), $in, function($cx, $in) {return '<script> | ||
374 | - seajs.use(\'js/me/logistic\'); | ||
375 | -</script> | ||
376 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('payCenterPage')), $in, function($cx, $in) {return '<script> | ||
377 | - seajs.use(\'js/me/pay\'); | ||
378 | -</script> | ||
379 | -';}).''.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('currencyDetail')), $in, function($cx, $in) {return '<script> | ||
380 | - seajs.use(\'js/me/currency\'); | ||
381 | -</script> | ||
382 | -';}).' | ||
383 | -'.Plugin\LCRun3::ifv($cx, Plugin\LCRun3::v($cx, $in, array('currencyPage')), $in, function($cx, $in) {return '<script> | ||
384 | - seajs.use(\'js/me/currency-new\'); | ||
385 | -</script> | ||
386 | -';}).' | ||
387 | -'.''.'<!-- Google Tag Manager --> | ||
388 | -<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
389 | -<script> | ||
390 | - var _hmt = _hmt || []; | ||
391 | - function async_load(){ | ||
392 | - (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': | ||
393 | - new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], | ||
394 | - j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= | ||
395 | - \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); | ||
396 | - })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\'); | ||
397 | - (function() { | ||
398 | - var hm = document.createElement("script"); | ||
399 | - hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311"; | ||
400 | - hm.async = 1; | ||
401 | - var s = document.getElementsByTagName("script")[0]; | ||
402 | - s.parentNode.insertBefore(hm, s); | ||
403 | - })(); | ||
404 | - (function() { | ||
405 | - var hm = document.createElement("script"); | ||
406 | - hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841"; | ||
407 | - hm.async = 1; | ||
408 | - var s = document.getElementsByTagName("script")[0]; | ||
409 | - s.parentNode.insertBefore(hm, s); | ||
410 | - })(); | ||
411 | - (function() { | ||
412 | - var hm = document.createElement("script"); | ||
413 | - hm.src = "//hm.baidu.com/hm.js?e5b83a487a4458aa5abca43f5779b764"; | ||
414 | - var s = document.getElementsByTagName("script")[0]; | ||
415 | - s.parentNode.insertBefore(hm, s); | ||
416 | - })(); | ||
417 | - (function(w,d,s,j,f) { | ||
418 | - var a = d.createElement(s); | ||
419 | - var m = d.getElementsByTagName(s)[0]; | ||
420 | - w.YohoAcquisitionObject = f; | ||
421 | - w[f] = function(){w[f].p = arguments;}; | ||
422 | - a.async = 1;a.src = j; | ||
423 | - m.parentNode.insertBefore(a, m); | ||
424 | - })(window, document, \'script\', \'/dist/yas-jssdk/1.0.14/yas.js\', \'_yas\'); | ||
425 | - window._yas(1 * new Date(), \'1.0.14\', \'yohobuy_m\', \'\', \'\', \'\'); | ||
426 | - } | ||
427 | - window.addEventListener(\'load\', async_load, false); | ||
428 | -</script> | ||
429 | -<script> | ||
430 | - window._py = window._py||[]; | ||
431 | - window._py.push([\'a\', \'MC..o8vMMWxEXDCiqYckD81lUX\']); | ||
432 | - window._py.push([\'domain\',\'stats.ipinyou.com\']); | ||
433 | - window._py.push([\'e\',\'\']); | ||
434 | - if(typeof _goodsData!=\'undefined\'){ | ||
435 | - window._py.push([\'pi\',_goodsData]); | ||
436 | - } | ||
437 | - -function(d){ | ||
438 | - var f = \'https:\' == d.location.protocol;var c = d.createElement(\'script\');c.type=\'text/javascript\';c.async=1; | ||
439 | - c.src=(f ? \'https\' : \'http\') + \'://\'+(f?\'fm.ipinyou.com\':\'fm.p0y.cn\')+\'/j/t/adv.js\'; | ||
440 | - var h = d.getElementsByTagName("script")[0];h.parentNode.insertBefore(c, h); | ||
441 | - }(document); | ||
442 | -</script> | ||
443 | -<script src="/dist/analysis/v1/js/om_code.js" async="async"></script>'.'</body> | ||
444 | -</html>'.''; | ||
445 | -} | ||
446 | -?> |
@@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
3 | width: 100%; | 3 | width: 100%; |
4 | height: 320rem / $pxConvertRem; | 4 | height: 320rem / $pxConvertRem; |
5 | overflow: hidden; | 5 | overflow: hidden; |
6 | - padding-top:40rem / $pxConvertRem; | 6 | + padding-top:80rem / $pxConvertRem; |
7 | text-align: center; | 7 | text-align: center; |
8 | span{ | 8 | span{ |
9 | font-size: 220rem / $pxConvertRem; | 9 | font-size: 220rem / $pxConvertRem; |
@@ -28,12 +28,12 @@ | @@ -28,12 +28,12 @@ | ||
28 | font-size: 20rem / $pxConvertRem; | 28 | font-size: 20rem / $pxConvertRem; |
29 | margin:0 auto; | 29 | margin:0 auto; |
30 | color: #b0b0b0; | 30 | color: #b0b0b0; |
31 | - padding-top:8rem / $pxConvertRem; | 31 | + padding-top:16rem / $pxConvertRem; |
32 | text-align: center; | 32 | text-align: center; |
33 | } | 33 | } |
34 | .btn-list{ | 34 | .btn-list{ |
35 | text-align: center; | 35 | text-align: center; |
36 | - padding-top: 16rem / $pxConvertRem; | 36 | + padding-top: 48rem / $pxConvertRem; |
37 | a{ | 37 | a{ |
38 | display: inline-block; | 38 | display: inline-block; |
39 | width: 35%; | 39 | width: 35%; |
@@ -12,18 +12,15 @@ | @@ -12,18 +12,15 @@ | ||
12 | {{#currencyDetailPage}} | 12 | {{#currencyDetailPage}} |
13 | <a href="/home/helpDetail?code=20111130-152530&caption=如何使用YOHO币支付" class="iconfont nav-home"></a> | 13 | <a href="/home/helpDetail?code=20111130-152530&caption=如何使用YOHO币支付" class="iconfont nav-home"></a> |
14 | {{/currencyDetailPage}} | 14 | {{/currencyDetailPage}} |
15 | - {{#navPhone}} | ||
16 | - <a href="{{.}}" class="iconfont nav-home"></a> | ||
17 | - {{/navPhone}} | 15 | + {{#serviceUrl}} |
16 | + <a href="{{serviceUrl}}" target="_blank" class="iconfont nav-home"></a> | ||
17 | + {{/serviceUrl}} | ||
18 | {{#navTitle}} | 18 | {{#navTitle}} |
19 | <p class="nav-title">{{.}}</p> | 19 | <p class="nav-title">{{.}}</p> |
20 | {{/navTitle}} | 20 | {{/navTitle}} |
21 | {{# suggestSub}} | 21 | {{# suggestSub}} |
22 | <span class="nav-btn">提交</span> | 22 | <span class="nav-btn">提交</span> |
23 | {{/ suggestSub}} | 23 | {{/ suggestSub}} |
24 | - {{#orderEnsure}} | ||
25 | - <a href="{{serviceUrl}}" target="_blank" class="iconfont nav-home"></a> | ||
26 | - {{/orderEnsure}} | ||
27 | </header> | 24 | </header> |
28 | {{#navBtn}} | 25 | {{#navBtn}} |
29 | <div class="homebuttom hide {{#if ../boys}} boys{{/if}}{{#if ../girls}} girls{{/if}}{{#if ../kids}} kids{{/if}}{{#if ../lifeStyle}} life-style{{/if}}"> | 26 | <div class="homebuttom hide {{#if ../boys}} boys{{/if}}{{#if ../girls}} girls{{/if}}{{#if ../kids}} kids{{/if}}{{#if ../lifeStyle}} life-style{{/if}}"> |
@@ -942,7 +942,7 @@ class HomeController extends AbstractAction | @@ -942,7 +942,7 @@ class HomeController extends AbstractAction | ||
942 | 942 | ||
943 | $this->_view->display('order-detail', array( | 943 | $this->_view->display('order-detail', array( |
944 | 'orderDetailPage' => true, | 944 | 'orderDetailPage' => true, |
945 | - 'navPhone' => 'tel:400-889-9646', | 945 | + 'serviceUrl' => 'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409&info=', |
946 | 'orderDetail' => $orderDetail, | 946 | 'orderDetail' => $orderDetail, |
947 | 'orderCode' => $orderCode, | 947 | 'orderCode' => $orderCode, |
948 | 'orderTotal' => isset($orderDetail['goodsAmount']) ? $orderDetail['goodsAmount'] : 0, | 948 | 'orderTotal' => isset($orderDetail['goodsAmount']) ? $orderDetail['goodsAmount'] : 0, |
@@ -327,8 +327,7 @@ class IndexController extends AbstractAction | @@ -327,8 +327,7 @@ class IndexController extends AbstractAction | ||
327 | $data = array( | 327 | $data = array( |
328 | 'orderEnsurePage' => true, | 328 | 'orderEnsurePage' => true, |
329 | 'isOrdinaryCart' => ($cartType !== 'advance'), | 329 | 'isOrdinaryCart' => ($cartType !== 'advance'), |
330 | - 'orderEnsure' => $order, | ||
331 | - 'serviceUrl' => 'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409&info=' | 330 | + 'orderEnsure' => $order |
332 | ); | 331 | ); |
333 | 332 | ||
334 | $this->setTitle('确认订单'); | 333 | $this->setTitle('确认订单'); |
-
Please register or login to post a comment