Showing
8 changed files
with
6 additions
and
1943 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 ''.'<!DOCTYPE html> | ||
25 | -<html> | ||
26 | -<head> | ||
27 | -<meta charset="utf-8"> | ||
28 | -<title>'.Plugin\LCRun3::debug('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</title> | ||
29 | -<meta name="keywords" content="'.Plugin\LCRun3::debug('[keywords]', 'encq', $cx, Plugin\LCRun3::debug('[keywords]', 'v', $cx, $in, array('keywords'))).'"> | ||
30 | -<meta name="description" content="'.Plugin\LCRun3::debug('[description]', 'encq', $cx, Plugin\LCRun3::debug('[description]', 'v', $cx, $in, array('description'))).'"> | ||
31 | -<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> | ||
32 | -<meta http-equiv="cleartype" content="on"> | ||
33 | -<meta name="apple-mobile-web-app-status-bar-style" content="black" /> | ||
34 | -<meta content="telephone=no" name="format-detection" /> | ||
35 | -<meta content="email=no" name="format-detection" /> | ||
36 | -<script type="text/javascript"> | ||
37 | - (function(doc, win) { | ||
38 | - var docEl = doc.documentElement; | ||
39 | - (function() { | ||
40 | - var clientWidth = docEl.clientWidth; | ||
41 | - if (!clientWidth) { | ||
42 | - return; | ||
43 | - } | ||
44 | - docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\'; | ||
45 | - }()); | ||
46 | - })(document, window); | ||
47 | -</script> | ||
48 | -<link rel="dns-prefetch" href="//cdn.yoho.cn"> | ||
49 | -<link rel="dns-prefetch" href="//static.yohobuy.com"> | ||
50 | -<link rel="dns-prefetch" href="//img12.static.yhbimg.com"> | ||
51 | -<link rel="dns-prefetch" href="//img13.static.yhbimg.com"> | ||
52 | -'.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
53 | -' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
54 | -' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<link rel="stylesheet" href="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
55 | -' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css"> | ||
56 | -' : '').'<link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png"> | ||
57 | -<link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)"> | ||
58 | -<link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)"> | ||
59 | -</head> | ||
60 | -<body '.((Plugin\LCRun3::debug('[isPassportPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[isPassportPage]', 'v', $cx, $in, array('isPassportPage')))) ? 'class=passport-body' : '').'> | ||
61 | -'.((Plugin\LCRun3::debug('[systemUpdate]', 'ifvar', $cx, Plugin\LCRun3::debug('[systemUpdate]', 'v', $cx, $in, array('systemUpdate')))) ? ' <div class="systemUpdate"> | ||
62 | - <a href="index/systemUpdate" class="systemHeader">Yoho!Buy有货关于系统升级的公告</a> | ||
63 | - <span>X</span> | ||
64 | - </div> | ||
65 | -' : '').' '.''.Plugin\LCRun3::debug('[pageHeader]', 'sec', $cx, Plugin\LCRun3::debug('[pageHeader]', 'v', $cx, $in, array('pageHeader')), $in, false, function($cx, $in) {return '<header id="yoho-header" class="yoho-header'.((Plugin\LCRun3::debug('[boys]', 'ifvar', $cx, Plugin\LCRun3::debug('[boys]', 'v', $cx, $in, array('boys')))) ? ' boys' : '').''.((Plugin\LCRun3::debug('[girls]', 'ifvar', $cx, Plugin\LCRun3::debug('[girls]', 'v', $cx, $in, array('girls')))) ? ' girls' : '').''.((Plugin\LCRun3::debug('[kids]', 'ifvar', $cx, Plugin\LCRun3::debug('[kids]', 'v', $cx, $in, array('kids')))) ? ' kids' : '').''.((Plugin\LCRun3::debug('[lifeStyle]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifeStyle]', 'v', $cx, $in, array('lifeStyle')))) ? ' life-style' : '').'"> | ||
66 | -'.Plugin\LCRun3::debug('[navBack]', 'sec', $cx, Plugin\LCRun3::debug('[navBack]', 'v', $cx, $in, array('navBack')), $in, false, function($cx, $in) {return ' <a href="'.((Plugin\LCRun3::debug('[backUrl]', 'ifvar', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl')))) ? ''.Plugin\LCRun3::debug('[backUrl]', 'encq', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl'))).'' : 'javascript:history.go(-1);').'" class="iconfont nav-back"></a> | ||
67 | -';}).''.Plugin\LCRun3::debug('[navHome]', 'sec', $cx, Plugin\LCRun3::debug('[navHome]', 'v', $cx, $in, array('navHome')), $in, false, function($cx, $in) {return ' <a href="'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'" class="iconfont nav-home"></a> | ||
68 | -';}).''.Plugin\LCRun3::debug('[navTitle]', 'sec', $cx, Plugin\LCRun3::debug('[navTitle]', 'v', $cx, $in, array('navTitle')), $in, false, function($cx, $in) {return ' <p class="nav-title">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</p> | ||
69 | -';}).''.Plugin\LCRun3::debug('[navBtn]', 'sec', $cx, Plugin\LCRun3::debug('[navBtn]', 'v', $cx, $in, array('navBtn')), $in, false, function($cx, $in) {return ' <span class="nav-btn">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</span> | ||
70 | -';}).'</header> | ||
71 | -';}).''.''.'<div class="login-page passport-page yoho-page"> | ||
72 | -'.' <div class="header"> | ||
73 | -'.Plugin\LCRun3::debug('[backUrl]', 'sec', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl')), $in, false, function($cx, $in) {return ' <a class="go-back" href="javascript:history.go(-1);"></a> | ||
74 | -';}).''.Plugin\LCRun3::debug('[showHeaderImg]', 'sec', $cx, Plugin\LCRun3::debug('[showHeaderImg]', 'v', $cx, $in, array('showHeaderImg')), $in, false, function($cx, $in) {return ' <div class="img-header"></div> | ||
75 | -';}).''.Plugin\LCRun3::debug('[headerText]', 'sec', $cx, Plugin\LCRun3::debug('[headerText]', 'v', $cx, $in, array('headerText')), $in, false, function($cx, $in) {return ' <p class="title">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</p> | ||
76 | -';}).' </div>'.' <div class="content"> | ||
77 | - <div class="acc-container input-container row has-clear"> | ||
78 | - <div class="yoho-logo"></div> | ||
79 | - <input id="account" class="input account" type="text" placeholder="手机号/邮箱" autocomplete="off" value='.Plugin\LCRun3::debug('[account]', 'encq', $cx, Plugin\LCRun3::debug('[account]', 'v', $cx, $in, array('account'))).'> | ||
80 | - </div> | ||
81 | - <div class="input-container row has-eye"> | ||
82 | - <input id="pwd" class="pwd input" type="password" placeholder="密码"> | ||
83 | - </div> | ||
84 | - <span id="btn-login" class="btn btn-login disable">登录</span> | ||
85 | - <p class="op-container"> | ||
86 | - <a class="go-register" href='.Plugin\LCRun3::debug('[registerUrl]', 'encq', $cx, Plugin\LCRun3::debug('[registerUrl]', 'v', $cx, $in, array('registerUrl'))).'>免费注册</a> | ||
87 | - <span id="forget-pwd" class="forget-pwd">忘记密码</span> | ||
88 | - </p> | ||
89 | - <div class="third-party-login"> | ||
90 | - <span>其他登录方式</span> | ||
91 | - <div class="tp-link"> | ||
92 | - <a class="alipay" href='.Plugin\LCRun3::debug('[aliLoginUrl]', 'encq', $cx, Plugin\LCRun3::debug('[aliLoginUrl]', 'v', $cx, $in, array('aliLoginUrl'))).'></a> | ||
93 | - <a class="weibo" href='.Plugin\LCRun3::debug('[weiboLoginUrl]', 'encq', $cx, Plugin\LCRun3::debug('[weiboLoginUrl]', 'v', $cx, $in, array('weiboLoginUrl'))).'></a> | ||
94 | - <a class="qq" href='.Plugin\LCRun3::debug('[qqLoginUrl]', 'encq', $cx, Plugin\LCRun3::debug('[qqLoginUrl]', 'v', $cx, $in, array('qqLoginUrl'))).'></a> | ||
95 | - </div> | ||
96 | - </div> | ||
97 | - <a class="international" href='.Plugin\LCRun3::debug('[internationalUrl]', 'encq', $cx, Plugin\LCRun3::debug('[internationalUrl]', 'v', $cx, $in, array('internationalUrl'))).'>International Customer</a> | ||
98 | - <div class="login-tip"> | ||
99 | - <div class="info-icon"></div> | ||
100 | - Yoho!Family账号可登录Yoho!Buy有货 | ||
101 | - </div> | ||
102 | - <div id="retrive-pwd-mask" class="mask"></div> | ||
103 | - <ul id="retrive-pwd-ways" class="retrive-pwd-ways"> | ||
104 | - <li> | ||
105 | - <a href='.Plugin\LCRun3::debug('[phoneRetriveUrl]', 'encq', $cx, Plugin\LCRun3::debug('[phoneRetriveUrl]', 'v', $cx, $in, array('phoneRetriveUrl'))).'>通过手机找回密码</a> | ||
106 | - </li> | ||
107 | - <li> | ||
108 | - <a href='.Plugin\LCRun3::debug('[emailRetriveUrl]', 'encq', $cx, Plugin\LCRun3::debug('[emailRetriveUrl]', 'v', $cx, $in, array('emailRetriveUrl'))).'>通过邮箱找回密码</a> | ||
109 | - </li> | ||
110 | - <li id="cancel-retrive"> | ||
111 | - 取消 | ||
112 | - </li> | ||
113 | - </ul> | ||
114 | - </div> | ||
115 | -</div> | ||
116 | -'.''.''.Plugin\LCRun3::debug('[pageFooter]', 'sec', $cx, Plugin\LCRun3::debug('[pageFooter]', 'v', $cx, $in, array('pageFooter')), $in, false, function($cx, $in) {return '<footer id="yoho-footer" class="yoho-footer hide"> | ||
117 | - <p class="op-row"> | ||
118 | - <span class="back-to-top"> | ||
119 | - Back to top | ||
120 | - <i class="iconfont"></i> | ||
121 | - </span> | ||
122 | - </p> | ||
123 | - <address class="copyright"> | ||
124 | - CopyRight©2007-2016 南京新与力文化传播有限公司 | ||
125 | - </address> | ||
126 | -</footer> | ||
127 | -';}).' | ||
128 | -'.''.''.Plugin\LCRun3::debug('[showDownloadApp]', 'sec', $cx, Plugin\LCRun3::debug('[showDownloadApp]', 'v', $cx, $in, array('showDownloadApp')), $in, false, function($cx, $in) {return '<div class="float-layer hide" id="float-layer-app"> | ||
129 | - <div class="float-layer-left"> | ||
130 | - <span class="yoho-icon iconfont"></span> | ||
131 | - <p>新用户送千元礼包</p> | ||
132 | - </div> | ||
133 | - <a href="javascript:void(0);" id="float-layer-close" > | ||
134 | - <i class="close-icon iconfont"></i> | ||
135 | - <div class="circle-rightbottom"></div> | ||
136 | - </a> | ||
137 | - <a href="http://m.yohobuy.com/download/hyapp" id="float-layer-btn"> | ||
138 | - 立即下载 | ||
139 | - </a> | ||
140 | -</div> | ||
141 | -';}).' | ||
142 | - | ||
143 | - '.''.((Plugin\LCRun3::debug('[hasWxShare]', 'ifvar', $cx, Plugin\LCRun3::debug('[hasWxShare]', 'v', $cx, $in, array('hasWxShare')))) ? '<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | ||
144 | -' : '').''.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
145 | -<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script> | ||
146 | -' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
147 | -<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script> | ||
148 | -' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
149 | -<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index-debug.js"></script> | ||
150 | -' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<script src="http://localhost:8000/static/js/sea.js?nowrap"></script> | ||
151 | -<script>seajs.config({base: \'http://localhost:8000/\'});</script> | ||
152 | -' : '').'<script type="text/javascript"> | ||
153 | - (function(w,d,s,j,f){ | ||
154 | - w[\'YohoAcquisitionObject\']=f; | ||
155 | - w[f]=function(){w[f].p=arguments;}; | ||
156 | - var a=d.createElement(s); | ||
157 | - var m=d.getElementsByTagName(s)[0]; | ||
158 | - a.async=1; | ||
159 | - a.src=j; | ||
160 | - m.parentNode.insertBefore(a,m); | ||
161 | - })(window,document,\'script\',\'http://cdn.yoho.cn/yas-jssdk/'.Plugin\LCRun3::debug('[yas_version]', 'encq', $cx, Plugin\LCRun3::debug('[yas_version]', 'v', $cx, $in, array('yas_version'))).'/yas.js\',\'_yas\'); | ||
162 | -</script> | ||
163 | -'.'<script> | ||
164 | - seajs.use(\'js/common\'); | ||
165 | -</script> | ||
166 | -'.((Plugin\LCRun3::debug('[psList]', 'ifvar', $cx, Plugin\LCRun3::debug('[psList]', 'v', $cx, $in, array('psList')))) ? '<script> | ||
167 | - seajs.use(\'js/guang/plus-star/list\'); | ||
168 | -</script> | ||
169 | -' : '').''.((Plugin\LCRun3::debug('[psDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[psDetail]', 'v', $cx, $in, array('psDetail')))) ? '<script> | ||
170 | - seajs.use(\'js/guang/plus-star/detail\'); | ||
171 | -</script> | ||
172 | -' : '').''.((Plugin\LCRun3::debug('[guangHome]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangHome]', 'v', $cx, $in, array('guangHome')))) ? '<script> | ||
173 | - seajs.use(\'js/guang/home\'); | ||
174 | -</script> | ||
175 | -' : '').''.((Plugin\LCRun3::debug('[guangList]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangList]', 'v', $cx, $in, array('guangList')))) ? '<script> | ||
176 | - seajs.use(\'js/guang/list\'); | ||
177 | -</script> | ||
178 | -' : '').''.((Plugin\LCRun3::debug('[guangDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangDetail]', 'v', $cx, $in, array('guangDetail')))) ? '<script> | ||
179 | - seajs.use(\'js/guang/detail\', function(d) { | ||
180 | - d.i(true); | ||
181 | - }); | ||
182 | -</script> | ||
183 | -' : '').''.((Plugin\LCRun3::debug('[guangEzine]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangEzine]', 'v', $cx, $in, array('guangEzine')))) ? '<script> | ||
184 | - seajs.use(\'js/guang/detail\', function(d) { | ||
185 | - d.i(false); | ||
186 | - }); | ||
187 | -</script> | ||
188 | -' : '').''.((Plugin\LCRun3::debug('[regIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[regIndex]', 'v', $cx, $in, array('regIndex')))) ? '<script> | ||
189 | - seajs.use(\'js/passport/register/register\'); | ||
190 | -</script> | ||
191 | -' : '').''.((Plugin\LCRun3::debug('[regCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[regCode]', 'v', $cx, $in, array('regCode')))) ? '<script> | ||
192 | - seajs.use(\'js/passport/register/code\'); | ||
193 | -</script> | ||
194 | -' : '').''.((Plugin\LCRun3::debug('[regPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[regPwd]', 'v', $cx, $in, array('regPwd')))) ? '<script> | ||
195 | - seajs.use(\'js/passport/register/password\'); | ||
196 | -</script> | ||
197 | -' : '').''.((Plugin\LCRun3::debug('[loginIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginIndex]', 'v', $cx, $in, array('loginIndex')))) ? '<script> | ||
198 | - seajs.use(\'js/passport/login/login\'); | ||
199 | -</script> | ||
200 | -' : '').''.((Plugin\LCRun3::debug('[loginInternational]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginInternational]', 'v', $cx, $in, array('loginInternational')))) ? '<script> | ||
201 | - seajs.use(\'js/passport/login/international\'); | ||
202 | -</script> | ||
203 | -' : '').''.((Plugin\LCRun3::debug('[backEmail]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmail]', 'v', $cx, $in, array('backEmail')))) ? '<script> | ||
204 | - seajs.use(\'js/passport/back/email\'); | ||
205 | -</script> | ||
206 | -' : '').''.((Plugin\LCRun3::debug('[backEmailSuccess]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmailSuccess]', 'v', $cx, $in, array('backEmailSuccess')))) ? '<script> | ||
207 | - seajs.use(\'js/passport/back/email-success\'); | ||
208 | -</script> | ||
209 | -' : '').''.((Plugin\LCRun3::debug('[backMobile]', 'ifvar', $cx, Plugin\LCRun3::debug('[backMobile]', 'v', $cx, $in, array('backMobile')))) ? '<script> | ||
210 | - seajs.use(\'js/passport/back/mobile\'); | ||
211 | -</script> | ||
212 | -' : '').''.((Plugin\LCRun3::debug('[backCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[backCode]', 'v', $cx, $in, array('backCode')))) ? '<script> | ||
213 | - seajs.use(\'js/passport/back/code\'); | ||
214 | -</script> | ||
215 | -' : '').''.((Plugin\LCRun3::debug('[backNewPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[backNewPwd]', 'v', $cx, $in, array('backNewPwd')))) ? '<script> | ||
216 | - seajs.use(\'js/passport/back/new-password\'); | ||
217 | -</script> | ||
218 | -' : '').''.((Plugin\LCRun3::debug('[channelPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[channelPage]', 'v', $cx, $in, array('channelPage')))) ? '<script> | ||
219 | - seajs.use(\'js/index/channel\'); | ||
220 | - seajs.use(\'js/index/footer\'); | ||
221 | -</script> | ||
222 | -' : '').''.((Plugin\LCRun3::debug('[grilsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[grilsHomePage]', 'v', $cx, $in, array('grilsHomePage')))) ? '<script> | ||
223 | - seajs.use(\'js/home/home\', function(h) { | ||
224 | - h.set(\'girls\'); | ||
225 | - }); | ||
226 | - seajs.use(\'js/index/footer\'); | ||
227 | -</script> | ||
228 | -' : '').''.((Plugin\LCRun3::debug('[boysHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[boysHomePage]', 'v', $cx, $in, array('boysHomePage')))) ? '<script> | ||
229 | - seajs.use(\'js/home/home\', function(h) { | ||
230 | - h.set(\'boys\'); | ||
231 | - }); | ||
232 | - seajs.use(\'js/index/footer\'); | ||
233 | -</script> | ||
234 | -' : '').''.((Plugin\LCRun3::debug('[kidsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[kidsHomePage]', 'v', $cx, $in, array('kidsHomePage')))) ? '<script> | ||
235 | - seajs.use(\'js/home/home\', function(h) { | ||
236 | - h.set(\'kids\'); | ||
237 | - }); | ||
238 | - seajs.use(\'js/index/footer\'); | ||
239 | -</script> | ||
240 | -' : '').''.((Plugin\LCRun3::debug('[lifestyleHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifestyleHomePage]', 'v', $cx, $in, array('lifestyleHomePage')))) ? '<script> | ||
241 | - seajs.use(\'js/home/home\', function(h) { | ||
242 | - h.set(\'lifestyle\'); | ||
243 | - }); | ||
244 | - seajs.use(\'js/index/footer\'); | ||
245 | -</script> | ||
246 | -' : '').''.((Plugin\LCRun3::debug('[newArrivalPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[newArrivalPage]', 'v', $cx, $in, array('newArrivalPage')))) ? '<script> | ||
247 | - seajs.use(\'js/product/newsale/newarrival\'); | ||
248 | - seajs.use(\'js/index/footer\'); | ||
249 | -</script> | ||
250 | -' : '').''.((Plugin\LCRun3::debug('[discountPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[discountPage]', 'v', $cx, $in, array('discountPage')))) ? '<script> | ||
251 | - seajs.use(\'js/product/newsale/discount\'); | ||
252 | - seajs.use(\'js/index/footer\'); | ||
253 | -</script> | ||
254 | -' : '').''.((Plugin\LCRun3::debug('[hotrankPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[hotrankPage]', 'v', $cx, $in, array('hotrankPage')))) ? '<script> | ||
255 | - seajs.use(\'js/product/newsale/hot-rank\'); | ||
256 | - seajs.use(\'js/index/footer\'); | ||
257 | -</script> | ||
258 | -' : '').''.((Plugin\LCRun3::debug('[goodListPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodListPage]', 'v', $cx, $in, array('goodListPage')))) ? '<script> | ||
259 | - seajs.use(\'js/product/list\'); | ||
260 | - seajs.use(\'js/index/footer\'); | ||
261 | -</script> | ||
262 | -' : '').''.((Plugin\LCRun3::debug('[goodsDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsDetailPage]', 'v', $cx, $in, array('goodsDetailPage')))) ? '<script> | ||
263 | - seajs.use(\'js/product/detail/detail\'); | ||
264 | -</script> | ||
265 | -' : '').''.((Plugin\LCRun3::debug('[goodsCommentsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsCommentsPage]', 'v', $cx, $in, array('goodsCommentsPage')))) ? '<script> | ||
266 | - seajs.use(\'js/product/detail/loadmore\'); | ||
267 | -</script> | ||
268 | -' : '').''.((Plugin\LCRun3::debug('[goodsConsultsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsConsultsPage]', 'v', $cx, $in, array('goodsConsultsPage')))) ? '<script> | ||
269 | - seajs.use(\'js/product/detail/comments-consults\'); | ||
270 | -</script> | ||
271 | -' : '').''.((Plugin\LCRun3::debug('[consultformPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[consultformPage]', 'v', $cx, $in, array('consultformPage')))) ? '<script> | ||
272 | - seajs.use(\'js/product/detail/consultform\'); | ||
273 | -</script> | ||
274 | -' : '').''.((Plugin\LCRun3::debug('[categoryPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[categoryPage]', 'v', $cx, $in, array('categoryPage')))) ? '<script> | ||
275 | - seajs.use(\'js/category/index\'); | ||
276 | - seajs.use(\'js/index/footer\'); | ||
277 | -</script> | ||
278 | -' : '').''.((Plugin\LCRun3::debug('[brandPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[brandPage]', 'v', $cx, $in, array('brandPage')))) ? '<script> | ||
279 | - seajs.use(\'js/category/brand\'); | ||
280 | - seajs.use(\'js/index/footer\'); | ||
281 | -</script> | ||
282 | -' : '').''.((Plugin\LCRun3::debug('[searchPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[searchPage]', 'v', $cx, $in, array('searchPage')))) ? '<script> | ||
283 | - seajs.use(\'js/index/search\'); | ||
284 | - seajs.use(\'js/index/footer\'); | ||
285 | -</script> | ||
286 | -' : '').''.((Plugin\LCRun3::debug('[shoppingCartPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[shoppingCartPage]', 'v', $cx, $in, array('shoppingCartPage')))) ? '<script> | ||
287 | - seajs.use(\'js/shopping-cart/cart\'); | ||
288 | -</script> | ||
289 | -' : '').''.((Plugin\LCRun3::debug('[giftAdvancePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[giftAdvancePage]', 'v', $cx, $in, array('giftAdvancePage')))) ? '<script> | ||
290 | - seajs.use(\'js/shopping-cart/gift-advance\'); | ||
291 | -</script> | ||
292 | -' : '').''.((Plugin\LCRun3::debug('[orderEnsurePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderEnsurePage]', 'v', $cx, $in, array('orderEnsurePage')))) ? '<script> | ||
293 | - seajs.use(\'js/shopping-cart/order-ensure\'); | ||
294 | -</script> | ||
295 | -' : '').''.((Plugin\LCRun3::debug('[myIndexPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myIndexPage]', 'v', $cx, $in, array('myIndexPage')))) ? '<script> | ||
296 | - seajs.use(\'js/me/index\'); | ||
297 | - seajs.use(\'js/index/footer\'); | ||
298 | -</script> | ||
299 | -' : '').''.((Plugin\LCRun3::debug('[orderPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderPage]', 'v', $cx, $in, array('orderPage')))) ? '<script> | ||
300 | - seajs.use(\'js/me/order\'); | ||
301 | -</script> | ||
302 | -' : '').''.((Plugin\LCRun3::debug('[orderDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderDetailPage]', 'v', $cx, $in, array('orderDetailPage')))) ? '<script> | ||
303 | - seajs.use(\'js/me/order-detail\'); | ||
304 | -</script> | ||
305 | -' : '').''.((Plugin\LCRun3::debug('[favPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[favPage]', 'v', $cx, $in, array('favPage')))) ? '<script> | ||
306 | - seajs.use(\'js/me/fav\'); | ||
307 | -</script> | ||
308 | -' : '').''.((Plugin\LCRun3::debug('[suggestPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[suggestPage]', 'v', $cx, $in, array('suggestPage')))) ? '<script> | ||
309 | - seajs.use(\'js/me/suggest\'); | ||
310 | -</script> | ||
311 | -' : '').''.((Plugin\LCRun3::debug('[couponsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[couponsPage]', 'v', $cx, $in, array('couponsPage')))) ? '<script> | ||
312 | - seajs.use(\'js/me/coupons\'); | ||
313 | -</script> | ||
314 | -' : '').''.((Plugin\LCRun3::debug('[onlineServicePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServicePage]', 'v', $cx, $in, array('onlineServicePage')))) ? '<script> | ||
315 | - seajs.use(\'js/me/online-service\'); | ||
316 | -</script> | ||
317 | -' : '').''.((Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'v', $cx, $in, array('onlineServiceDetailPage')))) ? '<script> | ||
318 | - seajs.use(\'js/index/footer\'); | ||
319 | -</script> | ||
320 | -' : '').''.((Plugin\LCRun3::debug('[addressPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressPage]', 'v', $cx, $in, array('addressPage')))) ? '<script> | ||
321 | - seajs.use(\'js/me/address\'); | ||
322 | -</script> | ||
323 | -' : '').''.((Plugin\LCRun3::debug('[addressActionPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressActionPage]', 'v', $cx, $in, array('addressActionPage')))) ? '<script> | ||
324 | - seajs.use(\'js/me/address-act\'); | ||
325 | -</script> | ||
326 | -' : '').''.((Plugin\LCRun3::debug('[myGuangPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myGuangPage]', 'v', $cx, $in, array('myGuangPage')))) ? '<script> | ||
327 | - seajs.use(\'js/me/my-guang\'); | ||
328 | -</script> | ||
329 | -' : '').''.((Plugin\LCRun3::debug('[personalDetailsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[personalDetailsPage]', 'v', $cx, $in, array('personalDetailsPage')))) ? '<script> | ||
330 | - seajs.use(\'js/me/personal-details\'); | ||
331 | -</script> | ||
332 | -' : '').''.((Plugin\LCRun3::debug('[browseRecordPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[browseRecordPage]', 'v', $cx, $in, array('browseRecordPage')))) ? '<script> | ||
333 | - seajs.use(\'js/me/browse-record\'); | ||
334 | -</script> | ||
335 | -' : '').''.((Plugin\LCRun3::debug('[logisticInfoPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[logisticInfoPage]', 'v', $cx, $in, array('logisticInfoPage')))) ? '<script> | ||
336 | - seajs.use(\'js/me/logistic\'); | ||
337 | -</script> | ||
338 | -' : '').''.((Plugin\LCRun3::debug('[payCenterPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[payCenterPage]', 'v', $cx, $in, array('payCenterPage')))) ? '<script> | ||
339 | - seajs.use(\'js/me/pay\'); | ||
340 | -</script> | ||
341 | -' : '').''.''.'<!-- Google Tag Manager --> | ||
342 | -<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
343 | -<script> | ||
344 | - (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': | ||
345 | - new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], | ||
346 | - j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= | ||
347 | - \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); | ||
348 | - })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\'); | ||
349 | -</script> | ||
350 | -<!-- End Google Tag Manager --> | ||
351 | -<script type="text/javascript"> | ||
352 | - var _hmt = _hmt || []; | ||
353 | - (function() { | ||
354 | - var hm = document.createElement("script"); | ||
355 | - hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311"; | ||
356 | - var s = document.getElementsByTagName("script")[0]; | ||
357 | - s.parentNode.insertBefore(hm, s); | ||
358 | - })(); | ||
359 | -</script> | ||
360 | -<script> | ||
361 | - var _hmt = _hmt || []; | ||
362 | - (function() { | ||
363 | - var hm = document.createElement("script"); | ||
364 | - hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841"; | ||
365 | - var s = document.getElementsByTagName("script")[0]; | ||
366 | - s.parentNode.insertBefore(hm, s); | ||
367 | - })(); | ||
368 | -</script> | ||
369 | -<script src="http://static.yohobuy.com/js/analytics/analysis.js"></script> | ||
370 | -<script src="http://static.yohobuy.com/m/v1/js/om_code.js"></script> | ||
371 | -'.'</body> | ||
372 | -</html>'.''; | ||
373 | -} | ||
374 | -?> |
1 | -<?php return function ($in, $debugopt = 1) { | ||
2 | - $cx = array( | ||
3 | - 'flags' => array( | ||
4 | - 'jstrue' => false, | ||
5 | - 'jsobj' => false, | ||
6 | - 'spvar' => true, | ||
7 | - 'prop' => false, | ||
8 | - 'method' => false, | ||
9 | - 'mustlok' => true, | ||
10 | - 'echo' => false, | ||
11 | - 'debug' => $debugopt, | ||
12 | - ), | ||
13 | - 'constants' => array(), | ||
14 | - 'helpers' => array(), | ||
15 | - 'blockhelpers' => array(), | ||
16 | - 'hbhelpers' => array(), | ||
17 | - 'partials' => array(), | ||
18 | - 'scopes' => array(), | ||
19 | - 'sp_vars' => array('root' => $in), | ||
20 | - 'lcrun' => 'Plugin\LCRun3', | ||
21 | - | ||
22 | - ); | ||
23 | - | ||
24 | - return ''.'<!DOCTYPE html> | ||
25 | -<html> | ||
26 | -<head> | ||
27 | -<meta charset="utf-8"> | ||
28 | -<title>'.Plugin\LCRun3::debug('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</title> | ||
29 | -<meta name="keywords" content="'.Plugin\LCRun3::debug('[keywords]', 'encq', $cx, Plugin\LCRun3::debug('[keywords]', 'v', $cx, $in, array('keywords'))).'"> | ||
30 | -<meta name="description" content="'.Plugin\LCRun3::debug('[description]', 'encq', $cx, Plugin\LCRun3::debug('[description]', 'v', $cx, $in, array('description'))).'"> | ||
31 | -<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> | ||
32 | -<meta http-equiv="cleartype" content="on"> | ||
33 | -<meta name="apple-mobile-web-app-status-bar-style" content="black" /> | ||
34 | -<meta content="telephone=no" name="format-detection" /> | ||
35 | -<meta content="email=no" name="format-detection" /> | ||
36 | -<script type="text/javascript"> | ||
37 | - (function(doc, win) { | ||
38 | - var docEl = doc.documentElement; | ||
39 | - (function() { | ||
40 | - var clientWidth = docEl.clientWidth; | ||
41 | - if (!clientWidth) { | ||
42 | - return; | ||
43 | - } | ||
44 | - docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\'; | ||
45 | - }()); | ||
46 | - })(document, window); | ||
47 | -</script> | ||
48 | -<link rel="dns-prefetch" href="//cdn.yoho.cn"> | ||
49 | -<link rel="dns-prefetch" href="//static.yohobuy.com"> | ||
50 | -<link rel="dns-prefetch" href="//img12.static.yhbimg.com"> | ||
51 | -<link rel="dns-prefetch" href="//img13.static.yhbimg.com"> | ||
52 | -'.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
53 | -' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
54 | -' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<link rel="stylesheet" href="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
55 | -' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css"> | ||
56 | -' : '').'<link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png"> | ||
57 | -<link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)"> | ||
58 | -<link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)"> | ||
59 | -</head> | ||
60 | -<body '.((Plugin\LCRun3::debug('[isPassportPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[isPassportPage]', 'v', $cx, $in, array('isPassportPage')))) ? 'class=passport-body' : '').'> | ||
61 | -'.((Plugin\LCRun3::debug('[systemUpdate]', 'ifvar', $cx, Plugin\LCRun3::debug('[systemUpdate]', 'v', $cx, $in, array('systemUpdate')))) ? ' <div class="systemUpdate"> | ||
62 | - <a href="index/systemUpdate" class="systemHeader">Yoho!Buy有货关于系统升级的公告</a> | ||
63 | - <span>X</span> | ||
64 | - </div> | ||
65 | -' : '').' '.''.Plugin\LCRun3::debug('[pageHeader]', 'sec', $cx, Plugin\LCRun3::debug('[pageHeader]', 'v', $cx, $in, array('pageHeader')), $in, false, function($cx, $in) {return '<header id="yoho-header" class="yoho-header'.((Plugin\LCRun3::debug('[boys]', 'ifvar', $cx, Plugin\LCRun3::debug('[boys]', 'v', $cx, $in, array('boys')))) ? ' boys' : '').''.((Plugin\LCRun3::debug('[girls]', 'ifvar', $cx, Plugin\LCRun3::debug('[girls]', 'v', $cx, $in, array('girls')))) ? ' girls' : '').''.((Plugin\LCRun3::debug('[kids]', 'ifvar', $cx, Plugin\LCRun3::debug('[kids]', 'v', $cx, $in, array('kids')))) ? ' kids' : '').''.((Plugin\LCRun3::debug('[lifeStyle]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifeStyle]', 'v', $cx, $in, array('lifeStyle')))) ? ' life-style' : '').'"> | ||
66 | -'.Plugin\LCRun3::debug('[navBack]', 'sec', $cx, Plugin\LCRun3::debug('[navBack]', 'v', $cx, $in, array('navBack')), $in, false, function($cx, $in) {return ' <a href="'.((Plugin\LCRun3::debug('[backUrl]', 'ifvar', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl')))) ? ''.Plugin\LCRun3::debug('[backUrl]', 'encq', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl'))).'' : 'javascript:history.go(-1);').'" class="iconfont nav-back"></a> | ||
67 | -';}).''.Plugin\LCRun3::debug('[navHome]', 'sec', $cx, Plugin\LCRun3::debug('[navHome]', 'v', $cx, $in, array('navHome')), $in, false, function($cx, $in) {return ' <a href="'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'" class="iconfont nav-home"></a> | ||
68 | -';}).''.Plugin\LCRun3::debug('[navTitle]', 'sec', $cx, Plugin\LCRun3::debug('[navTitle]', 'v', $cx, $in, array('navTitle')), $in, false, function($cx, $in) {return ' <p class="nav-title">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</p> | ||
69 | -';}).''.Plugin\LCRun3::debug('[navBtn]', 'sec', $cx, Plugin\LCRun3::debug('[navBtn]', 'v', $cx, $in, array('navBtn')), $in, false, function($cx, $in) {return ' <span class="nav-btn">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</span> | ||
70 | -';}).'</header> | ||
71 | -';}).''.''.'<div class="index-page yoho-page"> | ||
72 | - <div class="index-container"> | ||
73 | - <div class="index-header clearfix"> | ||
74 | - <div class="index-logo"> | ||
75 | - </div> | ||
76 | - <div class="box"> | ||
77 | - <a href="javascript:void(0);" class="no-search">取消</a> | ||
78 | - <form action="'.Plugin\LCRun3::debug('[searchUrl]', 'encq', $cx, Plugin\LCRun3::debug('[searchUrl]', 'v', $cx, $in, array('searchUrl'))).'" class="index-search"> | ||
79 | - <div class="search-box"> | ||
80 | - <input type="hidden" name="from" value="search"> | ||
81 | - <input type="text" name="query" placeholder="搜索" autocomplete="off"> | ||
82 | - <span class="iconfont clear-text"></span> | ||
83 | - <span class="iconfont search-icon empty"></span> | ||
84 | - </div> | ||
85 | - </form> | ||
86 | - </div> | ||
87 | - </div> | ||
88 | - <div class="index-channel"> | ||
89 | - <img class="img" src="'.Plugin\LCRun3::debug('[background]', 'encq', $cx, Plugin\LCRun3::debug('[background]', 'v', $cx, $in, array('background'))).'"> | ||
90 | - <div class="index-channel-list"> | ||
91 | - <a href="/boys" class="list-item">男生 <span class="lighter">BOYS</span> <span class="iconfont right-icon"></span></a> | ||
92 | - <a href="/girls" class="list-item">女生 <span class="lighter">GIRLS</span> <span class="iconfont right-icon"></span></a> | ||
93 | - <a href="/kids" class="list-item">潮童 <span class="lighter">KIDS</span> <span class="iconfont right-icon"></span></a> | ||
94 | - <a href="/lifestyle" class="list-item">创意生活 <span class="lighter">LIFESTYLE</span> <span class="iconfont right-icon"></span></a> | ||
95 | - </div> | ||
96 | - </div> | ||
97 | - </div> | ||
98 | -</div> | ||
99 | -'.''.''.Plugin\LCRun3::debug('[pageFooter]', 'sec', $cx, Plugin\LCRun3::debug('[pageFooter]', 'v', $cx, $in, array('pageFooter')), $in, false, function($cx, $in) {return '<footer id="yoho-footer" class="yoho-footer hide"> | ||
100 | - <p class="op-row"> | ||
101 | - <span class="back-to-top"> | ||
102 | - Back to top | ||
103 | - <i class="iconfont"></i> | ||
104 | - </span> | ||
105 | - </p> | ||
106 | - <address class="copyright"> | ||
107 | - CopyRight©2007-2016 南京新与力文化传播有限公司 | ||
108 | - </address> | ||
109 | -</footer> | ||
110 | -';}).' | ||
111 | -'.''.''.Plugin\LCRun3::debug('[showDownloadApp]', 'sec', $cx, Plugin\LCRun3::debug('[showDownloadApp]', 'v', $cx, $in, array('showDownloadApp')), $in, false, function($cx, $in) {return '<div class="float-layer hide" id="float-layer-app"> | ||
112 | - <div class="float-layer-left"> | ||
113 | - <span class="yoho-icon iconfont"></span> | ||
114 | - <p>新用户送千元礼包</p> | ||
115 | - </div> | ||
116 | - <a href="javascript:void(0);" id="float-layer-close" > | ||
117 | - <i class="close-icon iconfont"></i> | ||
118 | - <div class="circle-rightbottom"></div> | ||
119 | - </a> | ||
120 | - <a href="http://m.yohobuy.com/download/hyapp" id="float-layer-btn"> | ||
121 | - 立即下载 | ||
122 | - </a> | ||
123 | -</div> | ||
124 | -';}).' | ||
125 | - | ||
126 | - '.''.((Plugin\LCRun3::debug('[hasWxShare]', 'ifvar', $cx, Plugin\LCRun3::debug('[hasWxShare]', 'v', $cx, $in, array('hasWxShare')))) ? '<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | ||
127 | -' : '').''.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
128 | -<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script> | ||
129 | -' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
130 | -<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script> | ||
131 | -' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
132 | -<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index-debug.js"></script> | ||
133 | -' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<script src="http://localhost:8000/static/js/sea.js?nowrap"></script> | ||
134 | -<script>seajs.config({base: \'http://localhost:8000/\'});</script> | ||
135 | -' : '').'<script type="text/javascript"> | ||
136 | - (function(w,d,s,j,f){ | ||
137 | - w[\'YohoAcquisitionObject\']=f; | ||
138 | - w[f]=function(){w[f].p=arguments;}; | ||
139 | - var a=d.createElement(s); | ||
140 | - var m=d.getElementsByTagName(s)[0]; | ||
141 | - a.async=1; | ||
142 | - a.src=j; | ||
143 | - m.parentNode.insertBefore(a,m); | ||
144 | - })(window,document,\'script\',\'http://cdn.yoho.cn/yas-jssdk/'.Plugin\LCRun3::debug('[yas_version]', 'encq', $cx, Plugin\LCRun3::debug('[yas_version]', 'v', $cx, $in, array('yas_version'))).'/yas.js\',\'_yas\'); | ||
145 | -</script> | ||
146 | -'.'<script> | ||
147 | - seajs.use(\'js/common\'); | ||
148 | -</script> | ||
149 | -'.((Plugin\LCRun3::debug('[psList]', 'ifvar', $cx, Plugin\LCRun3::debug('[psList]', 'v', $cx, $in, array('psList')))) ? '<script> | ||
150 | - seajs.use(\'js/guang/plus-star/list\'); | ||
151 | -</script> | ||
152 | -' : '').''.((Plugin\LCRun3::debug('[psDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[psDetail]', 'v', $cx, $in, array('psDetail')))) ? '<script> | ||
153 | - seajs.use(\'js/guang/plus-star/detail\'); | ||
154 | -</script> | ||
155 | -' : '').''.((Plugin\LCRun3::debug('[guangHome]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangHome]', 'v', $cx, $in, array('guangHome')))) ? '<script> | ||
156 | - seajs.use(\'js/guang/home\'); | ||
157 | -</script> | ||
158 | -' : '').''.((Plugin\LCRun3::debug('[guangList]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangList]', 'v', $cx, $in, array('guangList')))) ? '<script> | ||
159 | - seajs.use(\'js/guang/list\'); | ||
160 | -</script> | ||
161 | -' : '').''.((Plugin\LCRun3::debug('[guangDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangDetail]', 'v', $cx, $in, array('guangDetail')))) ? '<script> | ||
162 | - seajs.use(\'js/guang/detail\', function(d) { | ||
163 | - d.i(true); | ||
164 | - }); | ||
165 | -</script> | ||
166 | -' : '').''.((Plugin\LCRun3::debug('[guangEzine]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangEzine]', 'v', $cx, $in, array('guangEzine')))) ? '<script> | ||
167 | - seajs.use(\'js/guang/detail\', function(d) { | ||
168 | - d.i(false); | ||
169 | - }); | ||
170 | -</script> | ||
171 | -' : '').''.((Plugin\LCRun3::debug('[regIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[regIndex]', 'v', $cx, $in, array('regIndex')))) ? '<script> | ||
172 | - seajs.use(\'js/passport/register/register\'); | ||
173 | -</script> | ||
174 | -' : '').''.((Plugin\LCRun3::debug('[regCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[regCode]', 'v', $cx, $in, array('regCode')))) ? '<script> | ||
175 | - seajs.use(\'js/passport/register/code\'); | ||
176 | -</script> | ||
177 | -' : '').''.((Plugin\LCRun3::debug('[regPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[regPwd]', 'v', $cx, $in, array('regPwd')))) ? '<script> | ||
178 | - seajs.use(\'js/passport/register/password\'); | ||
179 | -</script> | ||
180 | -' : '').''.((Plugin\LCRun3::debug('[loginIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginIndex]', 'v', $cx, $in, array('loginIndex')))) ? '<script> | ||
181 | - seajs.use(\'js/passport/login/login\'); | ||
182 | -</script> | ||
183 | -' : '').''.((Plugin\LCRun3::debug('[loginInternational]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginInternational]', 'v', $cx, $in, array('loginInternational')))) ? '<script> | ||
184 | - seajs.use(\'js/passport/login/international\'); | ||
185 | -</script> | ||
186 | -' : '').''.((Plugin\LCRun3::debug('[backEmail]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmail]', 'v', $cx, $in, array('backEmail')))) ? '<script> | ||
187 | - seajs.use(\'js/passport/back/email\'); | ||
188 | -</script> | ||
189 | -' : '').''.((Plugin\LCRun3::debug('[backEmailSuccess]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmailSuccess]', 'v', $cx, $in, array('backEmailSuccess')))) ? '<script> | ||
190 | - seajs.use(\'js/passport/back/email-success\'); | ||
191 | -</script> | ||
192 | -' : '').''.((Plugin\LCRun3::debug('[backMobile]', 'ifvar', $cx, Plugin\LCRun3::debug('[backMobile]', 'v', $cx, $in, array('backMobile')))) ? '<script> | ||
193 | - seajs.use(\'js/passport/back/mobile\'); | ||
194 | -</script> | ||
195 | -' : '').''.((Plugin\LCRun3::debug('[backCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[backCode]', 'v', $cx, $in, array('backCode')))) ? '<script> | ||
196 | - seajs.use(\'js/passport/back/code\'); | ||
197 | -</script> | ||
198 | -' : '').''.((Plugin\LCRun3::debug('[backNewPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[backNewPwd]', 'v', $cx, $in, array('backNewPwd')))) ? '<script> | ||
199 | - seajs.use(\'js/passport/back/new-password\'); | ||
200 | -</script> | ||
201 | -' : '').''.((Plugin\LCRun3::debug('[channelPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[channelPage]', 'v', $cx, $in, array('channelPage')))) ? '<script> | ||
202 | - seajs.use(\'js/index/channel\'); | ||
203 | - seajs.use(\'js/index/footer\'); | ||
204 | -</script> | ||
205 | -' : '').''.((Plugin\LCRun3::debug('[grilsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[grilsHomePage]', 'v', $cx, $in, array('grilsHomePage')))) ? '<script> | ||
206 | - seajs.use(\'js/home/home\', function(h) { | ||
207 | - h.set(\'girls\'); | ||
208 | - }); | ||
209 | - seajs.use(\'js/index/footer\'); | ||
210 | -</script> | ||
211 | -' : '').''.((Plugin\LCRun3::debug('[boysHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[boysHomePage]', 'v', $cx, $in, array('boysHomePage')))) ? '<script> | ||
212 | - seajs.use(\'js/home/home\', function(h) { | ||
213 | - h.set(\'boys\'); | ||
214 | - }); | ||
215 | - seajs.use(\'js/index/footer\'); | ||
216 | -</script> | ||
217 | -' : '').''.((Plugin\LCRun3::debug('[kidsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[kidsHomePage]', 'v', $cx, $in, array('kidsHomePage')))) ? '<script> | ||
218 | - seajs.use(\'js/home/home\', function(h) { | ||
219 | - h.set(\'kids\'); | ||
220 | - }); | ||
221 | - seajs.use(\'js/index/footer\'); | ||
222 | -</script> | ||
223 | -' : '').''.((Plugin\LCRun3::debug('[lifestyleHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifestyleHomePage]', 'v', $cx, $in, array('lifestyleHomePage')))) ? '<script> | ||
224 | - seajs.use(\'js/home/home\', function(h) { | ||
225 | - h.set(\'lifestyle\'); | ||
226 | - }); | ||
227 | - seajs.use(\'js/index/footer\'); | ||
228 | -</script> | ||
229 | -' : '').''.((Plugin\LCRun3::debug('[newArrivalPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[newArrivalPage]', 'v', $cx, $in, array('newArrivalPage')))) ? '<script> | ||
230 | - seajs.use(\'js/product/newsale/newarrival\'); | ||
231 | - seajs.use(\'js/index/footer\'); | ||
232 | -</script> | ||
233 | -' : '').''.((Plugin\LCRun3::debug('[discountPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[discountPage]', 'v', $cx, $in, array('discountPage')))) ? '<script> | ||
234 | - seajs.use(\'js/product/newsale/discount\'); | ||
235 | - seajs.use(\'js/index/footer\'); | ||
236 | -</script> | ||
237 | -' : '').''.((Plugin\LCRun3::debug('[hotrankPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[hotrankPage]', 'v', $cx, $in, array('hotrankPage')))) ? '<script> | ||
238 | - seajs.use(\'js/product/newsale/hot-rank\'); | ||
239 | - seajs.use(\'js/index/footer\'); | ||
240 | -</script> | ||
241 | -' : '').''.((Plugin\LCRun3::debug('[goodListPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodListPage]', 'v', $cx, $in, array('goodListPage')))) ? '<script> | ||
242 | - seajs.use(\'js/product/list\'); | ||
243 | - seajs.use(\'js/index/footer\'); | ||
244 | -</script> | ||
245 | -' : '').''.((Plugin\LCRun3::debug('[goodsDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsDetailPage]', 'v', $cx, $in, array('goodsDetailPage')))) ? '<script> | ||
246 | - seajs.use(\'js/product/detail/detail\'); | ||
247 | -</script> | ||
248 | -' : '').''.((Plugin\LCRun3::debug('[goodsCommentsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsCommentsPage]', 'v', $cx, $in, array('goodsCommentsPage')))) ? '<script> | ||
249 | - seajs.use(\'js/product/detail/loadmore\'); | ||
250 | -</script> | ||
251 | -' : '').''.((Plugin\LCRun3::debug('[goodsConsultsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsConsultsPage]', 'v', $cx, $in, array('goodsConsultsPage')))) ? '<script> | ||
252 | - seajs.use(\'js/product/detail/comments-consults\'); | ||
253 | -</script> | ||
254 | -' : '').''.((Plugin\LCRun3::debug('[consultformPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[consultformPage]', 'v', $cx, $in, array('consultformPage')))) ? '<script> | ||
255 | - seajs.use(\'js/product/detail/consultform\'); | ||
256 | -</script> | ||
257 | -' : '').''.((Plugin\LCRun3::debug('[categoryPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[categoryPage]', 'v', $cx, $in, array('categoryPage')))) ? '<script> | ||
258 | - seajs.use(\'js/category/index\'); | ||
259 | - seajs.use(\'js/index/footer\'); | ||
260 | -</script> | ||
261 | -' : '').''.((Plugin\LCRun3::debug('[brandPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[brandPage]', 'v', $cx, $in, array('brandPage')))) ? '<script> | ||
262 | - seajs.use(\'js/category/brand\'); | ||
263 | - seajs.use(\'js/index/footer\'); | ||
264 | -</script> | ||
265 | -' : '').''.((Plugin\LCRun3::debug('[searchPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[searchPage]', 'v', $cx, $in, array('searchPage')))) ? '<script> | ||
266 | - seajs.use(\'js/index/search\'); | ||
267 | - seajs.use(\'js/index/footer\'); | ||
268 | -</script> | ||
269 | -' : '').''.((Plugin\LCRun3::debug('[shoppingCartPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[shoppingCartPage]', 'v', $cx, $in, array('shoppingCartPage')))) ? '<script> | ||
270 | - seajs.use(\'js/shopping-cart/cart\'); | ||
271 | -</script> | ||
272 | -' : '').''.((Plugin\LCRun3::debug('[giftAdvancePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[giftAdvancePage]', 'v', $cx, $in, array('giftAdvancePage')))) ? '<script> | ||
273 | - seajs.use(\'js/shopping-cart/gift-advance\'); | ||
274 | -</script> | ||
275 | -' : '').''.((Plugin\LCRun3::debug('[orderEnsurePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderEnsurePage]', 'v', $cx, $in, array('orderEnsurePage')))) ? '<script> | ||
276 | - seajs.use(\'js/shopping-cart/order-ensure\'); | ||
277 | -</script> | ||
278 | -' : '').''.((Plugin\LCRun3::debug('[myIndexPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myIndexPage]', 'v', $cx, $in, array('myIndexPage')))) ? '<script> | ||
279 | - seajs.use(\'js/me/index\'); | ||
280 | - seajs.use(\'js/index/footer\'); | ||
281 | -</script> | ||
282 | -' : '').''.((Plugin\LCRun3::debug('[orderPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderPage]', 'v', $cx, $in, array('orderPage')))) ? '<script> | ||
283 | - seajs.use(\'js/me/order\'); | ||
284 | -</script> | ||
285 | -' : '').''.((Plugin\LCRun3::debug('[orderDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderDetailPage]', 'v', $cx, $in, array('orderDetailPage')))) ? '<script> | ||
286 | - seajs.use(\'js/me/order-detail\'); | ||
287 | -</script> | ||
288 | -' : '').''.((Plugin\LCRun3::debug('[favPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[favPage]', 'v', $cx, $in, array('favPage')))) ? '<script> | ||
289 | - seajs.use(\'js/me/fav\'); | ||
290 | -</script> | ||
291 | -' : '').''.((Plugin\LCRun3::debug('[suggestPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[suggestPage]', 'v', $cx, $in, array('suggestPage')))) ? '<script> | ||
292 | - seajs.use(\'js/me/suggest\'); | ||
293 | -</script> | ||
294 | -' : '').''.((Plugin\LCRun3::debug('[couponsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[couponsPage]', 'v', $cx, $in, array('couponsPage')))) ? '<script> | ||
295 | - seajs.use(\'js/me/coupons\'); | ||
296 | -</script> | ||
297 | -' : '').''.((Plugin\LCRun3::debug('[onlineServicePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServicePage]', 'v', $cx, $in, array('onlineServicePage')))) ? '<script> | ||
298 | - seajs.use(\'js/me/online-service\'); | ||
299 | -</script> | ||
300 | -' : '').''.((Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'v', $cx, $in, array('onlineServiceDetailPage')))) ? '<script> | ||
301 | - seajs.use(\'js/index/footer\'); | ||
302 | -</script> | ||
303 | -' : '').''.((Plugin\LCRun3::debug('[addressPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressPage]', 'v', $cx, $in, array('addressPage')))) ? '<script> | ||
304 | - seajs.use(\'js/me/address\'); | ||
305 | -</script> | ||
306 | -' : '').''.((Plugin\LCRun3::debug('[addressActionPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressActionPage]', 'v', $cx, $in, array('addressActionPage')))) ? '<script> | ||
307 | - seajs.use(\'js/me/address-act\'); | ||
308 | -</script> | ||
309 | -' : '').''.((Plugin\LCRun3::debug('[myGuangPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myGuangPage]', 'v', $cx, $in, array('myGuangPage')))) ? '<script> | ||
310 | - seajs.use(\'js/me/my-guang\'); | ||
311 | -</script> | ||
312 | -' : '').''.((Plugin\LCRun3::debug('[personalDetailsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[personalDetailsPage]', 'v', $cx, $in, array('personalDetailsPage')))) ? '<script> | ||
313 | - seajs.use(\'js/me/personal-details\'); | ||
314 | -</script> | ||
315 | -' : '').''.((Plugin\LCRun3::debug('[browseRecordPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[browseRecordPage]', 'v', $cx, $in, array('browseRecordPage')))) ? '<script> | ||
316 | - seajs.use(\'js/me/browse-record\'); | ||
317 | -</script> | ||
318 | -' : '').''.((Plugin\LCRun3::debug('[logisticInfoPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[logisticInfoPage]', 'v', $cx, $in, array('logisticInfoPage')))) ? '<script> | ||
319 | - seajs.use(\'js/me/logistic\'); | ||
320 | -</script> | ||
321 | -' : '').''.((Plugin\LCRun3::debug('[payCenterPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[payCenterPage]', 'v', $cx, $in, array('payCenterPage')))) ? '<script> | ||
322 | - seajs.use(\'js/me/pay\'); | ||
323 | -</script> | ||
324 | -' : '').''.''.'<!-- Google Tag Manager --> | ||
325 | -<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
326 | -<script> | ||
327 | - (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': | ||
328 | - new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], | ||
329 | - j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= | ||
330 | - \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); | ||
331 | - })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\'); | ||
332 | -</script> | ||
333 | -<!-- End Google Tag Manager --> | ||
334 | -<script type="text/javascript"> | ||
335 | - var _hmt = _hmt || []; | ||
336 | - (function() { | ||
337 | - var hm = document.createElement("script"); | ||
338 | - hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311"; | ||
339 | - var s = document.getElementsByTagName("script")[0]; | ||
340 | - s.parentNode.insertBefore(hm, s); | ||
341 | - })(); | ||
342 | -</script> | ||
343 | -<script> | ||
344 | - var _hmt = _hmt || []; | ||
345 | - (function() { | ||
346 | - var hm = document.createElement("script"); | ||
347 | - hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841"; | ||
348 | - var s = document.getElementsByTagName("script")[0]; | ||
349 | - s.parentNode.insertBefore(hm, s); | ||
350 | - })(); | ||
351 | -</script> | ||
352 | -<script src="http://static.yohobuy.com/js/analytics/analysis.js"></script> | ||
353 | -<script src="http://static.yohobuy.com/m/v1/js/om_code.js"></script> | ||
354 | -'.'</body> | ||
355 | -</html>'.''; | ||
356 | -} | ||
357 | -?> |
1 | -<?php return function ($in, $debugopt = 1) { | ||
2 | - $cx = array( | ||
3 | - 'flags' => array( | ||
4 | - 'jstrue' => false, | ||
5 | - 'jsobj' => false, | ||
6 | - 'spvar' => true, | ||
7 | - 'prop' => false, | ||
8 | - 'method' => false, | ||
9 | - 'mustlok' => true, | ||
10 | - 'echo' => false, | ||
11 | - 'debug' => $debugopt, | ||
12 | - ), | ||
13 | - 'constants' => array(), | ||
14 | - 'helpers' => array(), | ||
15 | - 'blockhelpers' => array(), | ||
16 | - 'hbhelpers' => array(), | ||
17 | - 'partials' => array(), | ||
18 | - 'scopes' => array(), | ||
19 | - 'sp_vars' => array('root' => $in), | ||
20 | - 'lcrun' => 'Plugin\LCRun3', | ||
21 | - | ||
22 | - ); | ||
23 | - | ||
24 | - return ''.'<!DOCTYPE html> | ||
25 | -<html> | ||
26 | -<head> | ||
27 | -<meta charset="utf-8"> | ||
28 | -<title>'.Plugin\LCRun3::debug('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</title> | ||
29 | -<meta name="keywords" content="'.Plugin\LCRun3::debug('[keywords]', 'encq', $cx, Plugin\LCRun3::debug('[keywords]', 'v', $cx, $in, array('keywords'))).'"> | ||
30 | -<meta name="description" content="'.Plugin\LCRun3::debug('[description]', 'encq', $cx, Plugin\LCRun3::debug('[description]', 'v', $cx, $in, array('description'))).'"> | ||
31 | -<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> | ||
32 | -<meta http-equiv="cleartype" content="on"> | ||
33 | -<meta name="apple-mobile-web-app-status-bar-style" content="black" /> | ||
34 | -<meta content="telephone=no" name="format-detection" /> | ||
35 | -<meta content="email=no" name="format-detection" /> | ||
36 | -<script type="text/javascript"> | ||
37 | - (function(doc, win) { | ||
38 | - var docEl = doc.documentElement; | ||
39 | - (function() { | ||
40 | - var clientWidth = docEl.clientWidth; | ||
41 | - if (!clientWidth) { | ||
42 | - return; | ||
43 | - } | ||
44 | - docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\'; | ||
45 | - }()); | ||
46 | - })(document, window); | ||
47 | -</script> | ||
48 | -<link rel="dns-prefetch" href="//cdn.yoho.cn"> | ||
49 | -<link rel="dns-prefetch" href="//static.yohobuy.com"> | ||
50 | -<link rel="dns-prefetch" href="//img12.static.yhbimg.com"> | ||
51 | -<link rel="dns-prefetch" href="//img13.static.yhbimg.com"> | ||
52 | -'.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
53 | -' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
54 | -' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<link rel="stylesheet" href="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
55 | -' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css"> | ||
56 | -' : '').'<link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png"> | ||
57 | -<link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)"> | ||
58 | -<link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)"> | ||
59 | -</head> | ||
60 | -<body '.((Plugin\LCRun3::debug('[isPassportPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[isPassportPage]', 'v', $cx, $in, array('isPassportPage')))) ? 'class=passport-body' : '').'> | ||
61 | -'.((Plugin\LCRun3::debug('[systemUpdate]', 'ifvar', $cx, Plugin\LCRun3::debug('[systemUpdate]', 'v', $cx, $in, array('systemUpdate')))) ? ' <div class="systemUpdate"> | ||
62 | - <a href="index/systemUpdate" class="systemHeader">Yoho!Buy有货关于系统升级的公告</a> | ||
63 | - <span>X</span> | ||
64 | - </div> | ||
65 | -' : '').' '.''.Plugin\LCRun3::debug('[pageHeader]', 'sec', $cx, Plugin\LCRun3::debug('[pageHeader]', 'v', $cx, $in, array('pageHeader')), $in, false, function($cx, $in) {return '<header id="yoho-header" class="yoho-header'.((Plugin\LCRun3::debug('[boys]', 'ifvar', $cx, Plugin\LCRun3::debug('[boys]', 'v', $cx, $in, array('boys')))) ? ' boys' : '').''.((Plugin\LCRun3::debug('[girls]', 'ifvar', $cx, Plugin\LCRun3::debug('[girls]', 'v', $cx, $in, array('girls')))) ? ' girls' : '').''.((Plugin\LCRun3::debug('[kids]', 'ifvar', $cx, Plugin\LCRun3::debug('[kids]', 'v', $cx, $in, array('kids')))) ? ' kids' : '').''.((Plugin\LCRun3::debug('[lifeStyle]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifeStyle]', 'v', $cx, $in, array('lifeStyle')))) ? ' life-style' : '').'"> | ||
66 | -'.Plugin\LCRun3::debug('[navBack]', 'sec', $cx, Plugin\LCRun3::debug('[navBack]', 'v', $cx, $in, array('navBack')), $in, false, function($cx, $in) {return ' <a href="'.((Plugin\LCRun3::debug('[backUrl]', 'ifvar', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl')))) ? ''.Plugin\LCRun3::debug('[backUrl]', 'encq', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl'))).'' : 'javascript:history.go(-1);').'" class="iconfont nav-back"></a> | ||
67 | -';}).''.Plugin\LCRun3::debug('[navHome]', 'sec', $cx, Plugin\LCRun3::debug('[navHome]', 'v', $cx, $in, array('navHome')), $in, false, function($cx, $in) {return ' <a href="'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'" class="iconfont nav-home"></a> | ||
68 | -';}).''.Plugin\LCRun3::debug('[navTitle]', 'sec', $cx, Plugin\LCRun3::debug('[navTitle]', 'v', $cx, $in, array('navTitle')), $in, false, function($cx, $in) {return ' <p class="nav-title">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</p> | ||
69 | -';}).''.Plugin\LCRun3::debug('[navBtn]', 'sec', $cx, Plugin\LCRun3::debug('[navBtn]', 'v', $cx, $in, array('navBtn')), $in, false, function($cx, $in) {return ' <span class="nav-btn">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</span> | ||
70 | -';}).'</header> | ||
71 | -';}).''.''.'<div class="index-page yoho-page"> | ||
72 | - <div class="index-container"> | ||
73 | - <div class="index-header clearfix"> | ||
74 | - <div class="index-logo"> | ||
75 | - </div> | ||
76 | - <div class="box"> | ||
77 | - <a href="javascript:void(0);" class="no-search">取消</a> | ||
78 | - <form action="'.Plugin\LCRun3::debug('[searchUrl]', 'encq', $cx, Plugin\LCRun3::debug('[searchUrl]', 'v', $cx, $in, array('searchUrl'))).'" class="index-search"> | ||
79 | - <div class="search-box"> | ||
80 | - <input type="hidden" name="from" value="search"> | ||
81 | - <input type="text" name="query" placeholder="搜索" autocomplete="off"> | ||
82 | - <span class="iconfont clear-text"></span> | ||
83 | - <span class="iconfont search-icon empty"></span> | ||
84 | - </div> | ||
85 | - </form> | ||
86 | - </div> | ||
87 | - </div> | ||
88 | - <div class="index-channel"> | ||
89 | - <img class="img" src="'.Plugin\LCRun3::debug('[background]', 'encq', $cx, Plugin\LCRun3::debug('[background]', 'v', $cx, $in, array('background'))).'"> | ||
90 | - <div class="index-channel-list"> | ||
91 | - <a href="/boys" class="list-item">男生 <span class="lighter">BOYS</span> <span class="iconfont right-icon"></span></a> | ||
92 | - <a href="/girls" class="list-item">女生 <span class="lighter">GIRLS</span> <span class="iconfont right-icon"></span></a> | ||
93 | - <a href="/kids" class="list-item">潮童 <span class="lighter">KIDS</span> <span class="iconfont right-icon"></span></a> | ||
94 | - <a href="/lifestyle" class="list-item">创意生活 <span class="lighter">LIFESTYLE</span> <span class="iconfont right-icon"></span></a> | ||
95 | - </div> | ||
96 | - </div> | ||
97 | - </div> | ||
98 | -</div> | ||
99 | -'.''.''.Plugin\LCRun3::debug('[pageFooter]', 'sec', $cx, Plugin\LCRun3::debug('[pageFooter]', 'v', $cx, $in, array('pageFooter')), $in, false, function($cx, $in) {return '<footer id="yoho-footer" class="yoho-footer hide"> | ||
100 | - <p class="op-row"> | ||
101 | - <span class="back-to-top"> | ||
102 | - Back to top | ||
103 | - <i class="iconfont"></i> | ||
104 | - </span> | ||
105 | - </p> | ||
106 | - <address class="copyright"> | ||
107 | - CopyRight©2007-2016 南京新与力文化传播有限公司 | ||
108 | - </address> | ||
109 | -</footer> | ||
110 | -';}).' | ||
111 | -'.''.''.Plugin\LCRun3::debug('[showDownloadApp]', 'sec', $cx, Plugin\LCRun3::debug('[showDownloadApp]', 'v', $cx, $in, array('showDownloadApp')), $in, false, function($cx, $in) {return '<div class="float-layer hide" id="float-layer-app"> | ||
112 | - <div class="float-layer-left"> | ||
113 | - <span class="yoho-icon iconfont"></span> | ||
114 | - <p>新用户送千元礼包</p> | ||
115 | - </div> | ||
116 | - <a href="javascript:void(0);" id="float-layer-close" > | ||
117 | - <i class="close-icon iconfont"></i> | ||
118 | - <div class="circle-rightbottom"></div> | ||
119 | - </a> | ||
120 | - <a href="http://m.yohobuy.com/download/hyapp" id="float-layer-btn"> | ||
121 | - 立即下载 | ||
122 | - </a> | ||
123 | -</div> | ||
124 | -';}).' | ||
125 | - | ||
126 | - '.''.((Plugin\LCRun3::debug('[hasWxShare]', 'ifvar', $cx, Plugin\LCRun3::debug('[hasWxShare]', 'v', $cx, $in, array('hasWxShare')))) ? '<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | ||
127 | -' : '').''.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
128 | -<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script> | ||
129 | -' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
130 | -<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script> | ||
131 | -' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
132 | -<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index-debug.js"></script> | ||
133 | -' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<script src="http://localhost:8000/static/js/sea.js?nowrap"></script> | ||
134 | -<script>seajs.config({base: \'http://localhost:8000/\'});</script> | ||
135 | -' : '').'<script type="text/javascript"> | ||
136 | - (function(w,d,s,j,f){ | ||
137 | - w[\'YohoAcquisitionObject\']=f; | ||
138 | - w[f]=function(){w[f].p=arguments;}; | ||
139 | - var a=d.createElement(s); | ||
140 | - var m=d.getElementsByTagName(s)[0]; | ||
141 | - a.async=1; | ||
142 | - a.src=j; | ||
143 | - m.parentNode.insertBefore(a,m); | ||
144 | - })(window,document,\'script\',\'http://cdn.yoho.cn/yas-jssdk/'.Plugin\LCRun3::debug('[yas_version]', 'encq', $cx, Plugin\LCRun3::debug('[yas_version]', 'v', $cx, $in, array('yas_version'))).'/yas.js\',\'_yas\'); | ||
145 | -</script> | ||
146 | -'.'<script> | ||
147 | - seajs.use(\'js/common\'); | ||
148 | -</script> | ||
149 | -'.((Plugin\LCRun3::debug('[psList]', 'ifvar', $cx, Plugin\LCRun3::debug('[psList]', 'v', $cx, $in, array('psList')))) ? '<script> | ||
150 | - seajs.use(\'js/guang/plus-star/list\'); | ||
151 | -</script> | ||
152 | -' : '').''.((Plugin\LCRun3::debug('[psDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[psDetail]', 'v', $cx, $in, array('psDetail')))) ? '<script> | ||
153 | - seajs.use(\'js/guang/plus-star/detail\'); | ||
154 | -</script> | ||
155 | -' : '').''.((Plugin\LCRun3::debug('[guangHome]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangHome]', 'v', $cx, $in, array('guangHome')))) ? '<script> | ||
156 | - seajs.use(\'js/guang/home\'); | ||
157 | -</script> | ||
158 | -' : '').''.((Plugin\LCRun3::debug('[guangList]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangList]', 'v', $cx, $in, array('guangList')))) ? '<script> | ||
159 | - seajs.use(\'js/guang/list\'); | ||
160 | -</script> | ||
161 | -' : '').''.((Plugin\LCRun3::debug('[guangDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangDetail]', 'v', $cx, $in, array('guangDetail')))) ? '<script> | ||
162 | - seajs.use(\'js/guang/detail\', function(d) { | ||
163 | - d.i(true); | ||
164 | - }); | ||
165 | -</script> | ||
166 | -' : '').''.((Plugin\LCRun3::debug('[guangEzine]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangEzine]', 'v', $cx, $in, array('guangEzine')))) ? '<script> | ||
167 | - seajs.use(\'js/guang/detail\', function(d) { | ||
168 | - d.i(false); | ||
169 | - }); | ||
170 | -</script> | ||
171 | -' : '').''.((Plugin\LCRun3::debug('[regIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[regIndex]', 'v', $cx, $in, array('regIndex')))) ? '<script> | ||
172 | - seajs.use(\'js/passport/register/register\'); | ||
173 | -</script> | ||
174 | -' : '').''.((Plugin\LCRun3::debug('[regCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[regCode]', 'v', $cx, $in, array('regCode')))) ? '<script> | ||
175 | - seajs.use(\'js/passport/register/code\'); | ||
176 | -</script> | ||
177 | -' : '').''.((Plugin\LCRun3::debug('[regPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[regPwd]', 'v', $cx, $in, array('regPwd')))) ? '<script> | ||
178 | - seajs.use(\'js/passport/register/password\'); | ||
179 | -</script> | ||
180 | -' : '').''.((Plugin\LCRun3::debug('[loginIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginIndex]', 'v', $cx, $in, array('loginIndex')))) ? '<script> | ||
181 | - seajs.use(\'js/passport/login/login\'); | ||
182 | -</script> | ||
183 | -' : '').''.((Plugin\LCRun3::debug('[loginInternational]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginInternational]', 'v', $cx, $in, array('loginInternational')))) ? '<script> | ||
184 | - seajs.use(\'js/passport/login/international\'); | ||
185 | -</script> | ||
186 | -' : '').''.((Plugin\LCRun3::debug('[backEmail]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmail]', 'v', $cx, $in, array('backEmail')))) ? '<script> | ||
187 | - seajs.use(\'js/passport/back/email\'); | ||
188 | -</script> | ||
189 | -' : '').''.((Plugin\LCRun3::debug('[backEmailSuccess]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmailSuccess]', 'v', $cx, $in, array('backEmailSuccess')))) ? '<script> | ||
190 | - seajs.use(\'js/passport/back/email-success\'); | ||
191 | -</script> | ||
192 | -' : '').''.((Plugin\LCRun3::debug('[backMobile]', 'ifvar', $cx, Plugin\LCRun3::debug('[backMobile]', 'v', $cx, $in, array('backMobile')))) ? '<script> | ||
193 | - seajs.use(\'js/passport/back/mobile\'); | ||
194 | -</script> | ||
195 | -' : '').''.((Plugin\LCRun3::debug('[backCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[backCode]', 'v', $cx, $in, array('backCode')))) ? '<script> | ||
196 | - seajs.use(\'js/passport/back/code\'); | ||
197 | -</script> | ||
198 | -' : '').''.((Plugin\LCRun3::debug('[backNewPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[backNewPwd]', 'v', $cx, $in, array('backNewPwd')))) ? '<script> | ||
199 | - seajs.use(\'js/passport/back/new-password\'); | ||
200 | -</script> | ||
201 | -' : '').''.((Plugin\LCRun3::debug('[channelPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[channelPage]', 'v', $cx, $in, array('channelPage')))) ? '<script> | ||
202 | - seajs.use(\'js/index/channel\'); | ||
203 | - seajs.use(\'js/index/footer\'); | ||
204 | -</script> | ||
205 | -' : '').''.((Plugin\LCRun3::debug('[grilsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[grilsHomePage]', 'v', $cx, $in, array('grilsHomePage')))) ? '<script> | ||
206 | - seajs.use(\'js/home/home\', function(h) { | ||
207 | - h.set(\'girls\'); | ||
208 | - }); | ||
209 | - seajs.use(\'js/index/footer\'); | ||
210 | -</script> | ||
211 | -' : '').''.((Plugin\LCRun3::debug('[boysHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[boysHomePage]', 'v', $cx, $in, array('boysHomePage')))) ? '<script> | ||
212 | - seajs.use(\'js/home/home\', function(h) { | ||
213 | - h.set(\'boys\'); | ||
214 | - }); | ||
215 | - seajs.use(\'js/index/footer\'); | ||
216 | -</script> | ||
217 | -' : '').''.((Plugin\LCRun3::debug('[kidsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[kidsHomePage]', 'v', $cx, $in, array('kidsHomePage')))) ? '<script> | ||
218 | - seajs.use(\'js/home/home\', function(h) { | ||
219 | - h.set(\'kids\'); | ||
220 | - }); | ||
221 | - seajs.use(\'js/index/footer\'); | ||
222 | -</script> | ||
223 | -' : '').''.((Plugin\LCRun3::debug('[lifestyleHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifestyleHomePage]', 'v', $cx, $in, array('lifestyleHomePage')))) ? '<script> | ||
224 | - seajs.use(\'js/home/home\', function(h) { | ||
225 | - h.set(\'lifestyle\'); | ||
226 | - }); | ||
227 | - seajs.use(\'js/index/footer\'); | ||
228 | -</script> | ||
229 | -' : '').''.((Plugin\LCRun3::debug('[newArrivalPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[newArrivalPage]', 'v', $cx, $in, array('newArrivalPage')))) ? '<script> | ||
230 | - seajs.use(\'js/product/newsale/newarrival\'); | ||
231 | - seajs.use(\'js/index/footer\'); | ||
232 | -</script> | ||
233 | -' : '').''.((Plugin\LCRun3::debug('[discountPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[discountPage]', 'v', $cx, $in, array('discountPage')))) ? '<script> | ||
234 | - seajs.use(\'js/product/newsale/discount\'); | ||
235 | - seajs.use(\'js/index/footer\'); | ||
236 | -</script> | ||
237 | -' : '').''.((Plugin\LCRun3::debug('[hotrankPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[hotrankPage]', 'v', $cx, $in, array('hotrankPage')))) ? '<script> | ||
238 | - seajs.use(\'js/product/newsale/hot-rank\'); | ||
239 | - seajs.use(\'js/index/footer\'); | ||
240 | -</script> | ||
241 | -' : '').''.((Plugin\LCRun3::debug('[goodListPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodListPage]', 'v', $cx, $in, array('goodListPage')))) ? '<script> | ||
242 | - seajs.use(\'js/product/list\'); | ||
243 | - seajs.use(\'js/index/footer\'); | ||
244 | -</script> | ||
245 | -' : '').''.((Plugin\LCRun3::debug('[goodsDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsDetailPage]', 'v', $cx, $in, array('goodsDetailPage')))) ? '<script> | ||
246 | - seajs.use(\'js/product/detail/detail\'); | ||
247 | -</script> | ||
248 | -' : '').''.((Plugin\LCRun3::debug('[goodsCommentsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsCommentsPage]', 'v', $cx, $in, array('goodsCommentsPage')))) ? '<script> | ||
249 | - seajs.use(\'js/product/detail/loadmore\'); | ||
250 | -</script> | ||
251 | -' : '').''.((Plugin\LCRun3::debug('[goodsConsultsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsConsultsPage]', 'v', $cx, $in, array('goodsConsultsPage')))) ? '<script> | ||
252 | - seajs.use(\'js/product/detail/comments-consults\'); | ||
253 | -</script> | ||
254 | -' : '').''.((Plugin\LCRun3::debug('[consultformPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[consultformPage]', 'v', $cx, $in, array('consultformPage')))) ? '<script> | ||
255 | - seajs.use(\'js/product/detail/consultform\'); | ||
256 | -</script> | ||
257 | -' : '').''.((Plugin\LCRun3::debug('[categoryPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[categoryPage]', 'v', $cx, $in, array('categoryPage')))) ? '<script> | ||
258 | - seajs.use(\'js/category/index\'); | ||
259 | - seajs.use(\'js/index/footer\'); | ||
260 | -</script> | ||
261 | -' : '').''.((Plugin\LCRun3::debug('[brandPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[brandPage]', 'v', $cx, $in, array('brandPage')))) ? '<script> | ||
262 | - seajs.use(\'js/category/brand\'); | ||
263 | - seajs.use(\'js/index/footer\'); | ||
264 | -</script> | ||
265 | -' : '').''.((Plugin\LCRun3::debug('[searchPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[searchPage]', 'v', $cx, $in, array('searchPage')))) ? '<script> | ||
266 | - seajs.use(\'js/index/search\'); | ||
267 | - seajs.use(\'js/index/footer\'); | ||
268 | -</script> | ||
269 | -' : '').''.((Plugin\LCRun3::debug('[shoppingCartPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[shoppingCartPage]', 'v', $cx, $in, array('shoppingCartPage')))) ? '<script> | ||
270 | - seajs.use(\'js/shopping-cart/cart\'); | ||
271 | -</script> | ||
272 | -' : '').''.((Plugin\LCRun3::debug('[giftAdvancePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[giftAdvancePage]', 'v', $cx, $in, array('giftAdvancePage')))) ? '<script> | ||
273 | - seajs.use(\'js/shopping-cart/gift-advance\'); | ||
274 | -</script> | ||
275 | -' : '').''.((Plugin\LCRun3::debug('[orderEnsurePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderEnsurePage]', 'v', $cx, $in, array('orderEnsurePage')))) ? '<script> | ||
276 | - seajs.use(\'js/shopping-cart/order-ensure\'); | ||
277 | -</script> | ||
278 | -' : '').''.((Plugin\LCRun3::debug('[myIndexPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myIndexPage]', 'v', $cx, $in, array('myIndexPage')))) ? '<script> | ||
279 | - seajs.use(\'js/me/index\'); | ||
280 | - seajs.use(\'js/index/footer\'); | ||
281 | -</script> | ||
282 | -' : '').''.((Plugin\LCRun3::debug('[orderPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderPage]', 'v', $cx, $in, array('orderPage')))) ? '<script> | ||
283 | - seajs.use(\'js/me/order\'); | ||
284 | -</script> | ||
285 | -' : '').''.((Plugin\LCRun3::debug('[orderDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderDetailPage]', 'v', $cx, $in, array('orderDetailPage')))) ? '<script> | ||
286 | - seajs.use(\'js/me/order-detail\'); | ||
287 | -</script> | ||
288 | -' : '').''.((Plugin\LCRun3::debug('[favPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[favPage]', 'v', $cx, $in, array('favPage')))) ? '<script> | ||
289 | - seajs.use(\'js/me/fav\'); | ||
290 | -</script> | ||
291 | -' : '').''.((Plugin\LCRun3::debug('[suggestPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[suggestPage]', 'v', $cx, $in, array('suggestPage')))) ? '<script> | ||
292 | - seajs.use(\'js/me/suggest\'); | ||
293 | -</script> | ||
294 | -' : '').''.((Plugin\LCRun3::debug('[couponsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[couponsPage]', 'v', $cx, $in, array('couponsPage')))) ? '<script> | ||
295 | - seajs.use(\'js/me/coupons\'); | ||
296 | -</script> | ||
297 | -' : '').''.((Plugin\LCRun3::debug('[onlineServicePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServicePage]', 'v', $cx, $in, array('onlineServicePage')))) ? '<script> | ||
298 | - seajs.use(\'js/me/online-service\'); | ||
299 | -</script> | ||
300 | -' : '').''.((Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'v', $cx, $in, array('onlineServiceDetailPage')))) ? '<script> | ||
301 | - seajs.use(\'js/index/footer\'); | ||
302 | -</script> | ||
303 | -' : '').''.((Plugin\LCRun3::debug('[addressPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressPage]', 'v', $cx, $in, array('addressPage')))) ? '<script> | ||
304 | - seajs.use(\'js/me/address\'); | ||
305 | -</script> | ||
306 | -' : '').''.((Plugin\LCRun3::debug('[addressActionPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressActionPage]', 'v', $cx, $in, array('addressActionPage')))) ? '<script> | ||
307 | - seajs.use(\'js/me/address-act\'); | ||
308 | -</script> | ||
309 | -' : '').''.((Plugin\LCRun3::debug('[myGuangPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myGuangPage]', 'v', $cx, $in, array('myGuangPage')))) ? '<script> | ||
310 | - seajs.use(\'js/me/my-guang\'); | ||
311 | -</script> | ||
312 | -' : '').''.((Plugin\LCRun3::debug('[personalDetailsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[personalDetailsPage]', 'v', $cx, $in, array('personalDetailsPage')))) ? '<script> | ||
313 | - seajs.use(\'js/me/personal-details\'); | ||
314 | -</script> | ||
315 | -' : '').''.((Plugin\LCRun3::debug('[browseRecordPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[browseRecordPage]', 'v', $cx, $in, array('browseRecordPage')))) ? '<script> | ||
316 | - seajs.use(\'js/me/browse-record\'); | ||
317 | -</script> | ||
318 | -' : '').''.((Plugin\LCRun3::debug('[logisticInfoPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[logisticInfoPage]', 'v', $cx, $in, array('logisticInfoPage')))) ? '<script> | ||
319 | - seajs.use(\'js/me/logistic\'); | ||
320 | -</script> | ||
321 | -' : '').''.((Plugin\LCRun3::debug('[payCenterPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[payCenterPage]', 'v', $cx, $in, array('payCenterPage')))) ? '<script> | ||
322 | - seajs.use(\'js/me/pay\'); | ||
323 | -</script> | ||
324 | -' : '').''.''.'<!-- Google Tag Manager --> | ||
325 | -<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
326 | -<script> | ||
327 | - (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': | ||
328 | - new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], | ||
329 | - j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= | ||
330 | - \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); | ||
331 | - })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\'); | ||
332 | -</script> | ||
333 | -<!-- End Google Tag Manager --> | ||
334 | -<script type="text/javascript"> | ||
335 | - var _hmt = _hmt || []; | ||
336 | - (function() { | ||
337 | - var hm = document.createElement("script"); | ||
338 | - hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311"; | ||
339 | - var s = document.getElementsByTagName("script")[0]; | ||
340 | - s.parentNode.insertBefore(hm, s); | ||
341 | - })(); | ||
342 | -</script> | ||
343 | -<script> | ||
344 | - var _hmt = _hmt || []; | ||
345 | - (function() { | ||
346 | - var hm = document.createElement("script"); | ||
347 | - hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841"; | ||
348 | - var s = document.getElementsByTagName("script")[0]; | ||
349 | - s.parentNode.insertBefore(hm, s); | ||
350 | - })(); | ||
351 | -</script> | ||
352 | -<script src="http://static.yohobuy.com/js/analytics/analysis.js"></script> | ||
353 | -<script src="http://static.yohobuy.com/m/v1/js/om_code.js"></script> | ||
354 | -'.'</body> | ||
355 | -</html>'.''; | ||
356 | -} | ||
357 | -?> |
1 | -<?php return function ($in, $debugopt = 1) { | ||
2 | - $cx = array( | ||
3 | - 'flags' => array( | ||
4 | - 'jstrue' => false, | ||
5 | - 'jsobj' => false, | ||
6 | - 'spvar' => true, | ||
7 | - 'prop' => false, | ||
8 | - 'method' => false, | ||
9 | - 'mustlok' => true, | ||
10 | - 'echo' => false, | ||
11 | - 'debug' => $debugopt, | ||
12 | - ), | ||
13 | - 'constants' => array(), | ||
14 | - 'helpers' => array(), | ||
15 | - 'blockhelpers' => array(), | ||
16 | - 'hbhelpers' => array(), | ||
17 | - 'partials' => array(), | ||
18 | - 'scopes' => array(), | ||
19 | - 'sp_vars' => array('root' => $in), | ||
20 | - 'lcrun' => 'Plugin\LCRun3', | ||
21 | - | ||
22 | - ); | ||
23 | - | ||
24 | - return ''.'<div class="title">为您优选新品</div> | ||
25 | -<div id="swiper-recommend" class="swiper-container"> | ||
26 | - <div class="swiper-wrapper swiper-wrapper-recommend"> | ||
27 | -'.Plugin\LCRun3::debug('[recommendList]', 'sec', $cx, Plugin\LCRun3::debug('[recommendList]', 'v', $cx, $in, array('recommendList')), $in, false, function($cx, $in) {return ' <a class="swiper-slide" href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'"> | ||
28 | - <img class="swiper-lazy img-box" data-src="'.Plugin\LCRun3::debug('[thumb]', 'encq', $cx, Plugin\LCRun3::debug('[thumb]', 'v', $cx, $in, array('thumb'))).'"> | ||
29 | - <div class="price"> | ||
30 | - <span class="sale-price '.((Plugin\LCRun3::debug('^[price]', 'isec', $cx, Plugin\LCRun3::debug('[price]', 'v', $cx, $in, array('price')))) ? 'no-price' : '').'">¥'.Plugin\LCRun3::debug('[salePrice]', 'encq', $cx, Plugin\LCRun3::debug('[salePrice]', 'v', $cx, $in, array('salePrice'))).'</span> | ||
31 | - '.Plugin\LCRun3::debug('[price]', 'sec', $cx, Plugin\LCRun3::debug('[price]', 'v', $cx, $in, array('price')), $in, false, function($cx, $in) {return '<span class="old-price">¥'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</span>';}).' | ||
32 | - </div> | ||
33 | - <div class="swiper-lazy-preloader"></div> | ||
34 | - </a> | ||
35 | -';}).' </div> | ||
36 | -</div>'.''; | ||
37 | -} | ||
38 | -?> |
1 | -<?php return function ($in, $debugopt = 1) { | ||
2 | - $cx = array( | ||
3 | - 'flags' => array( | ||
4 | - 'jstrue' => false, | ||
5 | - 'jsobj' => false, | ||
6 | - 'spvar' => true, | ||
7 | - 'prop' => false, | ||
8 | - 'method' => false, | ||
9 | - 'mustlok' => true, | ||
10 | - 'echo' => false, | ||
11 | - 'debug' => $debugopt, | ||
12 | - ), | ||
13 | - 'constants' => array(), | ||
14 | - 'helpers' => array(), | ||
15 | - 'blockhelpers' => array(), | ||
16 | - 'hbhelpers' => array(), | ||
17 | - 'partials' => array(), | ||
18 | - 'scopes' => array(), | ||
19 | - 'sp_vars' => array('root' => $in), | ||
20 | - 'lcrun' => 'Plugin\LCRun3', | ||
21 | - | ||
22 | - ); | ||
23 | - | ||
24 | - return ''.'<!DOCTYPE html> | ||
25 | -<html> | ||
26 | -<head> | ||
27 | -<meta charset="utf-8"> | ||
28 | -<title>'.Plugin\LCRun3::debug('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</title> | ||
29 | -<meta name="keywords" content="'.Plugin\LCRun3::debug('[keywords]', 'encq', $cx, Plugin\LCRun3::debug('[keywords]', 'v', $cx, $in, array('keywords'))).'"> | ||
30 | -<meta name="description" content="'.Plugin\LCRun3::debug('[description]', 'encq', $cx, Plugin\LCRun3::debug('[description]', 'v', $cx, $in, array('description'))).'"> | ||
31 | -<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> | ||
32 | -<meta http-equiv="cleartype" content="on"> | ||
33 | -<meta name="apple-mobile-web-app-status-bar-style" content="black" /> | ||
34 | -<meta content="telephone=no" name="format-detection" /> | ||
35 | -<meta content="email=no" name="format-detection" /> | ||
36 | -<script type="text/javascript"> | ||
37 | - (function(doc, win) { | ||
38 | - var docEl = doc.documentElement; | ||
39 | - (function() { | ||
40 | - var clientWidth = docEl.clientWidth; | ||
41 | - if (!clientWidth) { | ||
42 | - return; | ||
43 | - } | ||
44 | - docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\'; | ||
45 | - }()); | ||
46 | - })(document, window); | ||
47 | -</script> | ||
48 | -<link rel="dns-prefetch" href="//cdn.yoho.cn"> | ||
49 | -<link rel="dns-prefetch" href="//static.yohobuy.com"> | ||
50 | -<link rel="dns-prefetch" href="//img12.static.yhbimg.com"> | ||
51 | -<link rel="dns-prefetch" href="//img13.static.yhbimg.com"> | ||
52 | -'.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
53 | -' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
54 | -' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<link rel="stylesheet" href="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
55 | -' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css"> | ||
56 | -' : '').'<link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png"> | ||
57 | -<link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)"> | ||
58 | -<link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)"> | ||
59 | -</head> | ||
60 | -<body '.((Plugin\LCRun3::debug('[isPassportPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[isPassportPage]', 'v', $cx, $in, array('isPassportPage')))) ? 'class=passport-body' : '').'> | ||
61 | -'.((Plugin\LCRun3::debug('[systemUpdate]', 'ifvar', $cx, Plugin\LCRun3::debug('[systemUpdate]', 'v', $cx, $in, array('systemUpdate')))) ? ' <div class="systemUpdate"> | ||
62 | - <a href="index/systemUpdate" class="systemHeader">Yoho!Buy有货关于系统升级的公告</a> | ||
63 | - <span>X</span> | ||
64 | - </div> | ||
65 | -' : '').' '.''.Plugin\LCRun3::debug('[pageHeader]', 'sec', $cx, Plugin\LCRun3::debug('[pageHeader]', 'v', $cx, $in, array('pageHeader')), $in, false, function($cx, $in) {return '<header id="yoho-header" class="yoho-header'.((Plugin\LCRun3::debug('[boys]', 'ifvar', $cx, Plugin\LCRun3::debug('[boys]', 'v', $cx, $in, array('boys')))) ? ' boys' : '').''.((Plugin\LCRun3::debug('[girls]', 'ifvar', $cx, Plugin\LCRun3::debug('[girls]', 'v', $cx, $in, array('girls')))) ? ' girls' : '').''.((Plugin\LCRun3::debug('[kids]', 'ifvar', $cx, Plugin\LCRun3::debug('[kids]', 'v', $cx, $in, array('kids')))) ? ' kids' : '').''.((Plugin\LCRun3::debug('[lifeStyle]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifeStyle]', 'v', $cx, $in, array('lifeStyle')))) ? ' life-style' : '').'"> | ||
66 | -'.Plugin\LCRun3::debug('[navBack]', 'sec', $cx, Plugin\LCRun3::debug('[navBack]', 'v', $cx, $in, array('navBack')), $in, false, function($cx, $in) {return ' <a href="'.((Plugin\LCRun3::debug('[backUrl]', 'ifvar', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl')))) ? ''.Plugin\LCRun3::debug('[backUrl]', 'encq', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl'))).'' : 'javascript:history.go(-1);').'" class="iconfont nav-back"></a> | ||
67 | -';}).''.Plugin\LCRun3::debug('[navHome]', 'sec', $cx, Plugin\LCRun3::debug('[navHome]', 'v', $cx, $in, array('navHome')), $in, false, function($cx, $in) {return ' <a href="'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'" class="iconfont nav-home"></a> | ||
68 | -';}).''.Plugin\LCRun3::debug('[navTitle]', 'sec', $cx, Plugin\LCRun3::debug('[navTitle]', 'v', $cx, $in, array('navTitle')), $in, false, function($cx, $in) {return ' <p class="nav-title">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</p> | ||
69 | -';}).''.Plugin\LCRun3::debug('[navBtn]', 'sec', $cx, Plugin\LCRun3::debug('[navBtn]', 'v', $cx, $in, array('navBtn')), $in, false, function($cx, $in) {return ' <span class="nav-btn">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</span> | ||
70 | -';}).'</header> | ||
71 | -';}).''.''.' <div class="my-page yoho-page"> | ||
72 | - <div class="my-header"> | ||
73 | -'.Plugin\LCRun3::debug('[isLogin]', 'sec', $cx, Plugin\LCRun3::debug('[isLogin]', 'v', $cx, $in, array('isLogin')), $in, false, function($cx, $in) {return ' <a class="user-info" href="/home/mydetails"> | ||
74 | - <span class="user-avatar" data-avatar="'.Plugin\LCRun3::debug('[head_ico]', 'encq', $cx, Plugin\LCRun3::debug('[head_ico]', 'v', $cx, $in, array('head_ico'))).'"></span> | ||
75 | - <span class="username">'.Plugin\LCRun3::debug('[profile_name]', 'encq', $cx, Plugin\LCRun3::debug('[profile_name]', 'v', $cx, $in, array('profile_name'))).'</span> | ||
76 | -'.Plugin\LCRun3::debug('[vip_info]', 'sec', $cx, Plugin\LCRun3::debug('[vip_info]', 'v', $cx, $in, array('vip_info')), $in, false, function($cx, $in) {return ' <span class="vip-icon vip-'.Plugin\LCRun3::debug('[cur_level]', 'encq', $cx, Plugin\LCRun3::debug('[cur_level]', 'v', $cx, $in, array('cur_level'))).'"></span> | ||
77 | -';}).' <div class="iconfont more-icon"></div> | ||
78 | - </a> | ||
79 | -';}).''.((Plugin\LCRun3::debug('^[isLogin]', 'isec', $cx, Plugin\LCRun3::debug('[isLogin]', 'v', $cx, $in, array('isLogin')))) ? ' <div class="user-info"> | ||
80 | - <a class="login-btn" href="'.Plugin\LCRun3::debug('[signinUrl]', 'encq', $cx, Plugin\LCRun3::debug('[signinUrl]', 'v', $cx, $in, array('signinUrl'))).'"> | ||
81 | - 登录/注册 | ||
82 | - </a> | ||
83 | - </div> | ||
84 | -' : '').' </div> | ||
85 | - <div class="my-link clearfix '.((Plugin\LCRun3::debug('^[isLogin]', 'isec', $cx, Plugin\LCRun3::debug('[isLogin]', 'v', $cx, $in, array('isLogin')))) ? 'no-login' : '').'"> | ||
86 | - <a class="link-item" href="/home/favorite"> | ||
87 | - '.Plugin\LCRun3::debug('[isLogin]', 'sec', $cx, Plugin\LCRun3::debug('[isLogin]', 'v', $cx, $in, array('isLogin')), $in, false, function($cx, $in) {return ''.Plugin\LCRun3::debug('[product_favorite_total]', 'encq', $cx, Plugin\LCRun3::debug('[product_favorite_total]', 'v', $cx, $in, array('product_favorite_total'))).'';}).' | ||
88 | - <p>收藏的商品</p> | ||
89 | - </a> | ||
90 | - <a class="link-item" href="/home/favorite?tab=brand"> | ||
91 | - '.Plugin\LCRun3::debug('[isLogin]', 'sec', $cx, Plugin\LCRun3::debug('[isLogin]', 'v', $cx, $in, array('isLogin')), $in, false, function($cx, $in) {return ''.Plugin\LCRun3::debug('[brand_favorite_total]', 'encq', $cx, Plugin\LCRun3::debug('[brand_favorite_total]', 'v', $cx, $in, array('brand_favorite_total'))).'';}).' | ||
92 | - <p>收藏的品牌</p> | ||
93 | - </a> | ||
94 | - | ||
95 | - </div> | ||
96 | - <div class="my-order"> | ||
97 | - <a class="order-title" href="/home/orders"> | ||
98 | - 我的订单 | ||
99 | - <span class="iconfont"> | ||
100 | - 查看全部订单  | ||
101 | - </span> | ||
102 | - </a> | ||
103 | - <div class="order-type clearfix"> | ||
104 | - <a class="type-item" href="/home/orders?type=2"> | ||
105 | - <span class="iconfont"></span> | ||
106 | - <br>待付款 | ||
107 | -'.((Plugin\LCRun3::debug('[wait_pay_num]', 'ifvar', $cx, Plugin\LCRun3::debug('[wait_pay_num]', 'v', $cx, $in, array('wait_pay_num')))) ? ' <span class="num">'.Plugin\LCRun3::debug('[wait_pay_num]', 'encq', $cx, Plugin\LCRun3::debug('[wait_pay_num]', 'v', $cx, $in, array('wait_pay_num'))).'</span> | ||
108 | -' : '').' </a> | ||
109 | - <a class="type-item" href="/home/orders?type=3"> | ||
110 | - <span class="iconfont"></span> | ||
111 | - <br>待发货 | ||
112 | -'.((Plugin\LCRun3::debug('[wait_cargo_num]', 'ifvar', $cx, Plugin\LCRun3::debug('[wait_cargo_num]', 'v', $cx, $in, array('wait_cargo_num')))) ? ' <span class="num">'.Plugin\LCRun3::debug('[wait_cargo_num]', 'encq', $cx, Plugin\LCRun3::debug('[wait_cargo_num]', 'v', $cx, $in, array('wait_cargo_num'))).'</span> | ||
113 | -' : '').' </a> | ||
114 | - <a class="type-item" href="/home/orders?type=4"> | ||
115 | - <span class="iconfont"></span> | ||
116 | - <br>待收货 | ||
117 | -'.((Plugin\LCRun3::debug('[send_cargo_num]', 'ifvar', $cx, Plugin\LCRun3::debug('[send_cargo_num]', 'v', $cx, $in, array('send_cargo_num')))) ? ' <span class="num">'.Plugin\LCRun3::debug('[send_cargo_num]', 'encq', $cx, Plugin\LCRun3::debug('[send_cargo_num]', 'v', $cx, $in, array('send_cargo_num'))).'</span> | ||
118 | -' : '').' </a> | ||
119 | - </div> | ||
120 | - </div> | ||
121 | - <div class="group-list"> | ||
122 | - <a class="list-item" href="/home/address"> | ||
123 | - <span class="iconfont icon"></span> | ||
124 | - 地址管理 | ||
125 | - <span class="iconfont num">'.Plugin\LCRun3::debug('[address_num]', 'encq', $cx, Plugin\LCRun3::debug('[address_num]', 'v', $cx, $in, array('address_num'))).' </span> | ||
126 | - </a> | ||
127 | - </div> | ||
128 | - <div class="group-list"> | ||
129 | - <a class="list-item" href="/home/coupons"> | ||
130 | - <span class="iconfont icon"></span> | ||
131 | - 优惠券 | ||
132 | - <span class="iconfont num">'.Plugin\LCRun3::debug('[coupon_num]', 'encq', $cx, Plugin\LCRun3::debug('[coupon_num]', 'v', $cx, $in, array('coupon_num'))).' </span> | ||
133 | - </a> | ||
134 | - <a class="list-item" href="/home/currency"> | ||
135 | - <span class="iconfont icon"></span> | ||
136 | - YOHO 币 | ||
137 | - <span class="iconfont num">'.Plugin\LCRun3::debug('[yoho_coin_num]', 'encq', $cx, Plugin\LCRun3::debug('[yoho_coin_num]', 'v', $cx, $in, array('yoho_coin_num'))).' </span> | ||
138 | - </a> | ||
139 | - </div> | ||
140 | - <div class="group-list"> | ||
141 | - <a class="list-item" href="/home/message"> | ||
142 | - <span class="iconfont icon"></span> | ||
143 | - 消息 | ||
144 | - <span class="iconfont num">'.Plugin\LCRun3::debug('[inbox_total]', 'encq', $cx, Plugin\LCRun3::debug('[inbox_total]', 'v', $cx, $in, array('inbox_total'))).' </span> | ||
145 | - </a> | ||
146 | - </div> | ||
147 | - <div class="group-list"> | ||
148 | - <a class="list-item" href="/home/onlineService"> | ||
149 | - <span class="iconfont icon"></span> | ||
150 | - 在线客服 | ||
151 | - <span class="iconfont num"></span> | ||
152 | - </a> | ||
153 | - <a class="list-item" href="/home/suggest"> | ||
154 | - <span class="iconfont icon"></span> | ||
155 | - 意见反馈 | ||
156 | - <span class="iconfont num"></span> | ||
157 | - </a> | ||
158 | - </div> | ||
159 | - | ||
160 | -'.' <div class="recommend-for-you hide"> | ||
161 | - </div>'.''.' <div id="suspend-cart" class="suspend-cart"> | ||
162 | - <a href='.Plugin\LCRun3::debug('[cartUrl]', 'encq', $cx, Plugin\LCRun3::debug('[cartUrl]', 'v', $cx, $in, array('cartUrl'))).'> | ||
163 | - <span class="iconfont"></span> | ||
164 | - </a> | ||
165 | - <span class="cart-count hide">0</span> | ||
166 | - </div>'.' </div> | ||
167 | - | ||
168 | -'.''.Plugin\LCRun3::debug('[showDownloadApp]', 'sec', $cx, Plugin\LCRun3::debug('[showDownloadApp]', 'v', $cx, $in, array('showDownloadApp')), $in, false, function($cx, $in) {return '<div class="float-layer hide" id="float-layer-app"> | ||
169 | - <div class="float-layer-left"> | ||
170 | - <span class="yoho-icon iconfont"></span> | ||
171 | - <p>新用户送千元礼包</p> | ||
172 | - </div> | ||
173 | - <a href="javascript:void(0);" id="float-layer-close" > | ||
174 | - <i class="close-icon iconfont"></i> | ||
175 | - <div class="circle-rightbottom"></div> | ||
176 | - </a> | ||
177 | - <a href="http://m.yohobuy.com/download/hyapp" id="float-layer-btn"> | ||
178 | - 立即下载 | ||
179 | - </a> | ||
180 | -</div> | ||
181 | -';}).' | ||
182 | - | ||
183 | - '.''.''.''.Plugin\LCRun3::debug('[pageFooter]', 'sec', $cx, Plugin\LCRun3::debug('[pageFooter]', 'v', $cx, $in, array('pageFooter')), $in, false, function($cx, $in) {return '<footer id="yoho-footer" class="yoho-footer hide"> | ||
184 | - <p class="op-row"> | ||
185 | - <span class="back-to-top"> | ||
186 | - Back to top | ||
187 | - <i class="iconfont"></i> | ||
188 | - </span> | ||
189 | - </p> | ||
190 | - <address class="copyright"> | ||
191 | - CopyRight©2007-2016 南京新与力文化传播有限公司 | ||
192 | - </address> | ||
193 | -</footer> | ||
194 | -';}).' | ||
195 | -'.''.''.Plugin\LCRun3::debug('[showDownloadApp]', 'sec', $cx, Plugin\LCRun3::debug('[showDownloadApp]', 'v', $cx, $in, array('showDownloadApp')), $in, false, function($cx, $in) {return '<div class="float-layer hide" id="float-layer-app"> | ||
196 | - <div class="float-layer-left"> | ||
197 | - <span class="yoho-icon iconfont"></span> | ||
198 | - <p>新用户送千元礼包</p> | ||
199 | - </div> | ||
200 | - <a href="javascript:void(0);" id="float-layer-close" > | ||
201 | - <i class="close-icon iconfont"></i> | ||
202 | - <div class="circle-rightbottom"></div> | ||
203 | - </a> | ||
204 | - <a href="http://m.yohobuy.com/download/hyapp" id="float-layer-btn"> | ||
205 | - 立即下载 | ||
206 | - </a> | ||
207 | -</div> | ||
208 | -';}).' | ||
209 | - | ||
210 | - '.''.((Plugin\LCRun3::debug('[hasWxShare]', 'ifvar', $cx, Plugin\LCRun3::debug('[hasWxShare]', 'v', $cx, $in, array('hasWxShare')))) ? '<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | ||
211 | -' : '').''.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
212 | -<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script> | ||
213 | -' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
214 | -<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script> | ||
215 | -' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
216 | -<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index-debug.js"></script> | ||
217 | -' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<script src="http://localhost:8000/static/js/sea.js?nowrap"></script> | ||
218 | -<script>seajs.config({base: \'http://localhost:8000/\'});</script> | ||
219 | -' : '').'<script type="text/javascript"> | ||
220 | - (function(w,d,s,j,f){ | ||
221 | - w[\'YohoAcquisitionObject\']=f; | ||
222 | - w[f]=function(){w[f].p=arguments;}; | ||
223 | - var a=d.createElement(s); | ||
224 | - var m=d.getElementsByTagName(s)[0]; | ||
225 | - a.async=1; | ||
226 | - a.src=j; | ||
227 | - m.parentNode.insertBefore(a,m); | ||
228 | - })(window,document,\'script\',\'http://cdn.yoho.cn/yas-jssdk/'.Plugin\LCRun3::debug('[yas_version]', 'encq', $cx, Plugin\LCRun3::debug('[yas_version]', 'v', $cx, $in, array('yas_version'))).'/yas.js\',\'_yas\'); | ||
229 | -</script> | ||
230 | -'.'<script> | ||
231 | - seajs.use(\'js/common\'); | ||
232 | -</script> | ||
233 | -'.((Plugin\LCRun3::debug('[psList]', 'ifvar', $cx, Plugin\LCRun3::debug('[psList]', 'v', $cx, $in, array('psList')))) ? '<script> | ||
234 | - seajs.use(\'js/guang/plus-star/list\'); | ||
235 | -</script> | ||
236 | -' : '').''.((Plugin\LCRun3::debug('[psDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[psDetail]', 'v', $cx, $in, array('psDetail')))) ? '<script> | ||
237 | - seajs.use(\'js/guang/plus-star/detail\'); | ||
238 | -</script> | ||
239 | -' : '').''.((Plugin\LCRun3::debug('[guangHome]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangHome]', 'v', $cx, $in, array('guangHome')))) ? '<script> | ||
240 | - seajs.use(\'js/guang/home\'); | ||
241 | -</script> | ||
242 | -' : '').''.((Plugin\LCRun3::debug('[guangList]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangList]', 'v', $cx, $in, array('guangList')))) ? '<script> | ||
243 | - seajs.use(\'js/guang/list\'); | ||
244 | -</script> | ||
245 | -' : '').''.((Plugin\LCRun3::debug('[guangDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangDetail]', 'v', $cx, $in, array('guangDetail')))) ? '<script> | ||
246 | - seajs.use(\'js/guang/detail\', function(d) { | ||
247 | - d.i(true); | ||
248 | - }); | ||
249 | -</script> | ||
250 | -' : '').''.((Plugin\LCRun3::debug('[guangEzine]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangEzine]', 'v', $cx, $in, array('guangEzine')))) ? '<script> | ||
251 | - seajs.use(\'js/guang/detail\', function(d) { | ||
252 | - d.i(false); | ||
253 | - }); | ||
254 | -</script> | ||
255 | -' : '').''.((Plugin\LCRun3::debug('[regIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[regIndex]', 'v', $cx, $in, array('regIndex')))) ? '<script> | ||
256 | - seajs.use(\'js/passport/register/register\'); | ||
257 | -</script> | ||
258 | -' : '').''.((Plugin\LCRun3::debug('[regCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[regCode]', 'v', $cx, $in, array('regCode')))) ? '<script> | ||
259 | - seajs.use(\'js/passport/register/code\'); | ||
260 | -</script> | ||
261 | -' : '').''.((Plugin\LCRun3::debug('[regPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[regPwd]', 'v', $cx, $in, array('regPwd')))) ? '<script> | ||
262 | - seajs.use(\'js/passport/register/password\'); | ||
263 | -</script> | ||
264 | -' : '').''.((Plugin\LCRun3::debug('[loginIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginIndex]', 'v', $cx, $in, array('loginIndex')))) ? '<script> | ||
265 | - seajs.use(\'js/passport/login/login\'); | ||
266 | -</script> | ||
267 | -' : '').''.((Plugin\LCRun3::debug('[loginInternational]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginInternational]', 'v', $cx, $in, array('loginInternational')))) ? '<script> | ||
268 | - seajs.use(\'js/passport/login/international\'); | ||
269 | -</script> | ||
270 | -' : '').''.((Plugin\LCRun3::debug('[backEmail]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmail]', 'v', $cx, $in, array('backEmail')))) ? '<script> | ||
271 | - seajs.use(\'js/passport/back/email\'); | ||
272 | -</script> | ||
273 | -' : '').''.((Plugin\LCRun3::debug('[backEmailSuccess]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmailSuccess]', 'v', $cx, $in, array('backEmailSuccess')))) ? '<script> | ||
274 | - seajs.use(\'js/passport/back/email-success\'); | ||
275 | -</script> | ||
276 | -' : '').''.((Plugin\LCRun3::debug('[backMobile]', 'ifvar', $cx, Plugin\LCRun3::debug('[backMobile]', 'v', $cx, $in, array('backMobile')))) ? '<script> | ||
277 | - seajs.use(\'js/passport/back/mobile\'); | ||
278 | -</script> | ||
279 | -' : '').''.((Plugin\LCRun3::debug('[backCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[backCode]', 'v', $cx, $in, array('backCode')))) ? '<script> | ||
280 | - seajs.use(\'js/passport/back/code\'); | ||
281 | -</script> | ||
282 | -' : '').''.((Plugin\LCRun3::debug('[backNewPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[backNewPwd]', 'v', $cx, $in, array('backNewPwd')))) ? '<script> | ||
283 | - seajs.use(\'js/passport/back/new-password\'); | ||
284 | -</script> | ||
285 | -' : '').''.((Plugin\LCRun3::debug('[channelPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[channelPage]', 'v', $cx, $in, array('channelPage')))) ? '<script> | ||
286 | - seajs.use(\'js/index/channel\'); | ||
287 | - seajs.use(\'js/index/footer\'); | ||
288 | -</script> | ||
289 | -' : '').''.((Plugin\LCRun3::debug('[grilsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[grilsHomePage]', 'v', $cx, $in, array('grilsHomePage')))) ? '<script> | ||
290 | - seajs.use(\'js/home/home\', function(h) { | ||
291 | - h.set(\'girls\'); | ||
292 | - }); | ||
293 | - seajs.use(\'js/index/footer\'); | ||
294 | -</script> | ||
295 | -' : '').''.((Plugin\LCRun3::debug('[boysHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[boysHomePage]', 'v', $cx, $in, array('boysHomePage')))) ? '<script> | ||
296 | - seajs.use(\'js/home/home\', function(h) { | ||
297 | - h.set(\'boys\'); | ||
298 | - }); | ||
299 | - seajs.use(\'js/index/footer\'); | ||
300 | -</script> | ||
301 | -' : '').''.((Plugin\LCRun3::debug('[kidsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[kidsHomePage]', 'v', $cx, $in, array('kidsHomePage')))) ? '<script> | ||
302 | - seajs.use(\'js/home/home\', function(h) { | ||
303 | - h.set(\'kids\'); | ||
304 | - }); | ||
305 | - seajs.use(\'js/index/footer\'); | ||
306 | -</script> | ||
307 | -' : '').''.((Plugin\LCRun3::debug('[lifestyleHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifestyleHomePage]', 'v', $cx, $in, array('lifestyleHomePage')))) ? '<script> | ||
308 | - seajs.use(\'js/home/home\', function(h) { | ||
309 | - h.set(\'lifestyle\'); | ||
310 | - }); | ||
311 | - seajs.use(\'js/index/footer\'); | ||
312 | -</script> | ||
313 | -' : '').''.((Plugin\LCRun3::debug('[newArrivalPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[newArrivalPage]', 'v', $cx, $in, array('newArrivalPage')))) ? '<script> | ||
314 | - seajs.use(\'js/product/newsale/newarrival\'); | ||
315 | - seajs.use(\'js/index/footer\'); | ||
316 | -</script> | ||
317 | -' : '').''.((Plugin\LCRun3::debug('[discountPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[discountPage]', 'v', $cx, $in, array('discountPage')))) ? '<script> | ||
318 | - seajs.use(\'js/product/newsale/discount\'); | ||
319 | - seajs.use(\'js/index/footer\'); | ||
320 | -</script> | ||
321 | -' : '').''.((Plugin\LCRun3::debug('[hotrankPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[hotrankPage]', 'v', $cx, $in, array('hotrankPage')))) ? '<script> | ||
322 | - seajs.use(\'js/product/newsale/hot-rank\'); | ||
323 | - seajs.use(\'js/index/footer\'); | ||
324 | -</script> | ||
325 | -' : '').''.((Plugin\LCRun3::debug('[goodListPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodListPage]', 'v', $cx, $in, array('goodListPage')))) ? '<script> | ||
326 | - seajs.use(\'js/product/list\'); | ||
327 | - seajs.use(\'js/index/footer\'); | ||
328 | -</script> | ||
329 | -' : '').''.((Plugin\LCRun3::debug('[goodsDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsDetailPage]', 'v', $cx, $in, array('goodsDetailPage')))) ? '<script> | ||
330 | - seajs.use(\'js/product/detail/detail\'); | ||
331 | -</script> | ||
332 | -' : '').''.((Plugin\LCRun3::debug('[goodsCommentsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsCommentsPage]', 'v', $cx, $in, array('goodsCommentsPage')))) ? '<script> | ||
333 | - seajs.use(\'js/product/detail/loadmore\'); | ||
334 | -</script> | ||
335 | -' : '').''.((Plugin\LCRun3::debug('[goodsConsultsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsConsultsPage]', 'v', $cx, $in, array('goodsConsultsPage')))) ? '<script> | ||
336 | - seajs.use(\'js/product/detail/comments-consults\'); | ||
337 | -</script> | ||
338 | -' : '').''.((Plugin\LCRun3::debug('[consultformPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[consultformPage]', 'v', $cx, $in, array('consultformPage')))) ? '<script> | ||
339 | - seajs.use(\'js/product/detail/consultform\'); | ||
340 | -</script> | ||
341 | -' : '').''.((Plugin\LCRun3::debug('[categoryPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[categoryPage]', 'v', $cx, $in, array('categoryPage')))) ? '<script> | ||
342 | - seajs.use(\'js/category/index\'); | ||
343 | - seajs.use(\'js/index/footer\'); | ||
344 | -</script> | ||
345 | -' : '').''.((Plugin\LCRun3::debug('[brandPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[brandPage]', 'v', $cx, $in, array('brandPage')))) ? '<script> | ||
346 | - seajs.use(\'js/category/brand\'); | ||
347 | - seajs.use(\'js/index/footer\'); | ||
348 | -</script> | ||
349 | -' : '').''.((Plugin\LCRun3::debug('[searchPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[searchPage]', 'v', $cx, $in, array('searchPage')))) ? '<script> | ||
350 | - seajs.use(\'js/index/search\'); | ||
351 | - seajs.use(\'js/index/footer\'); | ||
352 | -</script> | ||
353 | -' : '').''.((Plugin\LCRun3::debug('[shoppingCartPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[shoppingCartPage]', 'v', $cx, $in, array('shoppingCartPage')))) ? '<script> | ||
354 | - seajs.use(\'js/shopping-cart/cart\'); | ||
355 | -</script> | ||
356 | -' : '').''.((Plugin\LCRun3::debug('[giftAdvancePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[giftAdvancePage]', 'v', $cx, $in, array('giftAdvancePage')))) ? '<script> | ||
357 | - seajs.use(\'js/shopping-cart/gift-advance\'); | ||
358 | -</script> | ||
359 | -' : '').''.((Plugin\LCRun3::debug('[orderEnsurePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderEnsurePage]', 'v', $cx, $in, array('orderEnsurePage')))) ? '<script> | ||
360 | - seajs.use(\'js/shopping-cart/order-ensure\'); | ||
361 | -</script> | ||
362 | -' : '').''.((Plugin\LCRun3::debug('[myIndexPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myIndexPage]', 'v', $cx, $in, array('myIndexPage')))) ? '<script> | ||
363 | - seajs.use(\'js/me/index\'); | ||
364 | - seajs.use(\'js/index/footer\'); | ||
365 | -</script> | ||
366 | -' : '').''.((Plugin\LCRun3::debug('[orderPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderPage]', 'v', $cx, $in, array('orderPage')))) ? '<script> | ||
367 | - seajs.use(\'js/me/order\'); | ||
368 | -</script> | ||
369 | -' : '').''.((Plugin\LCRun3::debug('[orderDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderDetailPage]', 'v', $cx, $in, array('orderDetailPage')))) ? '<script> | ||
370 | - seajs.use(\'js/me/order-detail\'); | ||
371 | -</script> | ||
372 | -' : '').''.((Plugin\LCRun3::debug('[favPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[favPage]', 'v', $cx, $in, array('favPage')))) ? '<script> | ||
373 | - seajs.use(\'js/me/fav\'); | ||
374 | -</script> | ||
375 | -' : '').''.((Plugin\LCRun3::debug('[suggestPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[suggestPage]', 'v', $cx, $in, array('suggestPage')))) ? '<script> | ||
376 | - seajs.use(\'js/me/suggest\'); | ||
377 | -</script> | ||
378 | -' : '').''.((Plugin\LCRun3::debug('[couponsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[couponsPage]', 'v', $cx, $in, array('couponsPage')))) ? '<script> | ||
379 | - seajs.use(\'js/me/coupons\'); | ||
380 | -</script> | ||
381 | -' : '').''.((Plugin\LCRun3::debug('[onlineServicePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServicePage]', 'v', $cx, $in, array('onlineServicePage')))) ? '<script> | ||
382 | - seajs.use(\'js/me/online-service\'); | ||
383 | -</script> | ||
384 | -' : '').''.((Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'v', $cx, $in, array('onlineServiceDetailPage')))) ? '<script> | ||
385 | - seajs.use(\'js/index/footer\'); | ||
386 | -</script> | ||
387 | -' : '').''.((Plugin\LCRun3::debug('[addressPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressPage]', 'v', $cx, $in, array('addressPage')))) ? '<script> | ||
388 | - seajs.use(\'js/me/address\'); | ||
389 | -</script> | ||
390 | -' : '').''.((Plugin\LCRun3::debug('[addressActionPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressActionPage]', 'v', $cx, $in, array('addressActionPage')))) ? '<script> | ||
391 | - seajs.use(\'js/me/address-act\'); | ||
392 | -</script> | ||
393 | -' : '').''.((Plugin\LCRun3::debug('[myGuangPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myGuangPage]', 'v', $cx, $in, array('myGuangPage')))) ? '<script> | ||
394 | - seajs.use(\'js/me/my-guang\'); | ||
395 | -</script> | ||
396 | -' : '').''.((Plugin\LCRun3::debug('[personalDetailsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[personalDetailsPage]', 'v', $cx, $in, array('personalDetailsPage')))) ? '<script> | ||
397 | - seajs.use(\'js/me/personal-details\'); | ||
398 | -</script> | ||
399 | -' : '').''.((Plugin\LCRun3::debug('[browseRecordPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[browseRecordPage]', 'v', $cx, $in, array('browseRecordPage')))) ? '<script> | ||
400 | - seajs.use(\'js/me/browse-record\'); | ||
401 | -</script> | ||
402 | -' : '').''.((Plugin\LCRun3::debug('[logisticInfoPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[logisticInfoPage]', 'v', $cx, $in, array('logisticInfoPage')))) ? '<script> | ||
403 | - seajs.use(\'js/me/logistic\'); | ||
404 | -</script> | ||
405 | -' : '').''.((Plugin\LCRun3::debug('[payCenterPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[payCenterPage]', 'v', $cx, $in, array('payCenterPage')))) ? '<script> | ||
406 | - seajs.use(\'js/me/pay\'); | ||
407 | -</script> | ||
408 | -' : '').''.''.'<!-- Google Tag Manager --> | ||
409 | -<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
410 | -<script> | ||
411 | - (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': | ||
412 | - new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], | ||
413 | - j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= | ||
414 | - \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); | ||
415 | - })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\'); | ||
416 | -</script> | ||
417 | -<!-- End Google Tag Manager --> | ||
418 | -<script type="text/javascript"> | ||
419 | - var _hmt = _hmt || []; | ||
420 | - (function() { | ||
421 | - var hm = document.createElement("script"); | ||
422 | - hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311"; | ||
423 | - var s = document.getElementsByTagName("script")[0]; | ||
424 | - s.parentNode.insertBefore(hm, s); | ||
425 | - })(); | ||
426 | -</script> | ||
427 | -<script> | ||
428 | - var _hmt = _hmt || []; | ||
429 | - (function() { | ||
430 | - var hm = document.createElement("script"); | ||
431 | - hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841"; | ||
432 | - var s = document.getElementsByTagName("script")[0]; | ||
433 | - s.parentNode.insertBefore(hm, s); | ||
434 | - })(); | ||
435 | -</script> | ||
436 | -<script src="http://static.yohobuy.com/js/analytics/analysis.js"></script> | ||
437 | -<script src="http://static.yohobuy.com/m/v1/js/om_code.js"></script> | ||
438 | -'.'</body> | ||
439 | -</html>'.''; | ||
440 | -} | ||
441 | -?> |
1 | -<?php return function ($in, $debugopt = 1) { | ||
2 | - $cx = array( | ||
3 | - 'flags' => array( | ||
4 | - 'jstrue' => false, | ||
5 | - 'jsobj' => false, | ||
6 | - 'spvar' => true, | ||
7 | - 'prop' => false, | ||
8 | - 'method' => false, | ||
9 | - 'mustlok' => true, | ||
10 | - 'echo' => false, | ||
11 | - 'debug' => $debugopt, | ||
12 | - ), | ||
13 | - 'constants' => array(), | ||
14 | - 'helpers' => array(), | ||
15 | - 'blockhelpers' => array(), | ||
16 | - 'hbhelpers' => array(), | ||
17 | - 'partials' => array(), | ||
18 | - 'scopes' => array(), | ||
19 | - 'sp_vars' => array('root' => $in), | ||
20 | - 'lcrun' => 'Plugin\LCRun3', | ||
21 | - | ||
22 | - ); | ||
23 | - | ||
24 | - return ''.'<!DOCTYPE html> | ||
25 | -<html> | ||
26 | -<head> | ||
27 | -<meta charset="utf-8"> | ||
28 | -<title>'.Plugin\LCRun3::debug('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</title> | ||
29 | -<meta name="keywords" content="'.Plugin\LCRun3::debug('[keywords]', 'encq', $cx, Plugin\LCRun3::debug('[keywords]', 'v', $cx, $in, array('keywords'))).'"> | ||
30 | -<meta name="description" content="'.Plugin\LCRun3::debug('[description]', 'encq', $cx, Plugin\LCRun3::debug('[description]', 'v', $cx, $in, array('description'))).'"> | ||
31 | -<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> | ||
32 | -<meta http-equiv="cleartype" content="on"> | ||
33 | -<meta name="apple-mobile-web-app-status-bar-style" content="black" /> | ||
34 | -<meta content="telephone=no" name="format-detection" /> | ||
35 | -<meta content="email=no" name="format-detection" /> | ||
36 | -<script type="text/javascript"> | ||
37 | - (function(doc, win) { | ||
38 | - var docEl = doc.documentElement; | ||
39 | - (function() { | ||
40 | - var clientWidth = docEl.clientWidth; | ||
41 | - if (!clientWidth) { | ||
42 | - return; | ||
43 | - } | ||
44 | - docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\'; | ||
45 | - }()); | ||
46 | - })(document, window); | ||
47 | -</script> | ||
48 | -<link rel="dns-prefetch" href="//cdn.yoho.cn"> | ||
49 | -<link rel="dns-prefetch" href="//static.yohobuy.com"> | ||
50 | -<link rel="dns-prefetch" href="//img12.static.yhbimg.com"> | ||
51 | -<link rel="dns-prefetch" href="//img13.static.yhbimg.com"> | ||
52 | -'.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
53 | -' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
54 | -' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<link rel="stylesheet" href="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css"> | ||
55 | -' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css"> | ||
56 | -' : '').'<link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png"> | ||
57 | -<link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)"> | ||
58 | -<link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)"> | ||
59 | -</head> | ||
60 | -<body '.((Plugin\LCRun3::debug('[isPassportPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[isPassportPage]', 'v', $cx, $in, array('isPassportPage')))) ? 'class=passport-body' : '').'> | ||
61 | -'.((Plugin\LCRun3::debug('[systemUpdate]', 'ifvar', $cx, Plugin\LCRun3::debug('[systemUpdate]', 'v', $cx, $in, array('systemUpdate')))) ? ' <div class="systemUpdate"> | ||
62 | - <a href="index/systemUpdate" class="systemHeader">Yoho!Buy有货关于系统升级的公告</a> | ||
63 | - <span>X</span> | ||
64 | - </div> | ||
65 | -' : '').' '.''.Plugin\LCRun3::debug('[pageHeader]', 'sec', $cx, Plugin\LCRun3::debug('[pageHeader]', 'v', $cx, $in, array('pageHeader')), $in, false, function($cx, $in) {return '<header id="yoho-header" class="yoho-header'.((Plugin\LCRun3::debug('[boys]', 'ifvar', $cx, Plugin\LCRun3::debug('[boys]', 'v', $cx, $in, array('boys')))) ? ' boys' : '').''.((Plugin\LCRun3::debug('[girls]', 'ifvar', $cx, Plugin\LCRun3::debug('[girls]', 'v', $cx, $in, array('girls')))) ? ' girls' : '').''.((Plugin\LCRun3::debug('[kids]', 'ifvar', $cx, Plugin\LCRun3::debug('[kids]', 'v', $cx, $in, array('kids')))) ? ' kids' : '').''.((Plugin\LCRun3::debug('[lifeStyle]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifeStyle]', 'v', $cx, $in, array('lifeStyle')))) ? ' life-style' : '').'"> | ||
66 | -'.Plugin\LCRun3::debug('[navBack]', 'sec', $cx, Plugin\LCRun3::debug('[navBack]', 'v', $cx, $in, array('navBack')), $in, false, function($cx, $in) {return ' <a href="'.((Plugin\LCRun3::debug('[backUrl]', 'ifvar', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl')))) ? ''.Plugin\LCRun3::debug('[backUrl]', 'encq', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl'))).'' : 'javascript:history.go(-1);').'" class="iconfont nav-back"></a> | ||
67 | -';}).''.Plugin\LCRun3::debug('[navHome]', 'sec', $cx, Plugin\LCRun3::debug('[navHome]', 'v', $cx, $in, array('navHome')), $in, false, function($cx, $in) {return ' <a href="'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'" class="iconfont nav-home"></a> | ||
68 | -';}).''.Plugin\LCRun3::debug('[navTitle]', 'sec', $cx, Plugin\LCRun3::debug('[navTitle]', 'v', $cx, $in, array('navTitle')), $in, false, function($cx, $in) {return ' <p class="nav-title">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</p> | ||
69 | -';}).''.Plugin\LCRun3::debug('[navBtn]', 'sec', $cx, Plugin\LCRun3::debug('[navBtn]', 'v', $cx, $in, array('navBtn')), $in, false, function($cx, $in) {return ' <span class="nav-btn">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</span> | ||
70 | -';}).'</header> | ||
71 | -';}).''.''.'<div class="login-page passport-page yoho-page"> | ||
72 | -'.' <div class="header"> | ||
73 | -'.Plugin\LCRun3::debug('[backUrl]', 'sec', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl')), $in, false, function($cx, $in) {return ' <a class="go-back" href="javascript:history.go(-1);"></a> | ||
74 | -';}).''.Plugin\LCRun3::debug('[showHeaderImg]', 'sec', $cx, Plugin\LCRun3::debug('[showHeaderImg]', 'v', $cx, $in, array('showHeaderImg')), $in, false, function($cx, $in) {return ' <div class="img-header"></div> | ||
75 | -';}).''.Plugin\LCRun3::debug('[headerText]', 'sec', $cx, Plugin\LCRun3::debug('[headerText]', 'v', $cx, $in, array('headerText')), $in, false, function($cx, $in) {return ' <p class="title">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</p> | ||
76 | -';}).' </div>'.' <div class="content"> | ||
77 | - <div class="acc-container input-container row has-clear"> | ||
78 | - <div class="yoho-logo"></div> | ||
79 | - <input id="account" class="input account" type="text" placeholder="手机号/邮箱" autocomplete="off" value='.Plugin\LCRun3::debug('[account]', 'encq', $cx, Plugin\LCRun3::debug('[account]', 'v', $cx, $in, array('account'))).'> | ||
80 | - </div> | ||
81 | - <div class="input-container row has-eye"> | ||
82 | - <input id="pwd" class="pwd input" type="password" placeholder="密码"> | ||
83 | - </div> | ||
84 | - <span id="btn-login" class="btn btn-login disable">登录</span> | ||
85 | - <p class="op-container"> | ||
86 | - <a class="go-register" href='.Plugin\LCRun3::debug('[registerUrl]', 'encq', $cx, Plugin\LCRun3::debug('[registerUrl]', 'v', $cx, $in, array('registerUrl'))).'>免费注册</a> | ||
87 | - <span id="forget-pwd" class="forget-pwd">忘记密码</span> | ||
88 | - </p> | ||
89 | - <div class="third-party-login"> | ||
90 | - <span>其他登录方式</span> | ||
91 | - <div class="tp-link"> | ||
92 | - <a class="alipay" href='.Plugin\LCRun3::debug('[aliLoginUrl]', 'encq', $cx, Plugin\LCRun3::debug('[aliLoginUrl]', 'v', $cx, $in, array('aliLoginUrl'))).'></a> | ||
93 | - <a class="weibo" href='.Plugin\LCRun3::debug('[weiboLoginUrl]', 'encq', $cx, Plugin\LCRun3::debug('[weiboLoginUrl]', 'v', $cx, $in, array('weiboLoginUrl'))).'></a> | ||
94 | - <a class="qq" href='.Plugin\LCRun3::debug('[qqLoginUrl]', 'encq', $cx, Plugin\LCRun3::debug('[qqLoginUrl]', 'v', $cx, $in, array('qqLoginUrl'))).'></a> | ||
95 | - </div> | ||
96 | - </div> | ||
97 | - <a class="international" href='.Plugin\LCRun3::debug('[internationalUrl]', 'encq', $cx, Plugin\LCRun3::debug('[internationalUrl]', 'v', $cx, $in, array('internationalUrl'))).'>International Customer</a> | ||
98 | - <div class="login-tip"> | ||
99 | - <div class="info-icon"></div> | ||
100 | - Yoho!Family账号可登录Yoho!Buy有货 | ||
101 | - </div> | ||
102 | - <div id="retrive-pwd-mask" class="mask"></div> | ||
103 | - <ul id="retrive-pwd-ways" class="retrive-pwd-ways"> | ||
104 | - <li> | ||
105 | - <a href='.Plugin\LCRun3::debug('[phoneRetriveUrl]', 'encq', $cx, Plugin\LCRun3::debug('[phoneRetriveUrl]', 'v', $cx, $in, array('phoneRetriveUrl'))).'>通过手机找回密码</a> | ||
106 | - </li> | ||
107 | - <li> | ||
108 | - <a href='.Plugin\LCRun3::debug('[emailRetriveUrl]', 'encq', $cx, Plugin\LCRun3::debug('[emailRetriveUrl]', 'v', $cx, $in, array('emailRetriveUrl'))).'>通过邮箱找回密码</a> | ||
109 | - </li> | ||
110 | - <li id="cancel-retrive"> | ||
111 | - 取消 | ||
112 | - </li> | ||
113 | - </ul> | ||
114 | - </div> | ||
115 | -</div> | ||
116 | -'.''.''.Plugin\LCRun3::debug('[pageFooter]', 'sec', $cx, Plugin\LCRun3::debug('[pageFooter]', 'v', $cx, $in, array('pageFooter')), $in, false, function($cx, $in) {return '<footer id="yoho-footer" class="yoho-footer hide"> | ||
117 | - <p class="op-row"> | ||
118 | - <span class="back-to-top"> | ||
119 | - Back to top | ||
120 | - <i class="iconfont"></i> | ||
121 | - </span> | ||
122 | - </p> | ||
123 | - <address class="copyright"> | ||
124 | - CopyRight©2007-2016 南京新与力文化传播有限公司 | ||
125 | - </address> | ||
126 | -</footer> | ||
127 | -';}).' | ||
128 | -'.''.''.Plugin\LCRun3::debug('[showDownloadApp]', 'sec', $cx, Plugin\LCRun3::debug('[showDownloadApp]', 'v', $cx, $in, array('showDownloadApp')), $in, false, function($cx, $in) {return '<div class="float-layer hide" id="float-layer-app"> | ||
129 | - <div class="float-layer-left"> | ||
130 | - <span class="yoho-icon iconfont"></span> | ||
131 | - <p>新用户送千元礼包</p> | ||
132 | - </div> | ||
133 | - <a href="javascript:void(0);" id="float-layer-close" > | ||
134 | - <i class="close-icon iconfont"></i> | ||
135 | - <div class="circle-rightbottom"></div> | ||
136 | - </a> | ||
137 | - <a href="http://m.yohobuy.com/download/hyapp" id="float-layer-btn"> | ||
138 | - 立即下载 | ||
139 | - </a> | ||
140 | -</div> | ||
141 | -';}).' | ||
142 | - | ||
143 | - '.''.((Plugin\LCRun3::debug('[hasWxShare]', 'ifvar', $cx, Plugin\LCRun3::debug('[hasWxShare]', 'v', $cx, $in, array('hasWxShare')))) ? '<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | ||
144 | -' : '').''.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
145 | -<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script> | ||
146 | -' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
147 | -<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script> | ||
148 | -' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script> | ||
149 | -<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index-debug.js"></script> | ||
150 | -' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<script src="http://localhost:8000/static/js/sea.js?nowrap"></script> | ||
151 | -<script>seajs.config({base: \'http://localhost:8000/\'});</script> | ||
152 | -' : '').'<script type="text/javascript"> | ||
153 | - (function(w,d,s,j,f){ | ||
154 | - w[\'YohoAcquisitionObject\']=f; | ||
155 | - w[f]=function(){w[f].p=arguments;}; | ||
156 | - var a=d.createElement(s); | ||
157 | - var m=d.getElementsByTagName(s)[0]; | ||
158 | - a.async=1; | ||
159 | - a.src=j; | ||
160 | - m.parentNode.insertBefore(a,m); | ||
161 | - })(window,document,\'script\',\'http://cdn.yoho.cn/yas-jssdk/'.Plugin\LCRun3::debug('[yas_version]', 'encq', $cx, Plugin\LCRun3::debug('[yas_version]', 'v', $cx, $in, array('yas_version'))).'/yas.js\',\'_yas\'); | ||
162 | -</script> | ||
163 | -'.'<script> | ||
164 | - seajs.use(\'js/common\'); | ||
165 | -</script> | ||
166 | -'.((Plugin\LCRun3::debug('[psList]', 'ifvar', $cx, Plugin\LCRun3::debug('[psList]', 'v', $cx, $in, array('psList')))) ? '<script> | ||
167 | - seajs.use(\'js/guang/plus-star/list\'); | ||
168 | -</script> | ||
169 | -' : '').''.((Plugin\LCRun3::debug('[psDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[psDetail]', 'v', $cx, $in, array('psDetail')))) ? '<script> | ||
170 | - seajs.use(\'js/guang/plus-star/detail\'); | ||
171 | -</script> | ||
172 | -' : '').''.((Plugin\LCRun3::debug('[guangHome]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangHome]', 'v', $cx, $in, array('guangHome')))) ? '<script> | ||
173 | - seajs.use(\'js/guang/home\'); | ||
174 | -</script> | ||
175 | -' : '').''.((Plugin\LCRun3::debug('[guangList]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangList]', 'v', $cx, $in, array('guangList')))) ? '<script> | ||
176 | - seajs.use(\'js/guang/list\'); | ||
177 | -</script> | ||
178 | -' : '').''.((Plugin\LCRun3::debug('[guangDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangDetail]', 'v', $cx, $in, array('guangDetail')))) ? '<script> | ||
179 | - seajs.use(\'js/guang/detail\', function(d) { | ||
180 | - d.i(true); | ||
181 | - }); | ||
182 | -</script> | ||
183 | -' : '').''.((Plugin\LCRun3::debug('[guangEzine]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangEzine]', 'v', $cx, $in, array('guangEzine')))) ? '<script> | ||
184 | - seajs.use(\'js/guang/detail\', function(d) { | ||
185 | - d.i(false); | ||
186 | - }); | ||
187 | -</script> | ||
188 | -' : '').''.((Plugin\LCRun3::debug('[regIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[regIndex]', 'v', $cx, $in, array('regIndex')))) ? '<script> | ||
189 | - seajs.use(\'js/passport/register/register\'); | ||
190 | -</script> | ||
191 | -' : '').''.((Plugin\LCRun3::debug('[regCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[regCode]', 'v', $cx, $in, array('regCode')))) ? '<script> | ||
192 | - seajs.use(\'js/passport/register/code\'); | ||
193 | -</script> | ||
194 | -' : '').''.((Plugin\LCRun3::debug('[regPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[regPwd]', 'v', $cx, $in, array('regPwd')))) ? '<script> | ||
195 | - seajs.use(\'js/passport/register/password\'); | ||
196 | -</script> | ||
197 | -' : '').''.((Plugin\LCRun3::debug('[loginIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginIndex]', 'v', $cx, $in, array('loginIndex')))) ? '<script> | ||
198 | - seajs.use(\'js/passport/login/login\'); | ||
199 | -</script> | ||
200 | -' : '').''.((Plugin\LCRun3::debug('[loginInternational]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginInternational]', 'v', $cx, $in, array('loginInternational')))) ? '<script> | ||
201 | - seajs.use(\'js/passport/login/international\'); | ||
202 | -</script> | ||
203 | -' : '').''.((Plugin\LCRun3::debug('[backEmail]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmail]', 'v', $cx, $in, array('backEmail')))) ? '<script> | ||
204 | - seajs.use(\'js/passport/back/email\'); | ||
205 | -</script> | ||
206 | -' : '').''.((Plugin\LCRun3::debug('[backEmailSuccess]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmailSuccess]', 'v', $cx, $in, array('backEmailSuccess')))) ? '<script> | ||
207 | - seajs.use(\'js/passport/back/email-success\'); | ||
208 | -</script> | ||
209 | -' : '').''.((Plugin\LCRun3::debug('[backMobile]', 'ifvar', $cx, Plugin\LCRun3::debug('[backMobile]', 'v', $cx, $in, array('backMobile')))) ? '<script> | ||
210 | - seajs.use(\'js/passport/back/mobile\'); | ||
211 | -</script> | ||
212 | -' : '').''.((Plugin\LCRun3::debug('[backCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[backCode]', 'v', $cx, $in, array('backCode')))) ? '<script> | ||
213 | - seajs.use(\'js/passport/back/code\'); | ||
214 | -</script> | ||
215 | -' : '').''.((Plugin\LCRun3::debug('[backNewPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[backNewPwd]', 'v', $cx, $in, array('backNewPwd')))) ? '<script> | ||
216 | - seajs.use(\'js/passport/back/new-password\'); | ||
217 | -</script> | ||
218 | -' : '').''.((Plugin\LCRun3::debug('[channelPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[channelPage]', 'v', $cx, $in, array('channelPage')))) ? '<script> | ||
219 | - seajs.use(\'js/index/channel\'); | ||
220 | - seajs.use(\'js/index/footer\'); | ||
221 | -</script> | ||
222 | -' : '').''.((Plugin\LCRun3::debug('[grilsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[grilsHomePage]', 'v', $cx, $in, array('grilsHomePage')))) ? '<script> | ||
223 | - seajs.use(\'js/home/home\', function(h) { | ||
224 | - h.set(\'girls\'); | ||
225 | - }); | ||
226 | - seajs.use(\'js/index/footer\'); | ||
227 | -</script> | ||
228 | -' : '').''.((Plugin\LCRun3::debug('[boysHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[boysHomePage]', 'v', $cx, $in, array('boysHomePage')))) ? '<script> | ||
229 | - seajs.use(\'js/home/home\', function(h) { | ||
230 | - h.set(\'boys\'); | ||
231 | - }); | ||
232 | - seajs.use(\'js/index/footer\'); | ||
233 | -</script> | ||
234 | -' : '').''.((Plugin\LCRun3::debug('[kidsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[kidsHomePage]', 'v', $cx, $in, array('kidsHomePage')))) ? '<script> | ||
235 | - seajs.use(\'js/home/home\', function(h) { | ||
236 | - h.set(\'kids\'); | ||
237 | - }); | ||
238 | - seajs.use(\'js/index/footer\'); | ||
239 | -</script> | ||
240 | -' : '').''.((Plugin\LCRun3::debug('[lifestyleHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifestyleHomePage]', 'v', $cx, $in, array('lifestyleHomePage')))) ? '<script> | ||
241 | - seajs.use(\'js/home/home\', function(h) { | ||
242 | - h.set(\'lifestyle\'); | ||
243 | - }); | ||
244 | - seajs.use(\'js/index/footer\'); | ||
245 | -</script> | ||
246 | -' : '').''.((Plugin\LCRun3::debug('[newArrivalPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[newArrivalPage]', 'v', $cx, $in, array('newArrivalPage')))) ? '<script> | ||
247 | - seajs.use(\'js/product/newsale/newarrival\'); | ||
248 | - seajs.use(\'js/index/footer\'); | ||
249 | -</script> | ||
250 | -' : '').''.((Plugin\LCRun3::debug('[discountPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[discountPage]', 'v', $cx, $in, array('discountPage')))) ? '<script> | ||
251 | - seajs.use(\'js/product/newsale/discount\'); | ||
252 | - seajs.use(\'js/index/footer\'); | ||
253 | -</script> | ||
254 | -' : '').''.((Plugin\LCRun3::debug('[hotrankPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[hotrankPage]', 'v', $cx, $in, array('hotrankPage')))) ? '<script> | ||
255 | - seajs.use(\'js/product/newsale/hot-rank\'); | ||
256 | - seajs.use(\'js/index/footer\'); | ||
257 | -</script> | ||
258 | -' : '').''.((Plugin\LCRun3::debug('[goodListPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodListPage]', 'v', $cx, $in, array('goodListPage')))) ? '<script> | ||
259 | - seajs.use(\'js/product/list\'); | ||
260 | - seajs.use(\'js/index/footer\'); | ||
261 | -</script> | ||
262 | -' : '').''.((Plugin\LCRun3::debug('[goodsDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsDetailPage]', 'v', $cx, $in, array('goodsDetailPage')))) ? '<script> | ||
263 | - seajs.use(\'js/product/detail/detail\'); | ||
264 | -</script> | ||
265 | -' : '').''.((Plugin\LCRun3::debug('[goodsCommentsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsCommentsPage]', 'v', $cx, $in, array('goodsCommentsPage')))) ? '<script> | ||
266 | - seajs.use(\'js/product/detail/loadmore\'); | ||
267 | -</script> | ||
268 | -' : '').''.((Plugin\LCRun3::debug('[goodsConsultsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsConsultsPage]', 'v', $cx, $in, array('goodsConsultsPage')))) ? '<script> | ||
269 | - seajs.use(\'js/product/detail/comments-consults\'); | ||
270 | -</script> | ||
271 | -' : '').''.((Plugin\LCRun3::debug('[consultformPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[consultformPage]', 'v', $cx, $in, array('consultformPage')))) ? '<script> | ||
272 | - seajs.use(\'js/product/detail/consultform\'); | ||
273 | -</script> | ||
274 | -' : '').''.((Plugin\LCRun3::debug('[categoryPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[categoryPage]', 'v', $cx, $in, array('categoryPage')))) ? '<script> | ||
275 | - seajs.use(\'js/category/index\'); | ||
276 | - seajs.use(\'js/index/footer\'); | ||
277 | -</script> | ||
278 | -' : '').''.((Plugin\LCRun3::debug('[brandPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[brandPage]', 'v', $cx, $in, array('brandPage')))) ? '<script> | ||
279 | - seajs.use(\'js/category/brand\'); | ||
280 | - seajs.use(\'js/index/footer\'); | ||
281 | -</script> | ||
282 | -' : '').''.((Plugin\LCRun3::debug('[searchPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[searchPage]', 'v', $cx, $in, array('searchPage')))) ? '<script> | ||
283 | - seajs.use(\'js/index/search\'); | ||
284 | - seajs.use(\'js/index/footer\'); | ||
285 | -</script> | ||
286 | -' : '').''.((Plugin\LCRun3::debug('[shoppingCartPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[shoppingCartPage]', 'v', $cx, $in, array('shoppingCartPage')))) ? '<script> | ||
287 | - seajs.use(\'js/shopping-cart/cart\'); | ||
288 | -</script> | ||
289 | -' : '').''.((Plugin\LCRun3::debug('[giftAdvancePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[giftAdvancePage]', 'v', $cx, $in, array('giftAdvancePage')))) ? '<script> | ||
290 | - seajs.use(\'js/shopping-cart/gift-advance\'); | ||
291 | -</script> | ||
292 | -' : '').''.((Plugin\LCRun3::debug('[orderEnsurePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderEnsurePage]', 'v', $cx, $in, array('orderEnsurePage')))) ? '<script> | ||
293 | - seajs.use(\'js/shopping-cart/order-ensure\'); | ||
294 | -</script> | ||
295 | -' : '').''.((Plugin\LCRun3::debug('[myIndexPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myIndexPage]', 'v', $cx, $in, array('myIndexPage')))) ? '<script> | ||
296 | - seajs.use(\'js/me/index\'); | ||
297 | - seajs.use(\'js/index/footer\'); | ||
298 | -</script> | ||
299 | -' : '').''.((Plugin\LCRun3::debug('[orderPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderPage]', 'v', $cx, $in, array('orderPage')))) ? '<script> | ||
300 | - seajs.use(\'js/me/order\'); | ||
301 | -</script> | ||
302 | -' : '').''.((Plugin\LCRun3::debug('[orderDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderDetailPage]', 'v', $cx, $in, array('orderDetailPage')))) ? '<script> | ||
303 | - seajs.use(\'js/me/order-detail\'); | ||
304 | -</script> | ||
305 | -' : '').''.((Plugin\LCRun3::debug('[favPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[favPage]', 'v', $cx, $in, array('favPage')))) ? '<script> | ||
306 | - seajs.use(\'js/me/fav\'); | ||
307 | -</script> | ||
308 | -' : '').''.((Plugin\LCRun3::debug('[suggestPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[suggestPage]', 'v', $cx, $in, array('suggestPage')))) ? '<script> | ||
309 | - seajs.use(\'js/me/suggest\'); | ||
310 | -</script> | ||
311 | -' : '').''.((Plugin\LCRun3::debug('[couponsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[couponsPage]', 'v', $cx, $in, array('couponsPage')))) ? '<script> | ||
312 | - seajs.use(\'js/me/coupons\'); | ||
313 | -</script> | ||
314 | -' : '').''.((Plugin\LCRun3::debug('[onlineServicePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServicePage]', 'v', $cx, $in, array('onlineServicePage')))) ? '<script> | ||
315 | - seajs.use(\'js/me/online-service\'); | ||
316 | -</script> | ||
317 | -' : '').''.((Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'v', $cx, $in, array('onlineServiceDetailPage')))) ? '<script> | ||
318 | - seajs.use(\'js/index/footer\'); | ||
319 | -</script> | ||
320 | -' : '').''.((Plugin\LCRun3::debug('[addressPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressPage]', 'v', $cx, $in, array('addressPage')))) ? '<script> | ||
321 | - seajs.use(\'js/me/address\'); | ||
322 | -</script> | ||
323 | -' : '').''.((Plugin\LCRun3::debug('[addressActionPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressActionPage]', 'v', $cx, $in, array('addressActionPage')))) ? '<script> | ||
324 | - seajs.use(\'js/me/address-act\'); | ||
325 | -</script> | ||
326 | -' : '').''.((Plugin\LCRun3::debug('[myGuangPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myGuangPage]', 'v', $cx, $in, array('myGuangPage')))) ? '<script> | ||
327 | - seajs.use(\'js/me/my-guang\'); | ||
328 | -</script> | ||
329 | -' : '').''.((Plugin\LCRun3::debug('[personalDetailsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[personalDetailsPage]', 'v', $cx, $in, array('personalDetailsPage')))) ? '<script> | ||
330 | - seajs.use(\'js/me/personal-details\'); | ||
331 | -</script> | ||
332 | -' : '').''.((Plugin\LCRun3::debug('[browseRecordPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[browseRecordPage]', 'v', $cx, $in, array('browseRecordPage')))) ? '<script> | ||
333 | - seajs.use(\'js/me/browse-record\'); | ||
334 | -</script> | ||
335 | -' : '').''.((Plugin\LCRun3::debug('[logisticInfoPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[logisticInfoPage]', 'v', $cx, $in, array('logisticInfoPage')))) ? '<script> | ||
336 | - seajs.use(\'js/me/logistic\'); | ||
337 | -</script> | ||
338 | -' : '').''.((Plugin\LCRun3::debug('[payCenterPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[payCenterPage]', 'v', $cx, $in, array('payCenterPage')))) ? '<script> | ||
339 | - seajs.use(\'js/me/pay\'); | ||
340 | -</script> | ||
341 | -' : '').''.''.'<!-- Google Tag Manager --> | ||
342 | -<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> | ||
343 | -<script> | ||
344 | - (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': | ||
345 | - new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], | ||
346 | - j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= | ||
347 | - \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); | ||
348 | - })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\'); | ||
349 | -</script> | ||
350 | -<!-- End Google Tag Manager --> | ||
351 | -<script type="text/javascript"> | ||
352 | - var _hmt = _hmt || []; | ||
353 | - (function() { | ||
354 | - var hm = document.createElement("script"); | ||
355 | - hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311"; | ||
356 | - var s = document.getElementsByTagName("script")[0]; | ||
357 | - s.parentNode.insertBefore(hm, s); | ||
358 | - })(); | ||
359 | -</script> | ||
360 | -<script> | ||
361 | - var _hmt = _hmt || []; | ||
362 | - (function() { | ||
363 | - var hm = document.createElement("script"); | ||
364 | - hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841"; | ||
365 | - var s = document.getElementsByTagName("script")[0]; | ||
366 | - s.parentNode.insertBefore(hm, s); | ||
367 | - })(); | ||
368 | -</script> | ||
369 | -<script src="http://static.yohobuy.com/js/analytics/analysis.js"></script> | ||
370 | -<script src="http://static.yohobuy.com/m/v1/js/om_code.js"></script> | ||
371 | -'.'</body> | ||
372 | -</html>'.''; | ||
373 | -} | ||
374 | -?> |
@@ -60,6 +60,10 @@ $('.advance-buy').on('touchend', function() { | @@ -60,6 +60,10 @@ $('.advance-buy').on('touchend', function() { | ||
60 | window.location.href = '/cart/index/advanceBuy?cartType=' + cartType; | 60 | window.location.href = '/cart/index/advanceBuy?cartType=' + cartType; |
61 | }); | 61 | }); |
62 | 62 | ||
63 | +$('.freebie').on('touchend', function() { | ||
64 | + window.location.href = '/cart/index/gift?cartType=' + cartType; | ||
65 | +}); | ||
66 | + | ||
63 | $('.btn-balance').on('touchend', function() { | 67 | $('.btn-balance').on('touchend', function() { |
64 | if (hasChecked) { | 68 | if (hasChecked) { |
65 | window.location.href = '/cart/index/orderEnsure?cartType=' + cartType; | 69 | window.location.href = '/cart/index/orderEnsure?cartType=' + cartType; |
@@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
15 | <li class="freebie"> | 15 | <li class="freebie"> |
16 | <span class="iconfont"></span> | 16 | <span class="iconfont"></span> |
17 | 赠品 | 17 | 赠品 |
18 | - <a href="/cart/index/gift"> | 18 | + <a href=":;"> |
19 | <span class="count">{{count}}</span> | 19 | <span class="count">{{count}}</span> |
20 | <span class="iconfont icon-right-arrow"></span> | 20 | <span class="iconfont icon-right-arrow"></span> |
21 | </a> | 21 | </a> |
@@ -25,7 +25,7 @@ | @@ -25,7 +25,7 @@ | ||
25 | <li class="advance-buy"> | 25 | <li class="advance-buy"> |
26 | <span class="iconfont"></span> | 26 | <span class="iconfont"></span> |
27 | 加价购 | 27 | 加价购 |
28 | - <a href=""> | 28 | + <a href=":;"> |
29 | <span class="count">{{advanceBuyCount}}</span> | 29 | <span class="count">{{advanceBuyCount}}</span> |
30 | <span class="iconfont icon-right-arrow"></span> | 30 | <span class="iconfont icon-right-arrow"></span> |
31 | </a> | 31 | </a> |
-
Please register or login to post a comment