Authored by Rock Zhang

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

Too many changes to show.

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

  1 +<?php return function ($in, $debugopt = 1) {
  2 + $cx = array(
  3 + 'flags' => array(
  4 + 'jstrue' => false,
  5 + 'jsobj' => false,
  6 + 'spvar' => true,
  7 + 'prop' => false,
  8 + 'method' => false,
  9 + 'mustlok' => true,
  10 + 'echo' => false,
  11 + 'debug' => $debugopt,
  12 + ),
  13 + 'constants' => array(),
  14 + 'helpers' => array(),
  15 + 'blockhelpers' => array(),
  16 + 'hbhelpers' => array(),
  17 + 'partials' => array(),
  18 + 'scopes' => array(),
  19 + 'sp_vars' => array('root' => $in),
  20 + 'lcrun' => 'Plugin\LCRun3',
  21 +
  22 + );
  23 +
  24 + return ''.Plugin\LCRun3::debug('[goodsContainer]', 'sec', $cx, Plugin\LCRun3::debug('[goodsContainer]', 'v', $cx, $in, array('goodsContainer')), $in, false, function($cx, $in) {return ' <div class="goods-list '.((Plugin\LCRun3::debug('^[show]', 'isec', $cx, Plugin\LCRun3::debug('[show]', 'v', $cx, $in, array('show')))) ? 'hide' : '').'">
  25 +'.Plugin\LCRun3::debug('[goods]', 'sec', $cx, Plugin\LCRun3::debug('[goods]', 'v', $cx, $in, array('goods')), $in, false, function($cx, $in) {return ''.' '.((Plugin\LCRun3::debug('this', 'ifvar', $cx, $in)) ? '
  26 + <div class="good-info" data-id="'.Plugin\LCRun3::debug('[id]', 'encq', $cx, Plugin\LCRun3::debug('[id]', 'v', $cx, $in, array('id'))).'">
  27 + <div class="tag-container clearfix">
  28 +'.Plugin\LCRun3::debug('[tags]', 'sec', $cx, Plugin\LCRun3::debug('[tags]', 'v', $cx, $in, array('tags')), $in, false, function($cx, $in) {return ''.Plugin\LCRun3::debug('[is_new]', 'sec', $cx, Plugin\LCRun3::debug('[is_new]', 'v', $cx, $in, array('is_new')), $in, false, function($cx, $in) {return ' <p class="good-tag new-tag">NEW</p>
  29 +';}).''.Plugin\LCRun3::debug('[is_advance]', 'sec', $cx, Plugin\LCRun3::debug('[is_advance]', 'v', $cx, $in, array('is_advance')), $in, false, function($cx, $in) {return ' <p class="good-tag renew-tag">再到着</p>
  30 +';}).''.Plugin\LCRun3::debug('[is_discount]', 'sec', $cx, Plugin\LCRun3::debug('[is_discount]', 'v', $cx, $in, array('is_discount')), $in, false, function($cx, $in) {return ' <p class="good-tag sale-tag">SALE</p>
  31 +';}).''.Plugin\LCRun3::debug('[is_yohoood]', 'sec', $cx, Plugin\LCRun3::debug('[is_yohoood]', 'v', $cx, $in, array('is_yohoood')), $in, false, function($cx, $in) {return ' <p class="good-tag new-festival-tag">新品节</p>
  32 +';}).''.Plugin\LCRun3::debug('[is_limited]', 'sec', $cx, Plugin\LCRun3::debug('[is_limited]', 'v', $cx, $in, array('is_limited')), $in, false, function($cx, $in) {return ' <p class="good-tag limit-tag">限量商品</p>
  33 +';}).'';}).' </div>
  34 + <div class="good-detail-img">
  35 + <a class="good-thumb" href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'">
  36 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[thumb]', 'encq', $cx, Plugin\LCRun3::debug('[thumb]', 'v', $cx, $in, array('thumb'))).'">
  37 + </a>
  38 +'.Plugin\LCRun3::debug('[is_soon_sold_out]', 'sec', $cx, Plugin\LCRun3::debug('[is_soon_sold_out]', 'v', $cx, $in, array('is_soon_sold_out')), $in, false, function($cx, $in) {return ' <p class="few-tag">即将售罄</p>
  39 +';}).' </div>
  40 + <div class="good-detail-text">
  41 + <div class="name">
  42 + <a href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'">'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'</a>
  43 + </div>
  44 + <div class="price">
  45 + <span class="sale-price '.((Plugin\LCRun3::debug('^[price]', 'isec', $cx, Plugin\LCRun3::debug('[price]', 'v', $cx, $in, array('price')))) ? 'no-price' : '').'">¥'.Plugin\LCRun3::debug('[salePrice]', 'encq', $cx, Plugin\LCRun3::debug('[salePrice]', 'v', $cx, $in, array('salePrice'))).'</span>
  46 +'.Plugin\LCRun3::debug('[price]', 'sec', $cx, Plugin\LCRun3::debug('[price]', 'v', $cx, $in, array('price')), $in, false, function($cx, $in) {return ' <span class="market-price">¥'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</span>
  47 +';}).' </div>
  48 + </div>
  49 + </div>
  50 + ' : '').''.'';}).' </div>
  51 +';}).'';
  52 +}
  53 +?>
  1 +<?php return function ($in, $debugopt = 1) {
  2 + $cx = array(
  3 + 'flags' => array(
  4 + 'jstrue' => false,
  5 + 'jsobj' => false,
  6 + 'spvar' => true,
  7 + 'prop' => false,
  8 + 'method' => false,
  9 + 'mustlok' => true,
  10 + 'echo' => false,
  11 + 'debug' => $debugopt,
  12 + ),
  13 + 'constants' => array(),
  14 + 'helpers' => array(),
  15 + 'blockhelpers' => array(),
  16 + 'hbhelpers' => array(),
  17 + 'partials' => array(),
  18 + 'scopes' => array(),
  19 + 'sp_vars' => array('root' => $in),
  20 + 'lcrun' => 'Plugin\LCRun3',
  21 +
  22 + );
  23 +
  24 + return ''.'<!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">&#xe610;</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">&#xe611;</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">&#xe623;</span>
  83 + <span class="iconfont search-icon empty">&#xe60f;</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">&#xe614;</span></a>
  92 + <a href="/girls" class="list-item">女生 <span class="lighter">GIRLS</span> <span class="iconfont right-icon">&#xe614;</span></a>
  93 + <a href="/kids" class="list-item">潮童 <span class="lighter">KIDS</span> <span class="iconfont right-icon">&#xe614;</span></a>
  94 + <a href="/lifestyle" class="list-item">创意生活 <span class="lighter">LIFESTYLE</span> <span class="iconfont right-icon">&#xe614;</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">&#xe608;</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">&#xe60d;</span>
  114 + <p>新用户送千元礼包</p>
  115 + </div>
  116 + <a href="javascript:void(0);" id="float-layer-close" >
  117 + <i class="close-icon iconfont">&#xe623;</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 ''.'<ul class="address-list">
  25 +'.Plugin\LCRun3::debug('[addressList]', 'sec', $cx, Plugin\LCRun3::debug('[addressList]', 'v', $cx, $in, array('addressList')), $in, false, function($cx, $in) {return ' <li class="address">
  26 + <span class="caption">'.Plugin\LCRun3::debug('[caption]', 'encq', $cx, Plugin\LCRun3::debug('[caption]', 'v', $cx, $in, array('caption'))).'</span>
  27 + <span class="iconfont">&#xe604;</span>
  28 + <ul>
  29 +'.Plugin\LCRun3::debug('[sub]', 'sec', $cx, Plugin\LCRun3::debug('[sub]', 'v', $cx, $in, array('sub')), $in, false, function($cx, $in) {return ' <li class="address">
  30 + <span class="caption">'.Plugin\LCRun3::debug('[caption]', 'encq', $cx, Plugin\LCRun3::debug('[caption]', 'v', $cx, $in, array('caption'))).'</span>
  31 + <span class="iconfont">&#xe604;</span>
  32 + <ul class="address-list">
  33 +'.Plugin\LCRun3::debug('[sub]', 'sec', $cx, Plugin\LCRun3::debug('[sub]', 'v', $cx, $in, array('sub')), $in, false, function($cx, $in) {return ' <li class="address-last" data-id="'.Plugin\LCRun3::debug('[code]', 'encq', $cx, Plugin\LCRun3::debug('[code]', 'v', $cx, $in, array('code'))).'">
  34 + <span class="caption">'.Plugin\LCRun3::debug('[caption]', 'encq', $cx, Plugin\LCRun3::debug('[caption]', 'v', $cx, $in, array('caption'))).'</span>
  35 + </li>
  36 +';}).' </ul>
  37 + </li>
  38 +';}).' </ul>
  39 + </li>
  40 +';}).'</ul>
  41 +'.'';
  42 +}
  43 +?>
  1 +<?php return function ($in, $debugopt = 1) {
  2 + $cx = array(
  3 + 'flags' => array(
  4 + 'jstrue' => false,
  5 + 'jsobj' => false,
  6 + 'spvar' => true,
  7 + 'prop' => false,
  8 + 'method' => false,
  9 + 'mustlok' => true,
  10 + 'echo' => false,
  11 + 'debug' => $debugopt,
  12 + ),
  13 + 'constants' => array(),
  14 + 'helpers' => array(),
  15 + 'blockhelpers' => array(),
  16 + 'hbhelpers' => array(),
  17 + 'partials' => array(),
  18 + 'scopes' => array(),
  19 + 'sp_vars' => array('root' => $in),
  20 + 'lcrun' => 'Plugin\LCRun3',
  21 +
  22 + );
  23 +
  24 + return ''.'<!DOCTYPE html>
  25 +<html>
  26 +<head>
  27 +<meta charset="utf-8">
  28 +<title>'.Plugin\LCRun3::debug('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</title>
  29 +<meta name="keywords" content="'.Plugin\LCRun3::debug('[keywords]', 'encq', $cx, Plugin\LCRun3::debug('[keywords]', 'v', $cx, $in, array('keywords'))).'">
  30 +<meta name="description" content="'.Plugin\LCRun3::debug('[description]', 'encq', $cx, Plugin\LCRun3::debug('[description]', 'v', $cx, $in, array('description'))).'">
  31 +<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
  32 +<meta http-equiv="cleartype" content="on">
  33 +<meta name="apple-mobile-web-app-status-bar-style" content="black" />
  34 +<meta content="telephone=no" name="format-detection" />
  35 +<meta content="email=no" name="format-detection" />
  36 +<script type="text/javascript">
  37 + (function(doc, win) {
  38 + var docEl = doc.documentElement;
  39 + (function() {
  40 + var clientWidth = docEl.clientWidth;
  41 + if (!clientWidth) {
  42 + return;
  43 + }
  44 + docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\';
  45 + }());
  46 + })(document, window);
  47 +</script>
  48 +<link rel="dns-prefetch" href="//cdn.yoho.cn">
  49 +<link rel="dns-prefetch" href="//static.yohobuy.com">
  50 +<link rel="dns-prefetch" href="//img12.static.yhbimg.com">
  51 +<link rel="dns-prefetch" href="//img13.static.yhbimg.com">
  52 +'.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css">
  53 +' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css">
  54 +' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<link rel="stylesheet" href="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css">
  55 +' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css">
  56 +' : '').'<link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png">
  57 +<link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)">
  58 +<link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)">
  59 +</head>
  60 +<body '.((Plugin\LCRun3::debug('[isPassportPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[isPassportPage]', 'v', $cx, $in, array('isPassportPage')))) ? 'class=passport-body' : '').'>
  61 +'.((Plugin\LCRun3::debug('[systemUpdate]', 'ifvar', $cx, Plugin\LCRun3::debug('[systemUpdate]', 'v', $cx, $in, array('systemUpdate')))) ? ' <div class="systemUpdate">
  62 + <a href="index/systemUpdate" class="systemHeader">Yoho!Buy有货关于系统升级的公告</a>
  63 + <span>X</span>
  64 + </div>
  65 +' : '').' '.''.Plugin\LCRun3::debug('[pageHeader]', 'sec', $cx, Plugin\LCRun3::debug('[pageHeader]', 'v', $cx, $in, array('pageHeader')), $in, false, function($cx, $in) {return '<header id="yoho-header" class="yoho-header'.((Plugin\LCRun3::debug('[boys]', 'ifvar', $cx, Plugin\LCRun3::debug('[boys]', 'v', $cx, $in, array('boys')))) ? ' boys' : '').''.((Plugin\LCRun3::debug('[girls]', 'ifvar', $cx, Plugin\LCRun3::debug('[girls]', 'v', $cx, $in, array('girls')))) ? ' girls' : '').''.((Plugin\LCRun3::debug('[kids]', 'ifvar', $cx, Plugin\LCRun3::debug('[kids]', 'v', $cx, $in, array('kids')))) ? ' kids' : '').''.((Plugin\LCRun3::debug('[lifeStyle]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifeStyle]', 'v', $cx, $in, array('lifeStyle')))) ? ' life-style' : '').'">
  66 +'.Plugin\LCRun3::debug('[navBack]', 'sec', $cx, Plugin\LCRun3::debug('[navBack]', 'v', $cx, $in, array('navBack')), $in, false, function($cx, $in) {return ' <a href="'.((Plugin\LCRun3::debug('[backUrl]', 'ifvar', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl')))) ? ''.Plugin\LCRun3::debug('[backUrl]', 'encq', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl'))).'' : 'javascript:history.go(-1);').'" class="iconfont nav-back">&#xe610;</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">&#xe611;</a>
  68 +';}).''.Plugin\LCRun3::debug('[navTitle]', 'sec', $cx, Plugin\LCRun3::debug('[navTitle]', 'v', $cx, $in, array('navTitle')), $in, false, function($cx, $in) {return ' <p class="nav-title">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</p>
  69 +';}).''.Plugin\LCRun3::debug('[navBtn]', 'sec', $cx, Plugin\LCRun3::debug('[navBtn]', 'v', $cx, $in, array('navBtn')), $in, false, function($cx, $in) {return ' <span class="nav-btn">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</span>
  70 +';}).'</header>
  71 +';}).''.''.'<div class="ps-detail-page ps-page yoho-page">
  72 +'.Plugin\LCRun3::debug('[ps]', 'sec', $cx, Plugin\LCRun3::debug('[ps]', 'v', $cx, $in, array('ps')), $in, false, function($cx, $in) {return ' <div id="brand-info" class="header brand-info ps-block" data-id="'.Plugin\LCRun3::debug('[id]', 'encq', $cx, Plugin\LCRun3::debug('[id]', 'v', $cx, $in, array('id'))).'">
  73 + <img class="banner lazy" data-original="'.Plugin\LCRun3::debug('[banner]', 'encq', $cx, Plugin\LCRun3::debug('[banner]', 'v', $cx, $in, array('banner'))).'">
  74 + <img class="logo lazy" data-original="'.Plugin\LCRun3::debug('[logo]', 'encq', $cx, Plugin\LCRun3::debug('[logo]', 'v', $cx, $in, array('logo'))).'">
  75 + <div class="header-content clearfix">
  76 + <p class="name-islike-container">
  77 + <span class="name">'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'</span>
  78 + <a id="brand-like" class="brand-islike iconfont '.Plugin\LCRun3::debug('[isLike]', 'sec', $cx, Plugin\LCRun3::debug('[isLike]', 'v', $cx, $in, array('isLike')), $in, false, function($cx, $in) {return 'like';}).'" href="'.Plugin\LCRun3::debug('[likeUrl]', 'encq', $cx, Plugin\LCRun3::debug('[likeUrl]', 'v', $cx, $in, array('likeUrl'))).'">
  79 + &#xe605;
  80 + </a>
  81 + </p>
  82 + <p id="intro" class="intro">
  83 + '.Plugin\LCRun3::debug('[intro]', 'encq', $cx, Plugin\LCRun3::debug('[intro]', 'v', $cx, $in, array('intro'))).'
  84 + </p>
  85 +'.((Plugin\LCRun3::debug('[intro]', 'ifvar', $cx, Plugin\LCRun3::debug('[intro]', 'v', $cx, $in, array('intro')))) ? ' <span id="more-intro" class="more-intro">
  86 + <span id="intro-more-txt">more</span>
  87 + <i class="icon iconfont">&#xe609;</i>
  88 + </span>
  89 +' : '').' </div>
  90 + </div>
  91 +'.Plugin\LCRun3::debug('[newArrival]', 'sec', $cx, Plugin\LCRun3::debug('[newArrival]', 'v', $cx, $in, array('newArrival')), $in, false, function($cx, $in) {return ' <div class="new-arrival ps-block">
  92 + <div class="new-arrival-header">
  93 + <span class="header-text">NEW ARRIVAL</span>
  94 + <a class="more-prods iconfont" href="'.Plugin\LCRun3::debug('[moreUrl]', 'encq', $cx, Plugin\LCRun3::debug('[moreUrl]', 'v', $cx, $in, array('moreUrl'))).'">&#xe606;</a>
  95 + </div>
  96 + <div class="new-arrival-content clearfix">
  97 +'.Plugin\LCRun3::debug('[naList]', 'sec', $cx, Plugin\LCRun3::debug('[naList]', 'v', $cx, $in, array('naList')), $in, false, function($cx, $in) {return ''.' '.((Plugin\LCRun3::debug('this', 'ifvar', $cx, $in)) ? '
  98 + <div class="good-info" data-id="'.Plugin\LCRun3::debug('[id]', 'encq', $cx, Plugin\LCRun3::debug('[id]', 'v', $cx, $in, array('id'))).'">
  99 + <div class="tag-container clearfix">
  100 +'.Plugin\LCRun3::debug('[tags]', 'sec', $cx, Plugin\LCRun3::debug('[tags]', 'v', $cx, $in, array('tags')), $in, false, function($cx, $in) {return ''.Plugin\LCRun3::debug('[is_new]', 'sec', $cx, Plugin\LCRun3::debug('[is_new]', 'v', $cx, $in, array('is_new')), $in, false, function($cx, $in) {return ' <p class="good-tag new-tag">NEW</p>
  101 +';}).''.Plugin\LCRun3::debug('[is_advance]', 'sec', $cx, Plugin\LCRun3::debug('[is_advance]', 'v', $cx, $in, array('is_advance')), $in, false, function($cx, $in) {return ' <p class="good-tag renew-tag">再到着</p>
  102 +';}).''.Plugin\LCRun3::debug('[is_discount]', 'sec', $cx, Plugin\LCRun3::debug('[is_discount]', 'v', $cx, $in, array('is_discount')), $in, false, function($cx, $in) {return ' <p class="good-tag sale-tag">SALE</p>
  103 +';}).''.Plugin\LCRun3::debug('[is_yohoood]', 'sec', $cx, Plugin\LCRun3::debug('[is_yohoood]', 'v', $cx, $in, array('is_yohoood')), $in, false, function($cx, $in) {return ' <p class="good-tag new-festival-tag">新品节</p>
  104 +';}).''.Plugin\LCRun3::debug('[is_limited]', 'sec', $cx, Plugin\LCRun3::debug('[is_limited]', 'v', $cx, $in, array('is_limited')), $in, false, function($cx, $in) {return ' <p class="good-tag limit-tag">限量商品</p>
  105 +';}).'';}).' </div>
  106 + <div class="good-detail-img">
  107 + <a class="good-thumb" href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'">
  108 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[thumb]', 'encq', $cx, Plugin\LCRun3::debug('[thumb]', 'v', $cx, $in, array('thumb'))).'">
  109 + </a>
  110 +'.Plugin\LCRun3::debug('[is_soon_sold_out]', 'sec', $cx, Plugin\LCRun3::debug('[is_soon_sold_out]', 'v', $cx, $in, array('is_soon_sold_out')), $in, false, function($cx, $in) {return ' <p class="few-tag">即将售罄</p>
  111 +';}).' </div>
  112 + <div class="good-detail-text">
  113 + <div class="name">
  114 + <a href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'">'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'</a>
  115 + </div>
  116 + <div class="price">
  117 + <span class="sale-price '.((Plugin\LCRun3::debug('^[price]', 'isec', $cx, Plugin\LCRun3::debug('[price]', 'v', $cx, $in, array('price')))) ? 'no-price' : '').'">¥'.Plugin\LCRun3::debug('[salePrice]', 'encq', $cx, Plugin\LCRun3::debug('[salePrice]', 'v', $cx, $in, array('salePrice'))).'</span>
  118 +'.Plugin\LCRun3::debug('[price]', 'sec', $cx, Plugin\LCRun3::debug('[price]', 'v', $cx, $in, array('price')), $in, false, function($cx, $in) {return ' <span class="market-price">¥'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</span>
  119 +';}).' </div>
  120 + </div>
  121 + </div>
  122 + ' : '').''.'';}).' </div>
  123 + <div class="more-goods-container">
  124 + <a class="mg-text" href="'.Plugin\LCRun3::debug('[moreUrl]', 'encq', $cx, Plugin\LCRun3::debug('[moreUrl]', 'v', $cx, $in, array('moreUrl'))).'">
  125 + 更多商品
  126 + <span class="more-prods iconfont">&#xe604;</span>
  127 + </a>
  128 + </div>
  129 + </div>
  130 +';}).''.((Plugin\LCRun3::debug('[infos]', 'ifvar', $cx, Plugin\LCRun3::debug('[infos]', 'v', $cx, $in, array('infos')))) ? ' <div class="related-infos ps-block">
  131 + <div>
  132 + <h2 class="related-info-title">相关资讯</h2>
  133 + </div>
  134 + <div id="related-infos-container" class="related-infos-container">
  135 +'.Plugin\LCRun3::debug('[infos]', 'sec', $cx, Plugin\LCRun3::debug('[infos]', 'v', $cx, $in, array('infos')), $in, false, function($cx, $in) {return ''.' <div class="guang-info" data-id="'.Plugin\LCRun3::debug('[id]', 'encq', $cx, Plugin\LCRun3::debug('[id]', 'v', $cx, $in, array('id'))).'">
  136 +'.Plugin\LCRun3::debug('[author]', 'sec', $cx, Plugin\LCRun3::debug('[author]', 'v', $cx, $in, array('author')), $in, false, function($cx, $in) {return ' <a class="info-author clearfix" href='.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'>
  137 + <img class="lazy avatar" data-original='.Plugin\LCRun3::debug('[avatar]', 'encq', $cx, Plugin\LCRun3::debug('[avatar]', 'v', $cx, $in, array('avatar'))).'>
  138 + <span class="name">'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'</span>
  139 + </a>
  140 +';}).'
  141 + <div class="info-img">
  142 +'.((Plugin\LCRun3::debug('[showTags]', 'ifvar', $cx, Plugin\LCRun3::debug('[showTags]', 'v', $cx, $in, array('showTags')))) ? ' <a href="javascript:;" class="info-match">
  143 +'.Plugin\LCRun3::debug('[isTip]', 'sec', $cx, Plugin\LCRun3::debug('[isTip]', 'v', $cx, $in, array('isTip')), $in, false, function($cx, $in) {return ' 小贴士
  144 + <div class="info-tag tip"></div>
  145 +';}).''.Plugin\LCRun3::debug('[isCollocation]', 'sec', $cx, Plugin\LCRun3::debug('[isCollocation]', 'v', $cx, $in, array('isCollocation')), $in, false, function($cx, $in) {return ' 搭配
  146 + <div class="info-tag collocation"></div>
  147 +';}).''.Plugin\LCRun3::debug('[isFashionMan]', 'sec', $cx, Plugin\LCRun3::debug('[isFashionMan]', 'v', $cx, $in, array('isFashionMan')), $in, false, function($cx, $in) {return ' 潮人
  148 + <div class="info-tag fashion-man"></div>
  149 +';}).''.Plugin\LCRun3::debug('[isFashionGood]', 'sec', $cx, Plugin\LCRun3::debug('[isFashionGood]', 'v', $cx, $in, array('isFashionGood')), $in, false, function($cx, $in) {return ' 潮品
  150 + <div class="info-tag fashion-good"></div>
  151 +';}).''.Plugin\LCRun3::debug('[isTopic]', 'sec', $cx, Plugin\LCRun3::debug('[isTopic]', 'v', $cx, $in, array('isTopic')), $in, false, function($cx, $in) {return ' 话题
  152 + <div class="info-tag topic"></div>
  153 +';}).' </a>
  154 +' : '').' <a href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'">
  155 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'" alt="'.Plugin\LCRun3::debug('[alt]', 'encq', $cx, Plugin\LCRun3::debug('[alt]', 'v', $cx, $in, array('alt'))).'">
  156 + </a>
  157 + </div>
  158 +
  159 + <div class="info-deps">
  160 + <a class="info-title-container" href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'">
  161 + <h2 class="info-title">'.Plugin\LCRun3::debug('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</h2>
  162 + </a>
  163 + <p class="info-text">'.Plugin\LCRun3::debug('[text]', 'encq', $cx, Plugin\LCRun3::debug('[text]', 'v', $cx, $in, array('text'))).'</p>
  164 +'.' <div class="time-view-like-share clearfix">
  165 + <i class="iconfont">&#xe603;</i>
  166 + '.Plugin\LCRun3::debug('[publishTime]', 'encq', $cx, Plugin\LCRun3::debug('[publishTime]', 'v', $cx, $in, array('publishTime'))).'&nbsp;&nbsp;&nbsp;&nbsp;
  167 + <i class="iconfont">&#xe602;</i>
  168 + <span class="page-view">'.Plugin\LCRun3::debug('[pageView]', 'encq', $cx, Plugin\LCRun3::debug('[pageView]', 'v', $cx, $in, array('pageView'))).'</span>
  169 + <div class="like-share-container">
  170 +'.Plugin\LCRun3::debug('[like]', 'sec', $cx, Plugin\LCRun3::debug('[like]', 'v', $cx, $in, array('like')), $in, false, function($cx, $in) {return ' <i class="iconfont like-btn'.Plugin\LCRun3::debug('[isLiked]', 'sec', $cx, Plugin\LCRun3::debug('[isLiked]', 'v', $cx, $in, array('isLiked')), $in, false, function($cx, $in) {return ' like';}).'">&#xe601;</i>
  171 + <span class="like-count">'.Plugin\LCRun3::debug('[count]', 'encq', $cx, Plugin\LCRun3::debug('[count]', 'v', $cx, $in, array('count'))).'</span>
  172 +';}).''.Plugin\LCRun3::debug('[collect]', 'sec', $cx, Plugin\LCRun3::debug('[collect]', 'v', $cx, $in, array('collect')), $in, false, function($cx, $in) {return ' <a href='.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'>
  173 + <i class="iconfont collect-btn'.Plugin\LCRun3::debug('[isCollected]', 'sec', $cx, Plugin\LCRun3::debug('[isCollected]', 'v', $cx, $in, array('isCollected')), $in, false, function($cx, $in) {return ' collected';}).'">&#xe605;</i>
  174 + </a>
  175 +';}).''.Plugin\LCRun3::debug('[share]', 'sec', $cx, Plugin\LCRun3::debug('[share]', 'v', $cx, $in, array('share')), $in, false, function($cx, $in) {return ' <a href="'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'" class="iconfont share-btn">&#xe600;</a>
  176 +';}).' </div>
  177 + </div>'.' </div>
  178 + </div>'.'';}).' </div>
  179 + </div>
  180 +' : '').'
  181 + <input id="jump-to-app" type="hidden" value="'.Plugin\LCRun3::debug('[jumpToApp]', 'encq', $cx, Plugin\LCRun3::debug('[jumpToApp]', 'v', $cx, $in, array('jumpToApp'))).'">
  182 +
  183 + <input id="shareLink" type="hidden" value="'.Plugin\LCRun3::debug('[shareLink]', 'encq', $cx, Plugin\LCRun3::debug('[shareLink]', 'v', $cx, $in, array('shareLink'))).'">
  184 + <input id="shareImg" type="hidden" value="'.Plugin\LCRun3::debug('[shareImg]', 'encq', $cx, Plugin\LCRun3::debug('[shareImg]', 'v', $cx, $in, array('shareImg'))).'">
  185 + <input id="shareTitle" type="hidden" value="'.Plugin\LCRun3::debug('[shareTitle]', 'encq', $cx, Plugin\LCRun3::debug('[shareTitle]', 'v', $cx, $in, array('shareTitle'))).'">
  186 + <input id="shareDesc" type="hidden" value="'.Plugin\LCRun3::debug('[shareDesc]', 'encq', $cx, Plugin\LCRun3::debug('[shareDesc]', 'v', $cx, $in, array('shareDesc'))).'">
  187 +';}).'</div>
  188 +'.''.''.Plugin\LCRun3::debug('[pageFooter]', 'sec', $cx, Plugin\LCRun3::debug('[pageFooter]', 'v', $cx, $in, array('pageFooter')), $in, false, function($cx, $in) {return '<footer id="yoho-footer" class="yoho-footer hide">
  189 + <p class="op-row">
  190 + <span class="back-to-top">
  191 + Back to top
  192 + <i class="iconfont">&#xe608;</i>
  193 + </span>
  194 + </p>
  195 + <address class="copyright">
  196 + CopyRight©2007-2016 南京新与力文化传播有限公司
  197 + </address>
  198 +</footer>
  199 +';}).'
  200 +'.''.''.Plugin\LCRun3::debug('[showDownloadApp]', 'sec', $cx, Plugin\LCRun3::debug('[showDownloadApp]', 'v', $cx, $in, array('showDownloadApp')), $in, false, function($cx, $in) {return '<div class="float-layer hide" id="float-layer-app">
  201 + <div class="float-layer-left">
  202 + <span class="yoho-icon iconfont">&#xe60d;</span>
  203 + <p>新用户送千元礼包</p>
  204 + </div>
  205 + <a href="javascript:void(0);" id="float-layer-close" >
  206 + <i class="close-icon iconfont">&#xe623;</i>
  207 + <div class="circle-rightbottom"></div>
  208 + </a>
  209 + <a href="http://m.yohobuy.com/download/hyapp" id="float-layer-btn">
  210 + 立即下载
  211 + </a>
  212 +</div>
  213 +';}).'
  214 +
  215 + '.''.((Plugin\LCRun3::debug('[hasWxShare]', 'ifvar', $cx, Plugin\LCRun3::debug('[hasWxShare]', 'v', $cx, $in, array('hasWxShare')))) ? '<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
  216 +' : '').''.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script>
  217 +<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script>
  218 +' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script>
  219 +<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script>
  220 +' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script>
  221 +<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index-debug.js"></script>
  222 +' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<script src="http://localhost:8000/static/js/sea.js?nowrap"></script>
  223 +<script>seajs.config({base: \'http://localhost:8000/\'});</script>
  224 +' : '').'<script type="text/javascript">
  225 + (function(w,d,s,j,f){
  226 + w[\'YohoAcquisitionObject\']=f;
  227 + w[f]=function(){w[f].p=arguments;};
  228 + var a=d.createElement(s);
  229 + var m=d.getElementsByTagName(s)[0];
  230 + a.async=1;
  231 + a.src=j;
  232 + m.parentNode.insertBefore(a,m);
  233 + })(window,document,\'script\',\'http://cdn.yoho.cn/yas-jssdk/'.Plugin\LCRun3::debug('[yas_version]', 'encq', $cx, Plugin\LCRun3::debug('[yas_version]', 'v', $cx, $in, array('yas_version'))).'/yas.js\',\'_yas\');
  234 +</script>
  235 +'.'<script>
  236 + seajs.use(\'js/common\');
  237 +</script>
  238 +'.((Plugin\LCRun3::debug('[psList]', 'ifvar', $cx, Plugin\LCRun3::debug('[psList]', 'v', $cx, $in, array('psList')))) ? '<script>
  239 + seajs.use(\'js/guang/plus-star/list\');
  240 +</script>
  241 +' : '').''.((Plugin\LCRun3::debug('[psDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[psDetail]', 'v', $cx, $in, array('psDetail')))) ? '<script>
  242 + seajs.use(\'js/guang/plus-star/detail\');
  243 +</script>
  244 +' : '').''.((Plugin\LCRun3::debug('[guangHome]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangHome]', 'v', $cx, $in, array('guangHome')))) ? '<script>
  245 + seajs.use(\'js/guang/home\');
  246 +</script>
  247 +' : '').''.((Plugin\LCRun3::debug('[guangList]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangList]', 'v', $cx, $in, array('guangList')))) ? '<script>
  248 + seajs.use(\'js/guang/list\');
  249 +</script>
  250 +' : '').''.((Plugin\LCRun3::debug('[guangDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangDetail]', 'v', $cx, $in, array('guangDetail')))) ? '<script>
  251 + seajs.use(\'js/guang/detail\', function(d) {
  252 + d.i(true);
  253 + });
  254 +</script>
  255 +' : '').''.((Plugin\LCRun3::debug('[guangEzine]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangEzine]', 'v', $cx, $in, array('guangEzine')))) ? '<script>
  256 + seajs.use(\'js/guang/detail\', function(d) {
  257 + d.i(false);
  258 + });
  259 +</script>
  260 +' : '').''.((Plugin\LCRun3::debug('[regIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[regIndex]', 'v', $cx, $in, array('regIndex')))) ? '<script>
  261 + seajs.use(\'js/passport/register/register\');
  262 +</script>
  263 +' : '').''.((Plugin\LCRun3::debug('[regCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[regCode]', 'v', $cx, $in, array('regCode')))) ? '<script>
  264 + seajs.use(\'js/passport/register/code\');
  265 +</script>
  266 +' : '').''.((Plugin\LCRun3::debug('[regPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[regPwd]', 'v', $cx, $in, array('regPwd')))) ? '<script>
  267 + seajs.use(\'js/passport/register/password\');
  268 +</script>
  269 +' : '').''.((Plugin\LCRun3::debug('[loginIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginIndex]', 'v', $cx, $in, array('loginIndex')))) ? '<script>
  270 + seajs.use(\'js/passport/login/login\');
  271 +</script>
  272 +' : '').''.((Plugin\LCRun3::debug('[loginInternational]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginInternational]', 'v', $cx, $in, array('loginInternational')))) ? '<script>
  273 + seajs.use(\'js/passport/login/international\');
  274 +</script>
  275 +' : '').''.((Plugin\LCRun3::debug('[backEmail]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmail]', 'v', $cx, $in, array('backEmail')))) ? '<script>
  276 + seajs.use(\'js/passport/back/email\');
  277 +</script>
  278 +' : '').''.((Plugin\LCRun3::debug('[backEmailSuccess]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmailSuccess]', 'v', $cx, $in, array('backEmailSuccess')))) ? '<script>
  279 + seajs.use(\'js/passport/back/email-success\');
  280 +</script>
  281 +' : '').''.((Plugin\LCRun3::debug('[backMobile]', 'ifvar', $cx, Plugin\LCRun3::debug('[backMobile]', 'v', $cx, $in, array('backMobile')))) ? '<script>
  282 + seajs.use(\'js/passport/back/mobile\');
  283 +</script>
  284 +' : '').''.((Plugin\LCRun3::debug('[backCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[backCode]', 'v', $cx, $in, array('backCode')))) ? '<script>
  285 + seajs.use(\'js/passport/back/code\');
  286 +</script>
  287 +' : '').''.((Plugin\LCRun3::debug('[backNewPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[backNewPwd]', 'v', $cx, $in, array('backNewPwd')))) ? '<script>
  288 + seajs.use(\'js/passport/back/new-password\');
  289 +</script>
  290 +' : '').''.((Plugin\LCRun3::debug('[channelPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[channelPage]', 'v', $cx, $in, array('channelPage')))) ? '<script>
  291 + seajs.use(\'js/index/channel\');
  292 + seajs.use(\'js/index/footer\');
  293 +</script>
  294 +' : '').''.((Plugin\LCRun3::debug('[grilsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[grilsHomePage]', 'v', $cx, $in, array('grilsHomePage')))) ? '<script>
  295 + seajs.use(\'js/home/home\', function(h) {
  296 + h.set(\'girls\');
  297 + });
  298 + seajs.use(\'js/index/footer\');
  299 +</script>
  300 +' : '').''.((Plugin\LCRun3::debug('[boysHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[boysHomePage]', 'v', $cx, $in, array('boysHomePage')))) ? '<script>
  301 + seajs.use(\'js/home/home\', function(h) {
  302 + h.set(\'boys\');
  303 + });
  304 + seajs.use(\'js/index/footer\');
  305 +</script>
  306 +' : '').''.((Plugin\LCRun3::debug('[kidsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[kidsHomePage]', 'v', $cx, $in, array('kidsHomePage')))) ? '<script>
  307 + seajs.use(\'js/home/home\', function(h) {
  308 + h.set(\'kids\');
  309 + });
  310 + seajs.use(\'js/index/footer\');
  311 +</script>
  312 +' : '').''.((Plugin\LCRun3::debug('[lifestyleHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifestyleHomePage]', 'v', $cx, $in, array('lifestyleHomePage')))) ? '<script>
  313 + seajs.use(\'js/home/home\', function(h) {
  314 + h.set(\'lifestyle\');
  315 + });
  316 + seajs.use(\'js/index/footer\');
  317 +</script>
  318 +' : '').''.((Plugin\LCRun3::debug('[newArrivalPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[newArrivalPage]', 'v', $cx, $in, array('newArrivalPage')))) ? '<script>
  319 + seajs.use(\'js/product/newsale/newarrival\');
  320 + seajs.use(\'js/index/footer\');
  321 +</script>
  322 +' : '').''.((Plugin\LCRun3::debug('[discountPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[discountPage]', 'v', $cx, $in, array('discountPage')))) ? '<script>
  323 + seajs.use(\'js/product/newsale/discount\');
  324 + seajs.use(\'js/index/footer\');
  325 +</script>
  326 +' : '').''.((Plugin\LCRun3::debug('[hotrankPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[hotrankPage]', 'v', $cx, $in, array('hotrankPage')))) ? '<script>
  327 + seajs.use(\'js/product/newsale/hot-rank\');
  328 + seajs.use(\'js/index/footer\');
  329 +</script>
  330 +' : '').''.((Plugin\LCRun3::debug('[goodListPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodListPage]', 'v', $cx, $in, array('goodListPage')))) ? '<script>
  331 + seajs.use(\'js/product/list\');
  332 + seajs.use(\'js/index/footer\');
  333 +</script>
  334 +' : '').''.((Plugin\LCRun3::debug('[goodsDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsDetailPage]', 'v', $cx, $in, array('goodsDetailPage')))) ? '<script>
  335 + seajs.use(\'js/product/detail/detail\');
  336 +</script>
  337 +' : '').''.((Plugin\LCRun3::debug('[goodsCommentsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsCommentsPage]', 'v', $cx, $in, array('goodsCommentsPage')))) ? '<script>
  338 + seajs.use(\'js/product/detail/loadmore\');
  339 +</script>
  340 +' : '').''.((Plugin\LCRun3::debug('[goodsConsultsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsConsultsPage]', 'v', $cx, $in, array('goodsConsultsPage')))) ? '<script>
  341 + seajs.use(\'js/product/detail/comments-consults\');
  342 +</script>
  343 +' : '').''.((Plugin\LCRun3::debug('[consultformPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[consultformPage]', 'v', $cx, $in, array('consultformPage')))) ? '<script>
  344 + seajs.use(\'js/product/detail/consultform\');
  345 +</script>
  346 +' : '').''.((Plugin\LCRun3::debug('[categoryPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[categoryPage]', 'v', $cx, $in, array('categoryPage')))) ? '<script>
  347 + seajs.use(\'js/category/index\');
  348 + seajs.use(\'js/index/footer\');
  349 +</script>
  350 +' : '').''.((Plugin\LCRun3::debug('[brandPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[brandPage]', 'v', $cx, $in, array('brandPage')))) ? '<script>
  351 + seajs.use(\'js/category/brand\');
  352 + seajs.use(\'js/index/footer\');
  353 +</script>
  354 +' : '').''.((Plugin\LCRun3::debug('[searchPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[searchPage]', 'v', $cx, $in, array('searchPage')))) ? '<script>
  355 + seajs.use(\'js/index/search\');
  356 + seajs.use(\'js/index/footer\');
  357 +</script>
  358 +' : '').''.((Plugin\LCRun3::debug('[shoppingCartPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[shoppingCartPage]', 'v', $cx, $in, array('shoppingCartPage')))) ? '<script>
  359 + seajs.use(\'js/shopping-cart/cart\');
  360 +</script>
  361 +' : '').''.((Plugin\LCRun3::debug('[giftAdvancePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[giftAdvancePage]', 'v', $cx, $in, array('giftAdvancePage')))) ? '<script>
  362 + seajs.use(\'js/shopping-cart/gift-advance\');
  363 +</script>
  364 +' : '').''.((Plugin\LCRun3::debug('[orderEnsurePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderEnsurePage]', 'v', $cx, $in, array('orderEnsurePage')))) ? '<script>
  365 + seajs.use(\'js/shopping-cart/order-ensure\');
  366 +</script>
  367 +' : '').''.((Plugin\LCRun3::debug('[myIndexPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myIndexPage]', 'v', $cx, $in, array('myIndexPage')))) ? '<script>
  368 + seajs.use(\'js/me/index\');
  369 + seajs.use(\'js/index/footer\');
  370 +</script>
  371 +' : '').''.((Plugin\LCRun3::debug('[orderPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderPage]', 'v', $cx, $in, array('orderPage')))) ? '<script>
  372 + seajs.use(\'js/me/order\');
  373 +</script>
  374 +' : '').''.((Plugin\LCRun3::debug('[orderDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderDetailPage]', 'v', $cx, $in, array('orderDetailPage')))) ? '<script>
  375 + seajs.use(\'js/me/order-detail\');
  376 +</script>
  377 +' : '').''.((Plugin\LCRun3::debug('[favPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[favPage]', 'v', $cx, $in, array('favPage')))) ? '<script>
  378 + seajs.use(\'js/me/fav\');
  379 +</script>
  380 +' : '').''.((Plugin\LCRun3::debug('[suggestPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[suggestPage]', 'v', $cx, $in, array('suggestPage')))) ? '<script>
  381 + seajs.use(\'js/me/suggest\');
  382 +</script>
  383 +' : '').''.((Plugin\LCRun3::debug('[couponsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[couponsPage]', 'v', $cx, $in, array('couponsPage')))) ? '<script>
  384 + seajs.use(\'js/me/coupons\');
  385 +</script>
  386 +' : '').''.((Plugin\LCRun3::debug('[onlineServicePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServicePage]', 'v', $cx, $in, array('onlineServicePage')))) ? '<script>
  387 + seajs.use(\'js/me/online-service\');
  388 +</script>
  389 +' : '').''.((Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'v', $cx, $in, array('onlineServiceDetailPage')))) ? '<script>
  390 + seajs.use(\'js/index/footer\');
  391 +</script>
  392 +' : '').''.((Plugin\LCRun3::debug('[addressPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressPage]', 'v', $cx, $in, array('addressPage')))) ? '<script>
  393 + seajs.use(\'js/me/address\');
  394 +</script>
  395 +' : '').''.((Plugin\LCRun3::debug('[addressActionPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressActionPage]', 'v', $cx, $in, array('addressActionPage')))) ? '<script>
  396 + seajs.use(\'js/me/address-act\');
  397 +</script>
  398 +' : '').''.((Plugin\LCRun3::debug('[myGuangPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myGuangPage]', 'v', $cx, $in, array('myGuangPage')))) ? '<script>
  399 + seajs.use(\'js/me/my-guang\');
  400 +</script>
  401 +' : '').''.((Plugin\LCRun3::debug('[personalDetailsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[personalDetailsPage]', 'v', $cx, $in, array('personalDetailsPage')))) ? '<script>
  402 + seajs.use(\'js/me/personal-details\');
  403 +</script>
  404 +' : '').''.((Plugin\LCRun3::debug('[browseRecordPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[browseRecordPage]', 'v', $cx, $in, array('browseRecordPage')))) ? '<script>
  405 + seajs.use(\'js/me/browse-record\');
  406 +</script>
  407 +' : '').''.((Plugin\LCRun3::debug('[logisticInfoPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[logisticInfoPage]', 'v', $cx, $in, array('logisticInfoPage')))) ? '<script>
  408 + seajs.use(\'js/me/logistic\');
  409 +</script>
  410 +' : '').''.((Plugin\LCRun3::debug('[payCenterPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[payCenterPage]', 'v', $cx, $in, array('payCenterPage')))) ? '<script>
  411 + seajs.use(\'js/me/pay\');
  412 +</script>
  413 +' : '').''.''.'<!-- Google Tag Manager -->
  414 +<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  415 +<script>
  416 + (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':
  417 + new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],
  418 + j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=
  419 + \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);
  420 + })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\');
  421 +</script>
  422 +<!-- End Google Tag Manager -->
  423 +<script type="text/javascript">
  424 + var _hmt = _hmt || [];
  425 + (function() {
  426 + var hm = document.createElement("script");
  427 + hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311";
  428 + var s = document.getElementsByTagName("script")[0];
  429 + s.parentNode.insertBefore(hm, s);
  430 + })();
  431 +</script>
  432 +<script>
  433 + var _hmt = _hmt || [];
  434 + (function() {
  435 + var hm = document.createElement("script");
  436 + hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841";
  437 + var s = document.getElementsByTagName("script")[0];
  438 + s.parentNode.insertBefore(hm, s);
  439 + })();
  440 +</script>
  441 +<script src="http://static.yohobuy.com/js/analytics/analysis.js"></script>
  442 +<script src="http://static.yohobuy.com/m/v1/js/om_code.js"></script>
  443 +'.'</body>
  444 +</html>'.'';
  445 +}
  446 +?>
  1 +<?php return function ($in, $debugopt = 1) {
  2 + $cx = array(
  3 + 'flags' => array(
  4 + 'jstrue' => false,
  5 + 'jsobj' => false,
  6 + 'spvar' => true,
  7 + 'prop' => false,
  8 + 'method' => false,
  9 + 'mustlok' => true,
  10 + 'echo' => false,
  11 + 'debug' => $debugopt,
  12 + ),
  13 + 'constants' => array(),
  14 + 'helpers' => array(),
  15 + 'blockhelpers' => array(),
  16 + 'hbhelpers' => array(),
  17 + 'partials' => array(),
  18 + 'scopes' => array(),
  19 + 'sp_vars' => array('root' => $in),
  20 + 'lcrun' => 'Plugin\LCRun3',
  21 +
  22 + );
  23 +
  24 + return ''.'<div class="title">为您优选新品</div>
  25 +<div id="swiper-recommend" class="swiper-container">
  26 + <div class="swiper-wrapper swiper-wrapper-recommend">
  27 +'.Plugin\LCRun3::debug('[recommendList]', 'sec', $cx, Plugin\LCRun3::debug('[recommendList]', 'v', $cx, $in, array('recommendList')), $in, false, function($cx, $in) {return ' <a class="swiper-slide" href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'">
  28 + <img class="swiper-lazy img-box" data-src="'.Plugin\LCRun3::debug('[thumb]', 'encq', $cx, Plugin\LCRun3::debug('[thumb]', 'v', $cx, $in, array('thumb'))).'">
  29 + <div class="price">
  30 + <span class="sale-price '.((Plugin\LCRun3::debug('^[price]', 'isec', $cx, Plugin\LCRun3::debug('[price]', 'v', $cx, $in, array('price')))) ? 'no-price' : '').'">¥'.Plugin\LCRun3::debug('[salePrice]', 'encq', $cx, Plugin\LCRun3::debug('[salePrice]', 'v', $cx, $in, array('salePrice'))).'</span>
  31 + '.Plugin\LCRun3::debug('[price]', 'sec', $cx, Plugin\LCRun3::debug('[price]', 'v', $cx, $in, array('price')), $in, false, function($cx, $in) {return '<span class="old-price">¥'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</span>';}).'
  32 + </div>
  33 + <div class="swiper-lazy-preloader"></div>
  34 + </a>
  35 +';}).' </div>
  36 +</div>'.'';
  37 +}
  38 +?>
  1 +<?php return function ($in, $debugopt = 1) {
  2 + $cx = array(
  3 + 'flags' => array(
  4 + 'jstrue' => false,
  5 + 'jsobj' => false,
  6 + 'spvar' => true,
  7 + 'prop' => false,
  8 + 'method' => false,
  9 + 'mustlok' => true,
  10 + 'echo' => false,
  11 + 'debug' => $debugopt,
  12 + ),
  13 + 'constants' => array(),
  14 + 'helpers' => array(),
  15 + 'blockhelpers' => array(),
  16 + 'hbhelpers' => array(),
  17 + 'partials' => array(),
  18 + 'scopes' => array(),
  19 + 'sp_vars' => array('root' => $in),
  20 + 'lcrun' => 'Plugin\LCRun3',
  21 +
  22 + );
  23 +
  24 + return ''.'<!DOCTYPE html>
  25 +<html>
  26 +<head>
  27 +<meta charset="utf-8">
  28 +<title>'.Plugin\LCRun3::debug('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</title>
  29 +<meta name="keywords" content="'.Plugin\LCRun3::debug('[keywords]', 'encq', $cx, Plugin\LCRun3::debug('[keywords]', 'v', $cx, $in, array('keywords'))).'">
  30 +<meta name="description" content="'.Plugin\LCRun3::debug('[description]', 'encq', $cx, Plugin\LCRun3::debug('[description]', 'v', $cx, $in, array('description'))).'">
  31 +<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
  32 +<meta http-equiv="cleartype" content="on">
  33 +<meta name="apple-mobile-web-app-status-bar-style" content="black" />
  34 +<meta content="telephone=no" name="format-detection" />
  35 +<meta content="email=no" name="format-detection" />
  36 +<script type="text/javascript">
  37 + (function(doc, win) {
  38 + var docEl = doc.documentElement;
  39 + (function() {
  40 + var clientWidth = docEl.clientWidth;
  41 + if (!clientWidth) {
  42 + return;
  43 + }
  44 + docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\';
  45 + }());
  46 + })(document, window);
  47 +</script>
  48 +<link rel="dns-prefetch" href="//cdn.yoho.cn">
  49 +<link rel="dns-prefetch" href="//static.yohobuy.com">
  50 +<link rel="dns-prefetch" href="//img12.static.yhbimg.com">
  51 +<link rel="dns-prefetch" href="//img13.static.yhbimg.com">
  52 +'.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css">
  53 +' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css">
  54 +' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<link rel="stylesheet" href="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css">
  55 +' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css">
  56 +' : '').'<link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png">
  57 +<link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)">
  58 +<link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)">
  59 +</head>
  60 +<body '.((Plugin\LCRun3::debug('[isPassportPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[isPassportPage]', 'v', $cx, $in, array('isPassportPage')))) ? 'class=passport-body' : '').'>
  61 +'.((Plugin\LCRun3::debug('[systemUpdate]', 'ifvar', $cx, Plugin\LCRun3::debug('[systemUpdate]', 'v', $cx, $in, array('systemUpdate')))) ? ' <div class="systemUpdate">
  62 + <a href="index/systemUpdate" class="systemHeader">Yoho!Buy有货关于系统升级的公告</a>
  63 + <span>X</span>
  64 + </div>
  65 +' : '').' '.''.Plugin\LCRun3::debug('[pageHeader]', 'sec', $cx, Plugin\LCRun3::debug('[pageHeader]', 'v', $cx, $in, array('pageHeader')), $in, false, function($cx, $in) {return '<header id="yoho-header" class="yoho-header'.((Plugin\LCRun3::debug('[boys]', 'ifvar', $cx, Plugin\LCRun3::debug('[boys]', 'v', $cx, $in, array('boys')))) ? ' boys' : '').''.((Plugin\LCRun3::debug('[girls]', 'ifvar', $cx, Plugin\LCRun3::debug('[girls]', 'v', $cx, $in, array('girls')))) ? ' girls' : '').''.((Plugin\LCRun3::debug('[kids]', 'ifvar', $cx, Plugin\LCRun3::debug('[kids]', 'v', $cx, $in, array('kids')))) ? ' kids' : '').''.((Plugin\LCRun3::debug('[lifeStyle]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifeStyle]', 'v', $cx, $in, array('lifeStyle')))) ? ' life-style' : '').'">
  66 +'.Plugin\LCRun3::debug('[navBack]', 'sec', $cx, Plugin\LCRun3::debug('[navBack]', 'v', $cx, $in, array('navBack')), $in, false, function($cx, $in) {return ' <a href="'.((Plugin\LCRun3::debug('[backUrl]', 'ifvar', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl')))) ? ''.Plugin\LCRun3::debug('[backUrl]', 'encq', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl'))).'' : 'javascript:history.go(-1);').'" class="iconfont nav-back">&#xe610;</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">&#xe611;</a>
  68 +';}).''.Plugin\LCRun3::debug('[navTitle]', 'sec', $cx, Plugin\LCRun3::debug('[navTitle]', 'v', $cx, $in, array('navTitle')), $in, false, function($cx, $in) {return ' <p class="nav-title">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</p>
  69 +';}).''.Plugin\LCRun3::debug('[navBtn]', 'sec', $cx, Plugin\LCRun3::debug('[navBtn]', 'v', $cx, $in, array('navBtn')), $in, false, function($cx, $in) {return ' <span class="nav-btn">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</span>
  70 +';}).'</header>
  71 +';}).''.''.' <div class="personal-details">
  72 + <ul>
  73 + <li><span>头像</span><span><i class="head-portrait user-avatar" data-avatar="'.Plugin\LCRun3::debug('[head_ico]', 'encq', $cx, Plugin\LCRun3::debug('[head_ico]', 'v', $cx, $in, array('head_ico'))).'"></i></span></li>
  74 + <li><span>昵称</span><span>'.Plugin\LCRun3::debug('[nickname]', 'encq', $cx, Plugin\LCRun3::debug('[nickname]', 'v', $cx, $in, array('nickname'))).'</span></li>
  75 + <li><span>性别</span><span>'.Plugin\LCRun3::debug('[gender]', 'encq', $cx, Plugin\LCRun3::debug('[gender]', 'v', $cx, $in, array('gender'))).'</span></li>
  76 + <li><span>生日</span><span>'.Plugin\LCRun3::debug('[birthday]', 'encq', $cx, Plugin\LCRun3::debug('[birthday]', 'v', $cx, $in, array('birthday'))).'</span></li>
  77 + <li><span>会员等级</span>
  78 + <span>
  79 + <a href="grade" class="grade">
  80 +'.Plugin\LCRun3::debug('[vip_info]', 'sec', $cx, Plugin\LCRun3::debug('[vip_info]', 'v', $cx, $in, array('vip_info')), $in, false, function($cx, $in) {return ' <i class="vip-icon vip-'.Plugin\LCRun3::debug('[cur_level]', 'encq', $cx, Plugin\LCRun3::debug('[cur_level]', 'v', $cx, $in, array('cur_level'))).'"></i>
  81 +';}).' <span class="iconfont">&#xe604;</span>
  82 + </a>
  83 + </span>
  84 + </li>
  85 + </ul>
  86 + </div>
  87 +'.''.''.Plugin\LCRun3::debug('[pageFooter]', 'sec', $cx, Plugin\LCRun3::debug('[pageFooter]', 'v', $cx, $in, array('pageFooter')), $in, false, function($cx, $in) {return '<footer id="yoho-footer" class="yoho-footer hide">
  88 + <p class="op-row">
  89 + <span class="back-to-top">
  90 + Back to top
  91 + <i class="iconfont">&#xe608;</i>
  92 + </span>
  93 + </p>
  94 + <address class="copyright">
  95 + CopyRight©2007-2016 南京新与力文化传播有限公司
  96 + </address>
  97 +</footer>
  98 +';}).'
  99 +'.''.''.Plugin\LCRun3::debug('[showDownloadApp]', 'sec', $cx, Plugin\LCRun3::debug('[showDownloadApp]', 'v', $cx, $in, array('showDownloadApp')), $in, false, function($cx, $in) {return '<div class="float-layer hide" id="float-layer-app">
  100 + <div class="float-layer-left">
  101 + <span class="yoho-icon iconfont">&#xe60d;</span>
  102 + <p>新用户送千元礼包</p>
  103 + </div>
  104 + <a href="javascript:void(0);" id="float-layer-close" >
  105 + <i class="close-icon iconfont">&#xe623;</i>
  106 + <div class="circle-rightbottom"></div>
  107 + </a>
  108 + <a href="http://m.yohobuy.com/download/hyapp" id="float-layer-btn">
  109 + 立即下载
  110 + </a>
  111 +</div>
  112 +';}).'
  113 +
  114 + '.''.((Plugin\LCRun3::debug('[hasWxShare]', 'ifvar', $cx, Plugin\LCRun3::debug('[hasWxShare]', 'v', $cx, $in, array('hasWxShare')))) ? '<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
  115 +' : '').''.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script>
  116 +<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script>
  117 +' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script>
  118 +<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script>
  119 +' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script>
  120 +<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index-debug.js"></script>
  121 +' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<script src="http://localhost:8000/static/js/sea.js?nowrap"></script>
  122 +<script>seajs.config({base: \'http://localhost:8000/\'});</script>
  123 +' : '').'<script type="text/javascript">
  124 + (function(w,d,s,j,f){
  125 + w[\'YohoAcquisitionObject\']=f;
  126 + w[f]=function(){w[f].p=arguments;};
  127 + var a=d.createElement(s);
  128 + var m=d.getElementsByTagName(s)[0];
  129 + a.async=1;
  130 + a.src=j;
  131 + m.parentNode.insertBefore(a,m);
  132 + })(window,document,\'script\',\'http://cdn.yoho.cn/yas-jssdk/'.Plugin\LCRun3::debug('[yas_version]', 'encq', $cx, Plugin\LCRun3::debug('[yas_version]', 'v', $cx, $in, array('yas_version'))).'/yas.js\',\'_yas\');
  133 +</script>
  134 +'.'<script>
  135 + seajs.use(\'js/common\');
  136 +</script>
  137 +'.((Plugin\LCRun3::debug('[psList]', 'ifvar', $cx, Plugin\LCRun3::debug('[psList]', 'v', $cx, $in, array('psList')))) ? '<script>
  138 + seajs.use(\'js/guang/plus-star/list\');
  139 +</script>
  140 +' : '').''.((Plugin\LCRun3::debug('[psDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[psDetail]', 'v', $cx, $in, array('psDetail')))) ? '<script>
  141 + seajs.use(\'js/guang/plus-star/detail\');
  142 +</script>
  143 +' : '').''.((Plugin\LCRun3::debug('[guangHome]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangHome]', 'v', $cx, $in, array('guangHome')))) ? '<script>
  144 + seajs.use(\'js/guang/home\');
  145 +</script>
  146 +' : '').''.((Plugin\LCRun3::debug('[guangList]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangList]', 'v', $cx, $in, array('guangList')))) ? '<script>
  147 + seajs.use(\'js/guang/list\');
  148 +</script>
  149 +' : '').''.((Plugin\LCRun3::debug('[guangDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangDetail]', 'v', $cx, $in, array('guangDetail')))) ? '<script>
  150 + seajs.use(\'js/guang/detail\', function(d) {
  151 + d.i(true);
  152 + });
  153 +</script>
  154 +' : '').''.((Plugin\LCRun3::debug('[guangEzine]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangEzine]', 'v', $cx, $in, array('guangEzine')))) ? '<script>
  155 + seajs.use(\'js/guang/detail\', function(d) {
  156 + d.i(false);
  157 + });
  158 +</script>
  159 +' : '').''.((Plugin\LCRun3::debug('[regIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[regIndex]', 'v', $cx, $in, array('regIndex')))) ? '<script>
  160 + seajs.use(\'js/passport/register/register\');
  161 +</script>
  162 +' : '').''.((Plugin\LCRun3::debug('[regCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[regCode]', 'v', $cx, $in, array('regCode')))) ? '<script>
  163 + seajs.use(\'js/passport/register/code\');
  164 +</script>
  165 +' : '').''.((Plugin\LCRun3::debug('[regPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[regPwd]', 'v', $cx, $in, array('regPwd')))) ? '<script>
  166 + seajs.use(\'js/passport/register/password\');
  167 +</script>
  168 +' : '').''.((Plugin\LCRun3::debug('[loginIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginIndex]', 'v', $cx, $in, array('loginIndex')))) ? '<script>
  169 + seajs.use(\'js/passport/login/login\');
  170 +</script>
  171 +' : '').''.((Plugin\LCRun3::debug('[loginInternational]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginInternational]', 'v', $cx, $in, array('loginInternational')))) ? '<script>
  172 + seajs.use(\'js/passport/login/international\');
  173 +</script>
  174 +' : '').''.((Plugin\LCRun3::debug('[backEmail]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmail]', 'v', $cx, $in, array('backEmail')))) ? '<script>
  175 + seajs.use(\'js/passport/back/email\');
  176 +</script>
  177 +' : '').''.((Plugin\LCRun3::debug('[backEmailSuccess]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmailSuccess]', 'v', $cx, $in, array('backEmailSuccess')))) ? '<script>
  178 + seajs.use(\'js/passport/back/email-success\');
  179 +</script>
  180 +' : '').''.((Plugin\LCRun3::debug('[backMobile]', 'ifvar', $cx, Plugin\LCRun3::debug('[backMobile]', 'v', $cx, $in, array('backMobile')))) ? '<script>
  181 + seajs.use(\'js/passport/back/mobile\');
  182 +</script>
  183 +' : '').''.((Plugin\LCRun3::debug('[backCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[backCode]', 'v', $cx, $in, array('backCode')))) ? '<script>
  184 + seajs.use(\'js/passport/back/code\');
  185 +</script>
  186 +' : '').''.((Plugin\LCRun3::debug('[backNewPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[backNewPwd]', 'v', $cx, $in, array('backNewPwd')))) ? '<script>
  187 + seajs.use(\'js/passport/back/new-password\');
  188 +</script>
  189 +' : '').''.((Plugin\LCRun3::debug('[channelPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[channelPage]', 'v', $cx, $in, array('channelPage')))) ? '<script>
  190 + seajs.use(\'js/index/channel\');
  191 + seajs.use(\'js/index/footer\');
  192 +</script>
  193 +' : '').''.((Plugin\LCRun3::debug('[grilsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[grilsHomePage]', 'v', $cx, $in, array('grilsHomePage')))) ? '<script>
  194 + seajs.use(\'js/home/home\', function(h) {
  195 + h.set(\'girls\');
  196 + });
  197 + seajs.use(\'js/index/footer\');
  198 +</script>
  199 +' : '').''.((Plugin\LCRun3::debug('[boysHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[boysHomePage]', 'v', $cx, $in, array('boysHomePage')))) ? '<script>
  200 + seajs.use(\'js/home/home\', function(h) {
  201 + h.set(\'boys\');
  202 + });
  203 + seajs.use(\'js/index/footer\');
  204 +</script>
  205 +' : '').''.((Plugin\LCRun3::debug('[kidsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[kidsHomePage]', 'v', $cx, $in, array('kidsHomePage')))) ? '<script>
  206 + seajs.use(\'js/home/home\', function(h) {
  207 + h.set(\'kids\');
  208 + });
  209 + seajs.use(\'js/index/footer\');
  210 +</script>
  211 +' : '').''.((Plugin\LCRun3::debug('[lifestyleHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifestyleHomePage]', 'v', $cx, $in, array('lifestyleHomePage')))) ? '<script>
  212 + seajs.use(\'js/home/home\', function(h) {
  213 + h.set(\'lifestyle\');
  214 + });
  215 + seajs.use(\'js/index/footer\');
  216 +</script>
  217 +' : '').''.((Plugin\LCRun3::debug('[newArrivalPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[newArrivalPage]', 'v', $cx, $in, array('newArrivalPage')))) ? '<script>
  218 + seajs.use(\'js/product/newsale/newarrival\');
  219 + seajs.use(\'js/index/footer\');
  220 +</script>
  221 +' : '').''.((Plugin\LCRun3::debug('[discountPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[discountPage]', 'v', $cx, $in, array('discountPage')))) ? '<script>
  222 + seajs.use(\'js/product/newsale/discount\');
  223 + seajs.use(\'js/index/footer\');
  224 +</script>
  225 +' : '').''.((Plugin\LCRun3::debug('[hotrankPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[hotrankPage]', 'v', $cx, $in, array('hotrankPage')))) ? '<script>
  226 + seajs.use(\'js/product/newsale/hot-rank\');
  227 + seajs.use(\'js/index/footer\');
  228 +</script>
  229 +' : '').''.((Plugin\LCRun3::debug('[goodListPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodListPage]', 'v', $cx, $in, array('goodListPage')))) ? '<script>
  230 + seajs.use(\'js/product/list\');
  231 + seajs.use(\'js/index/footer\');
  232 +</script>
  233 +' : '').''.((Plugin\LCRun3::debug('[goodsDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsDetailPage]', 'v', $cx, $in, array('goodsDetailPage')))) ? '<script>
  234 + seajs.use(\'js/product/detail/detail\');
  235 +</script>
  236 +' : '').''.((Plugin\LCRun3::debug('[goodsCommentsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsCommentsPage]', 'v', $cx, $in, array('goodsCommentsPage')))) ? '<script>
  237 + seajs.use(\'js/product/detail/loadmore\');
  238 +</script>
  239 +' : '').''.((Plugin\LCRun3::debug('[goodsConsultsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsConsultsPage]', 'v', $cx, $in, array('goodsConsultsPage')))) ? '<script>
  240 + seajs.use(\'js/product/detail/comments-consults\');
  241 +</script>
  242 +' : '').''.((Plugin\LCRun3::debug('[consultformPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[consultformPage]', 'v', $cx, $in, array('consultformPage')))) ? '<script>
  243 + seajs.use(\'js/product/detail/consultform\');
  244 +</script>
  245 +' : '').''.((Plugin\LCRun3::debug('[categoryPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[categoryPage]', 'v', $cx, $in, array('categoryPage')))) ? '<script>
  246 + seajs.use(\'js/category/index\');
  247 + seajs.use(\'js/index/footer\');
  248 +</script>
  249 +' : '').''.((Plugin\LCRun3::debug('[brandPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[brandPage]', 'v', $cx, $in, array('brandPage')))) ? '<script>
  250 + seajs.use(\'js/category/brand\');
  251 + seajs.use(\'js/index/footer\');
  252 +</script>
  253 +' : '').''.((Plugin\LCRun3::debug('[searchPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[searchPage]', 'v', $cx, $in, array('searchPage')))) ? '<script>
  254 + seajs.use(\'js/index/search\');
  255 + seajs.use(\'js/index/footer\');
  256 +</script>
  257 +' : '').''.((Plugin\LCRun3::debug('[shoppingCartPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[shoppingCartPage]', 'v', $cx, $in, array('shoppingCartPage')))) ? '<script>
  258 + seajs.use(\'js/shopping-cart/cart\');
  259 +</script>
  260 +' : '').''.((Plugin\LCRun3::debug('[giftAdvancePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[giftAdvancePage]', 'v', $cx, $in, array('giftAdvancePage')))) ? '<script>
  261 + seajs.use(\'js/shopping-cart/gift-advance\');
  262 +</script>
  263 +' : '').''.((Plugin\LCRun3::debug('[orderEnsurePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderEnsurePage]', 'v', $cx, $in, array('orderEnsurePage')))) ? '<script>
  264 + seajs.use(\'js/shopping-cart/order-ensure\');
  265 +</script>
  266 +' : '').''.((Plugin\LCRun3::debug('[myIndexPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myIndexPage]', 'v', $cx, $in, array('myIndexPage')))) ? '<script>
  267 + seajs.use(\'js/me/index\');
  268 + seajs.use(\'js/index/footer\');
  269 +</script>
  270 +' : '').''.((Plugin\LCRun3::debug('[orderPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderPage]', 'v', $cx, $in, array('orderPage')))) ? '<script>
  271 + seajs.use(\'js/me/order\');
  272 +</script>
  273 +' : '').''.((Plugin\LCRun3::debug('[orderDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderDetailPage]', 'v', $cx, $in, array('orderDetailPage')))) ? '<script>
  274 + seajs.use(\'js/me/order-detail\');
  275 +</script>
  276 +' : '').''.((Plugin\LCRun3::debug('[favPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[favPage]', 'v', $cx, $in, array('favPage')))) ? '<script>
  277 + seajs.use(\'js/me/fav\');
  278 +</script>
  279 +' : '').''.((Plugin\LCRun3::debug('[suggestPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[suggestPage]', 'v', $cx, $in, array('suggestPage')))) ? '<script>
  280 + seajs.use(\'js/me/suggest\');
  281 +</script>
  282 +' : '').''.((Plugin\LCRun3::debug('[couponsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[couponsPage]', 'v', $cx, $in, array('couponsPage')))) ? '<script>
  283 + seajs.use(\'js/me/coupons\');
  284 +</script>
  285 +' : '').''.((Plugin\LCRun3::debug('[onlineServicePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServicePage]', 'v', $cx, $in, array('onlineServicePage')))) ? '<script>
  286 + seajs.use(\'js/me/online-service\');
  287 +</script>
  288 +' : '').''.((Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'v', $cx, $in, array('onlineServiceDetailPage')))) ? '<script>
  289 + seajs.use(\'js/index/footer\');
  290 +</script>
  291 +' : '').''.((Plugin\LCRun3::debug('[addressPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressPage]', 'v', $cx, $in, array('addressPage')))) ? '<script>
  292 + seajs.use(\'js/me/address\');
  293 +</script>
  294 +' : '').''.((Plugin\LCRun3::debug('[addressActionPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressActionPage]', 'v', $cx, $in, array('addressActionPage')))) ? '<script>
  295 + seajs.use(\'js/me/address-act\');
  296 +</script>
  297 +' : '').''.((Plugin\LCRun3::debug('[myGuangPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myGuangPage]', 'v', $cx, $in, array('myGuangPage')))) ? '<script>
  298 + seajs.use(\'js/me/my-guang\');
  299 +</script>
  300 +' : '').''.((Plugin\LCRun3::debug('[personalDetailsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[personalDetailsPage]', 'v', $cx, $in, array('personalDetailsPage')))) ? '<script>
  301 + seajs.use(\'js/me/personal-details\');
  302 +</script>
  303 +' : '').''.((Plugin\LCRun3::debug('[browseRecordPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[browseRecordPage]', 'v', $cx, $in, array('browseRecordPage')))) ? '<script>
  304 + seajs.use(\'js/me/browse-record\');
  305 +</script>
  306 +' : '').''.((Plugin\LCRun3::debug('[logisticInfoPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[logisticInfoPage]', 'v', $cx, $in, array('logisticInfoPage')))) ? '<script>
  307 + seajs.use(\'js/me/logistic\');
  308 +</script>
  309 +' : '').''.((Plugin\LCRun3::debug('[payCenterPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[payCenterPage]', 'v', $cx, $in, array('payCenterPage')))) ? '<script>
  310 + seajs.use(\'js/me/pay\');
  311 +</script>
  312 +' : '').''.''.'<!-- Google Tag Manager -->
  313 +<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  314 +<script>
  315 + (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':
  316 + new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],
  317 + j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=
  318 + \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);
  319 + })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\');
  320 +</script>
  321 +<!-- End Google Tag Manager -->
  322 +<script type="text/javascript">
  323 + var _hmt = _hmt || [];
  324 + (function() {
  325 + var hm = document.createElement("script");
  326 + hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311";
  327 + var s = document.getElementsByTagName("script")[0];
  328 + s.parentNode.insertBefore(hm, s);
  329 + })();
  330 +</script>
  331 +<script>
  332 + var _hmt = _hmt || [];
  333 + (function() {
  334 + var hm = document.createElement("script");
  335 + hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841";
  336 + var s = document.getElementsByTagName("script")[0];
  337 + s.parentNode.insertBefore(hm, s);
  338 + })();
  339 +</script>
  340 +<script src="http://static.yohobuy.com/js/analytics/analysis.js"></script>
  341 +<script src="http://static.yohobuy.com/m/v1/js/om_code.js"></script>
  342 +'.'</body>
  343 +</html>'.'';
  344 +}
  345 +?>
  1 +<?php return function ($in, $debugopt = 1) {
  2 + $cx = array(
  3 + 'flags' => array(
  4 + 'jstrue' => false,
  5 + 'jsobj' => false,
  6 + 'spvar' => true,
  7 + 'prop' => false,
  8 + 'method' => false,
  9 + 'mustlok' => true,
  10 + 'echo' => false,
  11 + 'debug' => $debugopt,
  12 + ),
  13 + 'constants' => array(),
  14 + 'helpers' => array(),
  15 + 'blockhelpers' => array(),
  16 + 'hbhelpers' => array(),
  17 + 'partials' => array(),
  18 + 'scopes' => array(),
  19 + 'sp_vars' => array('root' => $in),
  20 + 'lcrun' => 'Plugin\LCRun3',
  21 +
  22 + );
  23 +
  24 + return ''.'<!DOCTYPE html>
  25 +<html>
  26 +<head>
  27 +<meta charset="utf-8">
  28 +<title>'.Plugin\LCRun3::debug('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</title>
  29 +<meta name="keywords" content="'.Plugin\LCRun3::debug('[keywords]', 'encq', $cx, Plugin\LCRun3::debug('[keywords]', 'v', $cx, $in, array('keywords'))).'">
  30 +<meta name="description" content="'.Plugin\LCRun3::debug('[description]', 'encq', $cx, Plugin\LCRun3::debug('[description]', 'v', $cx, $in, array('description'))).'">
  31 +<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
  32 +<meta http-equiv="cleartype" content="on">
  33 +<meta name="apple-mobile-web-app-status-bar-style" content="black" />
  34 +<meta content="telephone=no" name="format-detection" />
  35 +<meta content="email=no" name="format-detection" />
  36 +<script type="text/javascript">
  37 + (function(doc, win) {
  38 + var docEl = doc.documentElement;
  39 + (function() {
  40 + var clientWidth = docEl.clientWidth;
  41 + if (!clientWidth) {
  42 + return;
  43 + }
  44 + docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\';
  45 + }());
  46 + })(document, window);
  47 +</script>
  48 +<link rel="dns-prefetch" href="//cdn.yoho.cn">
  49 +<link rel="dns-prefetch" href="//static.yohobuy.com">
  50 +<link rel="dns-prefetch" href="//img12.static.yhbimg.com">
  51 +<link rel="dns-prefetch" href="//img13.static.yhbimg.com">
  52 +'.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css">
  53 +' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css">
  54 +' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<link rel="stylesheet" href="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css">
  55 +' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css">
  56 +' : '').'<link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png">
  57 +<link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)">
  58 +<link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)">
  59 +</head>
  60 +<body '.((Plugin\LCRun3::debug('[isPassportPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[isPassportPage]', 'v', $cx, $in, array('isPassportPage')))) ? 'class=passport-body' : '').'>
  61 +'.((Plugin\LCRun3::debug('[systemUpdate]', 'ifvar', $cx, Plugin\LCRun3::debug('[systemUpdate]', 'v', $cx, $in, array('systemUpdate')))) ? ' <div class="systemUpdate">
  62 + <a href="index/systemUpdate" class="systemHeader">Yoho!Buy有货关于系统升级的公告</a>
  63 + <span>X</span>
  64 + </div>
  65 +' : '').' '.''.Plugin\LCRun3::debug('[pageHeader]', 'sec', $cx, Plugin\LCRun3::debug('[pageHeader]', 'v', $cx, $in, array('pageHeader')), $in, false, function($cx, $in) {return '<header id="yoho-header" class="yoho-header'.((Plugin\LCRun3::debug('[boys]', 'ifvar', $cx, Plugin\LCRun3::debug('[boys]', 'v', $cx, $in, array('boys')))) ? ' boys' : '').''.((Plugin\LCRun3::debug('[girls]', 'ifvar', $cx, Plugin\LCRun3::debug('[girls]', 'v', $cx, $in, array('girls')))) ? ' girls' : '').''.((Plugin\LCRun3::debug('[kids]', 'ifvar', $cx, Plugin\LCRun3::debug('[kids]', 'v', $cx, $in, array('kids')))) ? ' kids' : '').''.((Plugin\LCRun3::debug('[lifeStyle]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifeStyle]', 'v', $cx, $in, array('lifeStyle')))) ? ' life-style' : '').'">
  66 +'.Plugin\LCRun3::debug('[navBack]', 'sec', $cx, Plugin\LCRun3::debug('[navBack]', 'v', $cx, $in, array('navBack')), $in, false, function($cx, $in) {return ' <a href="'.((Plugin\LCRun3::debug('[backUrl]', 'ifvar', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl')))) ? ''.Plugin\LCRun3::debug('[backUrl]', 'encq', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl'))).'' : 'javascript:history.go(-1);').'" class="iconfont nav-back">&#xe610;</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">&#xe611;</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="mobile-container">
  72 + <div class="mobile-wrap girls-wrap yoho-page">
  73 +'.Plugin\LCRun3::debug('[homeHeader]', 'sec', $cx, Plugin\LCRun3::debug('[homeHeader]', 'v', $cx, $in, array('homeHeader')), $in, false, function($cx, $in) {return ''.' <div class="home-header clearfix" '.Plugin\LCRun3::debug('[bgColor]', 'sec', $cx, Plugin\LCRun3::debug('[bgColor]', 'v', $cx, $in, array('bgColor')), $in, false, function($cx, $in) {return 'style="background-color:'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).';background-image:none"';}).'>
  74 + <span class="nav-btn iconfont">&#xe60b;</span>
  75 + <span class="logo"></span>
  76 + <span class="search-btn iconfont"><a href="'.Plugin\LCRun3::debug('[searchUrl]', 'encq', $cx, Plugin\LCRun3::debug('[searchUrl]', 'v', $cx, $in, array('searchUrl'))).'">&#xe60f;</a></span>
  77 + </div>'.'';}).'
  78 +'.''.Plugin\LCRun3::debug('[content]', 'sec', $cx, Plugin\LCRun3::debug('[content]', 'v', $cx, $in, array('content')), $in, false, function($cx, $in) {return ''.Plugin\LCRun3::debug('[bannerTop]', 'sec', $cx, Plugin\LCRun3::debug('[bannerTop]', 'v', $cx, $in, array('bannerTop')), $in, false, function($cx, $in) {return ''.' <div class="banner-top">
  79 + <div class="banner-swiper swiper-container">
  80 + <ul class="swiper-wrapper">
  81 +'.Plugin\LCRun3::debug('each [list]', 'sec', $cx, Plugin\LCRun3::debug('[list]', 'v', $cx, $in, array('list')), $in, true, function($cx, $in) {return ''.((Plugin\LCRun3::debug('@[first]', 'ifvar', $cx, Plugin\LCRun3::debug('@[first]', 'v', $cx, $cx['sp_vars'], array('first')))) ? ' <li class="swiper-slide">
  82 + <a href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'">
  83 + <img src="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'">
  84 + </a>
  85 + </li>
  86 +' : ' <li class="swiper-slide">
  87 + <a href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'">
  88 + <img class="swiper-lazy" data-src="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'">
  89 + </a>
  90 + <div class="swiper-lazy-preloader"></div>
  91 + </li>
  92 +').'';}).' </ul>
  93 + </div>
  94 + <div class="swiper-pagination">
  95 + <div class="pagination-inner">
  96 + </div>
  97 + </div>
  98 + </div>'.'';}).'
  99 +'.Plugin\LCRun3::debug('[iconsEnter]', 'sec', $cx, Plugin\LCRun3::debug('[iconsEnter]', 'v', $cx, $in, array('iconsEnter')), $in, false, function($cx, $in) {return ''.' <div class="icons-wrapper">
  100 + <ul class="icons-list clearfix">
  101 +'.Plugin\LCRun3::debug('[list]', 'sec', $cx, Plugin\LCRun3::debug('[list]', 'v', $cx, $in, array('list')), $in, false, function($cx, $in) {return ' <li class="icons-item"><a href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'" class="imagebar"><img src="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'" alt=""></a><a href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'" class="linkbar">'.Plugin\LCRun3::debug('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</a></li>
  102 +';}).' </ul>
  103 + </div>
  104 +'.'';}).'
  105 +'.Plugin\LCRun3::debug('[banner]', 'sec', $cx, Plugin\LCRun3::debug('[banner]', 'v', $cx, $in, array('banner')), $in, false, function($cx, $in) {return ''.' <div class="banner-center">
  106 + <a href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'">
  107 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'" alt="">
  108 + </a>
  109 + </div>'.'';}).'
  110 +'.Plugin\LCRun3::debug('[hotCategory]', 'sec', $cx, Plugin\LCRun3::debug('[hotCategory]', 'v', $cx, $in, array('hotCategory')), $in, false, function($cx, $in) {return ''.' <div class="hot-category">
  111 +'.''.Plugin\LCRun3::debug('[name]', 'sec', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name')), $in, false, function($cx, $in) {return ' <div class="floor-header">
  112 + <h2>'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</h2>
  113 + </div>
  114 +';}).''.'
  115 +'.Plugin\LCRun3::debug('[banner]', 'sec', $cx, Plugin\LCRun3::debug('[banner]', 'v', $cx, $in, array('banner')), $in, false, function($cx, $in) {return ' <a class="category-banner" href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'">
  116 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'">
  117 + </a>
  118 +';}).' <ul class="category-list clearfix">
  119 +'.Plugin\LCRun3::debug('[list]', 'sec', $cx, Plugin\LCRun3::debug('[list]', 'v', $cx, $in, array('list')), $in, false, function($cx, $in) {return ' <li>
  120 + <a href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'">
  121 + <div class="img-box">
  122 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'" alt="">
  123 + </div>
  124 + </a>
  125 + </li>
  126 +';}).' </ul>
  127 + </div>'.'';}).'
  128 +'.Plugin\LCRun3::debug('[hotBrands]', 'sec', $cx, Plugin\LCRun3::debug('[hotBrands]', 'v', $cx, $in, array('hotBrands')), $in, false, function($cx, $in) {return ''.' <ul class="hot-brands clearfix">
  129 +'.''.Plugin\LCRun3::debug('[name]', 'sec', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name')), $in, false, function($cx, $in) {return ' <div class="floor-header">
  130 + <h2>'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</h2>
  131 + </div>
  132 +';}).''.''.Plugin\LCRun3::debug('[list]', 'sec', $cx, Plugin\LCRun3::debug('[list]', 'v', $cx, $in, array('list')), $in, false, function($cx, $in) {return ' <li class="brand">
  133 + <a href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'">
  134 + <div class="brand-logo">
  135 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'">
  136 + </div>
  137 + <p class="brand-name">'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'</p>
  138 + </a>
  139 + </li>
  140 +';}).' <li class="more">
  141 + <a href="'.Plugin\LCRun3::debug('[more]', 'encq', $cx, Plugin\LCRun3::debug('[more]', 'v', $cx, $in, array('more'))).'"></a>
  142 + </li>
  143 + </ul>'.'';}).'
  144 +'.Plugin\LCRun3::debug('[hotBrandsScroll]', 'sec', $cx, Plugin\LCRun3::debug('[hotBrandsScroll]', 'v', $cx, $in, array('hotBrandsScroll')), $in, false, function($cx, $in) {return ''.' <div class="hot-brands">
  145 +'.''.Plugin\LCRun3::debug('[name]', 'sec', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name')), $in, false, function($cx, $in) {return ' <div class="floor-header">
  146 + <h2>'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</h2>
  147 + </div>
  148 +';}).''.' <div class="brands-swiper">
  149 + <ul class="brands-list swiper-wrapper clearfix">
  150 +'.Plugin\LCRun3::debug('[list]', 'sec', $cx, Plugin\LCRun3::debug('[list]', 'v', $cx, $in, array('list')), $in, false, function($cx, $in) {return ' <li class="swiper-slide">
  151 + <a href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'">
  152 + <img src="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'" alt="">
  153 + <span class="brands-title">'.Plugin\LCRun3::debug('[textCn]', 'encq', $cx, Plugin\LCRun3::debug('[textCn]', 'v', $cx, $in, array('textCn'))).'</span>
  154 + </a>
  155 + </li>
  156 +';}).' </ul>
  157 + </div>
  158 + </div>
  159 +'.'';}).'
  160 +'.Plugin\LCRun3::debug('[trendColloaction]', 'sec', $cx, Plugin\LCRun3::debug('[trendColloaction]', 'v', $cx, $in, array('trendColloaction')), $in, false, function($cx, $in) {return ''.' <div class="trend-coll-wrapper">
  161 +'.''.Plugin\LCRun3::debug('[title]', 'sec', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title')), $in, false, function($cx, $in) {return ' <div class="floor-header-more">
  162 + <h2>'.Plugin\LCRun3::debug('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</h2>
  163 + <a class="more-btn iconfont" href="'.Plugin\LCRun3::debug('[more_url]', 'encq', $cx, Plugin\LCRun3::debug('[more_url]', 'v', $cx, $in, array('more_url'))).'">&#xe618;</a>
  164 + </div>
  165 + ';}).''.' <div class="trend-coll-content clearfix">
  166 +'.Plugin\LCRun3::debug('[article]', 'sec', $cx, Plugin\LCRun3::debug('[article]', 'v', $cx, $in, array('article')), $in, false, function($cx, $in) {return ' <div class="lspan">
  167 + <a href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'"><img class="lazy rspanimg" data-original="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'" ></a>
  168 + </div>
  169 +';}).' </div>
  170 + <div class="trend-coll-tail">
  171 + <h3 class="recommend-title">推荐搭配</h3>
  172 + <div class="recommend-swiper">
  173 + <ul class="recommend-list swiper-wrapper clearfix">
  174 +'.Plugin\LCRun3::debug('[recommend_collocation]', 'sec', $cx, Plugin\LCRun3::debug('[recommend_collocation]', 'v', $cx, $in, array('recommend_collocation')), $in, false, function($cx, $in) {return ' <li class="recommend-item swiper-slide"><a href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'"><img class="img" src="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'" alt="" /></a></li>
  175 +';}).' </ul>
  176 + </div>
  177 + </div>
  178 + </div>
  179 +
  180 +
  181 +'.'';}).'
  182 +'.Plugin\LCRun3::debug('[trendTopics]', 'sec', $cx, Plugin\LCRun3::debug('[trendTopics]', 'v', $cx, $in, array('trendTopics')), $in, false, function($cx, $in) {return ''.' <div class="trend-topic-wrapper">
  183 +'.''.Plugin\LCRun3::debug('[title]', 'sec', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title')), $in, false, function($cx, $in) {return ' <div class="floor-header-more">
  184 + <h2>'.Plugin\LCRun3::debug('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</h2>
  185 + <a class="more-btn iconfont" href="'.Plugin\LCRun3::debug('[more_url]', 'encq', $cx, Plugin\LCRun3::debug('[more_url]', 'v', $cx, $in, array('more_url'))).'">&#xe618;</a>
  186 + </div>
  187 + ';}).''.' <div class="trend-topic-content">
  188 + <div class="trend-topic-swiper">
  189 + <ul class="swiper-wrapper">
  190 +'.Plugin\LCRun3::debug('[list]', 'sec', $cx, Plugin\LCRun3::debug('[list]', 'v', $cx, $in, array('list')), $in, false, function($cx, $in) {return ' <li class="swiper-slide">
  191 + <a href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'">
  192 + <div class="img-box">
  193 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'" src="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'" alt="">
  194 + </div>
  195 + <div class="item-content">
  196 + <p class="title">'.Plugin\LCRun3::debug('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</p>
  197 + <p class="time">
  198 + <span class="iconfont time-icon">&#xe603;</span>
  199 + <span>'.Plugin\LCRun3::debug('[publish_time]', 'encq', $cx, Plugin\LCRun3::debug('[publish_time]', 'v', $cx, $in, array('publish_time'))).'</span>
  200 + </p>
  201 + </div>
  202 + </a>
  203 + </li>
  204 +';}).' </ul>
  205 + </div>
  206 + <div class="swiper-pagination">
  207 + <div class="pagination-inner clearfix">
  208 + </div>
  209 + </div>
  210 + </div>
  211 + </div>
  212 +'.'';}).'
  213 +'.Plugin\LCRun3::debug('[goodsCategory]', 'sec', $cx, Plugin\LCRun3::debug('[goodsCategory]', 'v', $cx, $in, array('goodsCategory')), $in, false, function($cx, $in) {return ''.''.''.Plugin\LCRun3::debug('[title]', 'sec', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title')), $in, false, function($cx, $in) {return ' <div class="floor-header-more">
  214 + <h2>'.Plugin\LCRun3::debug('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</h2>
  215 + <a class="more-btn iconfont" href="'.Plugin\LCRun3::debug('[more_url]', 'encq', $cx, Plugin\LCRun3::debug('[more_url]', 'v', $cx, $in, array('more_url'))).'">&#xe618;</a>
  216 + </div>
  217 + ';}).''.' <div class="goods-category">
  218 +'.Plugin\LCRun3::debug('[big_image]', 'sec', $cx, Plugin\LCRun3::debug('[big_image]', 'v', $cx, $in, array('big_image')), $in, false, function($cx, $in) {return ''.((Plugin\LCRun3::debug('[big_list]', 'ifvar', $cx, Plugin\LCRun3::debug('[big_list]', 'v', $cx, $in, array('big_list')))) ? ' <div class="category-swiper">
  219 + <ul class="swiper-wrapper">
  220 +'.Plugin\LCRun3::debug('[big_list]', 'sec', $cx, Plugin\LCRun3::debug('[big_list]', 'v', $cx, $in, array('big_list')), $in, false, function($cx, $in) {return ' <li class="swiper-slide">
  221 + <a href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'">
  222 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'" alt="'.Plugin\LCRun3::debug('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'">
  223 + </a>
  224 + </li>
  225 +';}).' </ul>
  226 + <div class="swiper-pagination">
  227 + <div class="pagination-inner clearfix">
  228 + </div>
  229 + </div>
  230 + </div>
  231 +' : ' <div class="category-swiper">
  232 + <a href='.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'>
  233 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'" alt="'.Plugin\LCRun3::debug('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'">
  234 + </a>
  235 + </div>
  236 +').'';}).' <ul class="category-list clearfix">
  237 +'.Plugin\LCRun3::debug('[list]', 'sec', $cx, Plugin\LCRun3::debug('[list]', 'v', $cx, $in, array('list')), $in, false, function($cx, $in) {return ' <li>
  238 + <a href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'">
  239 + <div class="img-box">
  240 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'" alt="">
  241 + </div>
  242 + <p class="category-name">'.Plugin\LCRun3::debug('[textCn]', 'encq', $cx, Plugin\LCRun3::debug('[textCn]', 'v', $cx, $in, array('textCn'))).'</p>
  243 + </a>
  244 + </li>
  245 +';}).' </ul>
  246 + </div>'.'';}).'
  247 +'.Plugin\LCRun3::debug('[creativeLife]', 'sec', $cx, Plugin\LCRun3::debug('[creativeLife]', 'v', $cx, $in, array('creativeLife')), $in, false, function($cx, $in) {return ''.''.''.Plugin\LCRun3::debug('[title]', 'sec', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title')), $in, false, function($cx, $in) {return ' <div class="floor-header-more">
  248 + <h2>'.Plugin\LCRun3::debug('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</h2>
  249 + <a class="more-btn iconfont" href="'.Plugin\LCRun3::debug('[more_url]', 'encq', $cx, Plugin\LCRun3::debug('[more_url]', 'v', $cx, $in, array('more_url'))).'">&#xe618;</a>
  250 + </div>
  251 + ';}).''.' <div class="creative-life">
  252 +'.Plugin\LCRun3::debug('[banner]', 'sec', $cx, Plugin\LCRun3::debug('[banner]', 'v', $cx, $in, array('banner')), $in, false, function($cx, $in) {return ' <a class="banner" href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'">
  253 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'">
  254 + </a>
  255 +';}).' <ul class="classify-list clearfix">
  256 +'.Plugin\LCRun3::debug('[list]', 'sec', $cx, Plugin\LCRun3::debug('[list]', 'v', $cx, $in, array('list')), $in, false, function($cx, $in) {return ' <li class="classify">
  257 + <a href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'">
  258 + <div class="classify-logo">
  259 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'">
  260 + </div>
  261 + <p class="classify-name">'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'</p>
  262 + </a>
  263 + </li>
  264 +';}).' </ul>
  265 + </div>'.'';}).'
  266 +'.Plugin\LCRun3::debug('[plusStar]', 'sec', $cx, Plugin\LCRun3::debug('[plusStar]', 'v', $cx, $in, array('plusStar')), $in, false, function($cx, $in) {return ''.'
  267 + <div class="plus-star">
  268 +'.''.Plugin\LCRun3::debug('[name]', 'sec', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name')), $in, false, function($cx, $in) {return ' <div class="floor-header">
  269 + <h2>'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</h2>
  270 + </div>
  271 +';}).''.' <a href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'">
  272 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'">
  273 + </a>
  274 + </div>'.'';}).'';}).'
  275 + '.'<div class="maybe-like">
  276 + <p class="title">
  277 + <i class="icon"></i>
  278 + <span>你可能喜欢</span>
  279 + </p>
  280 +
  281 + <div id="goods-list" class="goods-list clearfix"></div>
  282 +
  283 +</div>
  284 +<div class="load-more-img hide" id="load-more-img">
  285 + <a href="">
  286 + <img src="">
  287 + </a>
  288 +</div>
  289 +'.''.'
  290 + <div class="overlay"></div>
  291 +'.''.Plugin\LCRun3::debug('[showFooterTab]', 'sec', $cx, Plugin\LCRun3::debug('[showFooterTab]', 'v', $cx, $in, array('showFooterTab')), $in, false, function($cx, $in) {return ' <div class="footer-tab">
  292 + <a class="tab-item '.((Plugin\LCRun3::debug('[grilsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[grilsHomePage]', 'v', $cx, $in, array('grilsHomePage')))) ? 'current' : '').''.((Plugin\LCRun3::debug('[boysHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[boysHomePage]', 'v', $cx, $in, array('boysHomePage')))) ? 'current' : '').''.((Plugin\LCRun3::debug('[kidsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[kidsHomePage]', 'v', $cx, $in, array('kidsHomePage')))) ? 'current' : '').''.((Plugin\LCRun3::debug('[lifestyleHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifestyleHomePage]', 'v', $cx, $in, array('lifestyleHomePage')))) ? 'current' : '').'" href="'.Plugin\LCRun3::debug('[indexUrl]', 'encq', $cx, Plugin\LCRun3::debug('[indexUrl]', 'v', $cx, $in, array('indexUrl'))).'">
  293 + <p class="iconfont tab-icon">&#xe62a;</p>
  294 + <p class="tab-name">首页</p>
  295 + </a>
  296 + <a class="tab-item '.((Plugin\LCRun3::debug('[categoryPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[categoryPage]', 'v', $cx, $in, array('categoryPage')))) ? 'current' : '').'" href="'.Plugin\LCRun3::debug('[categoryUrl]', 'encq', $cx, Plugin\LCRun3::debug('[categoryUrl]', 'v', $cx, $in, array('categoryUrl'))).'">
  297 + <p class="iconfont tab-icon">&#xe62d;</p>
  298 + <p class="tab-name">分类</p>
  299 + </a>
  300 + <a class="tab-item '.((Plugin\LCRun3::debug('[guangHome]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangHome]', 'v', $cx, $in, array('guangHome')))) ? 'current' : '').'" href="'.Plugin\LCRun3::debug('[guangUrl]', 'encq', $cx, Plugin\LCRun3::debug('[guangUrl]', 'v', $cx, $in, array('guangUrl'))).'">
  301 + <p class="iconfont tab-icon">&#xe627;</p>
  302 + <p class="tab-name">逛</p>
  303 + </a>
  304 + <a class="tab-item '.((Plugin\LCRun3::debug('[shoppingCartPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[shoppingCartPage]', 'v', $cx, $in, array('shoppingCartPage')))) ? 'current' : '').'" href="'.Plugin\LCRun3::debug('[shoppingCartUrl]', 'encq', $cx, Plugin\LCRun3::debug('[shoppingCartUrl]', 'v', $cx, $in, array('shoppingCartUrl'))).'">
  305 + <p class="iconfont tab-icon">&#xe62c;</p>
  306 + <p class="tab-name">购物车</p>
  307 + </a>
  308 + <a class="tab-item '.((Plugin\LCRun3::debug('[minePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[minePage]', 'v', $cx, $in, array('minePage')))) ? 'current' : '').'" href="'.Plugin\LCRun3::debug('[mineUrl]', 'encq', $cx, Plugin\LCRun3::debug('[mineUrl]', 'v', $cx, $in, array('mineUrl'))).'">
  309 + <p class="iconfont tab-icon">&#xe62b;</p>
  310 + <p class="tab-name">我的</p>
  311 + </a>
  312 + </div>
  313 +';}).' '.' </div>
  314 +'.' <div class="side-nav">
  315 + <ul>
  316 +'.Plugin\LCRun3::debug('[sideNav]', 'sec', $cx, Plugin\LCRun3::debug('[sideNav]', 'v', $cx, $in, array('sideNav')), $in, false, function($cx, $in) {return ' <li class="'.Plugin\LCRun3::debug('[styleClass]', 'encq', $cx, Plugin\LCRun3::debug('[styleClass]', 'v', $cx, $in, array('styleClass'))).'">
  317 +'.Plugin\LCRun3::debug('[url]', 'sec', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url')), $in, false, function($cx, $in) {return ' <a href="'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'">
  318 +';}).''.((Plugin\LCRun3::debug('^[url]', 'isec', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url')))) ? ' <a href="javascript:;">
  319 +' : '').''.Plugin\LCRun3::debug('[img]', 'sec', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img')), $in, false, function($cx, $in) {return ' <span class="nav-img" style="background-image: url('.Plugin\LCRun3::debug('this', 'encq', $cx, $in).')"></span>
  320 +';}).''.((Plugin\LCRun3::debug('^[img]', 'isec', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img')))) ? ' <i class="nav-icon"></i>
  321 +' : '').' <em>'.Plugin\LCRun3::debug('[textCn]', 'encq', $cx, Plugin\LCRun3::debug('[textCn]', 'v', $cx, $in, array('textCn'))).'</em>'.Plugin\LCRun3::debug('[textEn]', 'encq', $cx, Plugin\LCRun3::debug('[textEn]', 'v', $cx, $in, array('textEn'))).'
  322 +'.Plugin\LCRun3::debug('[subNav]', 'sec', $cx, Plugin\LCRun3::debug('[subNav]', 'v', $cx, $in, array('subNav')), $in, false, function($cx, $in) {return ' <span class="enter-subnav iconfont">&#xe614;</span>
  323 +';}).' </a>
  324 +'.Plugin\LCRun3::debug('[subNav]', 'sec', $cx, Plugin\LCRun3::debug('[subNav]', 'v', $cx, $in, array('subNav')), $in, false, function($cx, $in) {return ' <ul class="sub-nav">
  325 +'.Plugin\LCRun3::debug('[list]', 'sec', $cx, Plugin\LCRun3::debug('[list]', 'v', $cx, $in, array('list')), $in, false, function($cx, $in) {return ' <li class="'.Plugin\LCRun3::debug('[isSelect]', 'sec', $cx, Plugin\LCRun3::debug('[isSelect]', 'v', $cx, $in, array('isSelect')), $in, false, function($cx, $in) {return 'current';}).'" style="background-color:'.Plugin\LCRun3::debug('[bgColor]', 'encq', $cx, Plugin\LCRun3::debug('[bgColor]', 'v', $cx, $in, array('bgColor'))).'">
  326 +'.Plugin\LCRun3::debug('[url]', 'sec', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url')), $in, false, function($cx, $in) {return ' <a href="'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'">
  327 +';}).''.((Plugin\LCRun3::debug('^[url]', 'isec', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url')))) ? ' <a href="javascript:;">
  328 +' : '').''.((Plugin\LCRun3::debug('^[back]', 'isec', $cx, Plugin\LCRun3::debug('[back]', 'v', $cx, $in, array('back')))) ? ' <span class="nav-point iconfont">&#xe60c;</span>
  329 +' : '').''.Plugin\LCRun3::debug('[back]', 'sec', $cx, Plugin\LCRun3::debug('[back]', 'v', $cx, $in, array('back')), $in, false, function($cx, $in) {return ' <i class="nav-back iconfont">&#xe610;</i>
  330 +';}).' <em>'.Plugin\LCRun3::debug('[textCn]', 'encq', $cx, Plugin\LCRun3::debug('[textCn]', 'v', $cx, $in, array('textCn'))).'</em>
  331 + '.Plugin\LCRun3::debug('[textEn]', 'encq', $cx, Plugin\LCRun3::debug('[textEn]', 'v', $cx, $in, array('textEn'))).'
  332 + </a>
  333 + </li>
  334 +';}).' </ul>
  335 +';}).' </li>
  336 +';}).' </ul>
  337 + </div>'.'</div>
  338 +'.''.''.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">
  339 + <p class="op-row">
  340 + <span class="back-to-top">
  341 + Back to top
  342 + <i class="iconfont">&#xe608;</i>
  343 + </span>
  344 + </p>
  345 + <address class="copyright">
  346 + CopyRight©2007-2016 南京新与力文化传播有限公司
  347 + </address>
  348 +</footer>
  349 +';}).'
  350 +'.''.''.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">
  351 + <div class="float-layer-left">
  352 + <span class="yoho-icon iconfont">&#xe60d;</span>
  353 + <p>新用户送千元礼包</p>
  354 + </div>
  355 + <a href="javascript:void(0);" id="float-layer-close" >
  356 + <i class="close-icon iconfont">&#xe623;</i>
  357 + <div class="circle-rightbottom"></div>
  358 + </a>
  359 + <a href="http://m.yohobuy.com/download/hyapp" id="float-layer-btn">
  360 + 立即下载
  361 + </a>
  362 +</div>
  363 +';}).'
  364 +
  365 + '.''.((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>
  366 +' : '').''.((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>
  367 +<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>
  368 +' : '').''.((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>
  369 +<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>
  370 +' : '').''.((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>
  371 +<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>
  372 +' : '').''.((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>
  373 +<script>seajs.config({base: \'http://localhost:8000/\'});</script>
  374 +' : '').'<script type="text/javascript">
  375 + (function(w,d,s,j,f){
  376 + w[\'YohoAcquisitionObject\']=f;
  377 + w[f]=function(){w[f].p=arguments;};
  378 + var a=d.createElement(s);
  379 + var m=d.getElementsByTagName(s)[0];
  380 + a.async=1;
  381 + a.src=j;
  382 + m.parentNode.insertBefore(a,m);
  383 + })(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\');
  384 +</script>
  385 +'.'<script>
  386 + seajs.use(\'js/common\');
  387 +</script>
  388 +'.((Plugin\LCRun3::debug('[psList]', 'ifvar', $cx, Plugin\LCRun3::debug('[psList]', 'v', $cx, $in, array('psList')))) ? '<script>
  389 + seajs.use(\'js/guang/plus-star/list\');
  390 +</script>
  391 +' : '').''.((Plugin\LCRun3::debug('[psDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[psDetail]', 'v', $cx, $in, array('psDetail')))) ? '<script>
  392 + seajs.use(\'js/guang/plus-star/detail\');
  393 +</script>
  394 +' : '').''.((Plugin\LCRun3::debug('[guangHome]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangHome]', 'v', $cx, $in, array('guangHome')))) ? '<script>
  395 + seajs.use(\'js/guang/home\');
  396 +</script>
  397 +' : '').''.((Plugin\LCRun3::debug('[guangList]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangList]', 'v', $cx, $in, array('guangList')))) ? '<script>
  398 + seajs.use(\'js/guang/list\');
  399 +</script>
  400 +' : '').''.((Plugin\LCRun3::debug('[guangDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangDetail]', 'v', $cx, $in, array('guangDetail')))) ? '<script>
  401 + seajs.use(\'js/guang/detail\', function(d) {
  402 + d.i(true);
  403 + });
  404 +</script>
  405 +' : '').''.((Plugin\LCRun3::debug('[guangEzine]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangEzine]', 'v', $cx, $in, array('guangEzine')))) ? '<script>
  406 + seajs.use(\'js/guang/detail\', function(d) {
  407 + d.i(false);
  408 + });
  409 +</script>
  410 +' : '').''.((Plugin\LCRun3::debug('[regIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[regIndex]', 'v', $cx, $in, array('regIndex')))) ? '<script>
  411 + seajs.use(\'js/passport/register/register\');
  412 +</script>
  413 +' : '').''.((Plugin\LCRun3::debug('[regCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[regCode]', 'v', $cx, $in, array('regCode')))) ? '<script>
  414 + seajs.use(\'js/passport/register/code\');
  415 +</script>
  416 +' : '').''.((Plugin\LCRun3::debug('[regPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[regPwd]', 'v', $cx, $in, array('regPwd')))) ? '<script>
  417 + seajs.use(\'js/passport/register/password\');
  418 +</script>
  419 +' : '').''.((Plugin\LCRun3::debug('[loginIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginIndex]', 'v', $cx, $in, array('loginIndex')))) ? '<script>
  420 + seajs.use(\'js/passport/login/login\');
  421 +</script>
  422 +' : '').''.((Plugin\LCRun3::debug('[loginInternational]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginInternational]', 'v', $cx, $in, array('loginInternational')))) ? '<script>
  423 + seajs.use(\'js/passport/login/international\');
  424 +</script>
  425 +' : '').''.((Plugin\LCRun3::debug('[backEmail]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmail]', 'v', $cx, $in, array('backEmail')))) ? '<script>
  426 + seajs.use(\'js/passport/back/email\');
  427 +</script>
  428 +' : '').''.((Plugin\LCRun3::debug('[backEmailSuccess]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmailSuccess]', 'v', $cx, $in, array('backEmailSuccess')))) ? '<script>
  429 + seajs.use(\'js/passport/back/email-success\');
  430 +</script>
  431 +' : '').''.((Plugin\LCRun3::debug('[backMobile]', 'ifvar', $cx, Plugin\LCRun3::debug('[backMobile]', 'v', $cx, $in, array('backMobile')))) ? '<script>
  432 + seajs.use(\'js/passport/back/mobile\');
  433 +</script>
  434 +' : '').''.((Plugin\LCRun3::debug('[backCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[backCode]', 'v', $cx, $in, array('backCode')))) ? '<script>
  435 + seajs.use(\'js/passport/back/code\');
  436 +</script>
  437 +' : '').''.((Plugin\LCRun3::debug('[backNewPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[backNewPwd]', 'v', $cx, $in, array('backNewPwd')))) ? '<script>
  438 + seajs.use(\'js/passport/back/new-password\');
  439 +</script>
  440 +' : '').''.((Plugin\LCRun3::debug('[channelPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[channelPage]', 'v', $cx, $in, array('channelPage')))) ? '<script>
  441 + seajs.use(\'js/index/channel\');
  442 + seajs.use(\'js/index/footer\');
  443 +</script>
  444 +' : '').''.((Plugin\LCRun3::debug('[grilsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[grilsHomePage]', 'v', $cx, $in, array('grilsHomePage')))) ? '<script>
  445 + seajs.use(\'js/home/home\', function(h) {
  446 + h.set(\'girls\');
  447 + });
  448 + seajs.use(\'js/index/footer\');
  449 +</script>
  450 +' : '').''.((Plugin\LCRun3::debug('[boysHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[boysHomePage]', 'v', $cx, $in, array('boysHomePage')))) ? '<script>
  451 + seajs.use(\'js/home/home\', function(h) {
  452 + h.set(\'boys\');
  453 + });
  454 + seajs.use(\'js/index/footer\');
  455 +</script>
  456 +' : '').''.((Plugin\LCRun3::debug('[kidsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[kidsHomePage]', 'v', $cx, $in, array('kidsHomePage')))) ? '<script>
  457 + seajs.use(\'js/home/home\', function(h) {
  458 + h.set(\'kids\');
  459 + });
  460 + seajs.use(\'js/index/footer\');
  461 +</script>
  462 +' : '').''.((Plugin\LCRun3::debug('[lifestyleHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifestyleHomePage]', 'v', $cx, $in, array('lifestyleHomePage')))) ? '<script>
  463 + seajs.use(\'js/home/home\', function(h) {
  464 + h.set(\'lifestyle\');
  465 + });
  466 + seajs.use(\'js/index/footer\');
  467 +</script>
  468 +' : '').''.((Plugin\LCRun3::debug('[newArrivalPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[newArrivalPage]', 'v', $cx, $in, array('newArrivalPage')))) ? '<script>
  469 + seajs.use(\'js/product/newsale/newarrival\');
  470 + seajs.use(\'js/index/footer\');
  471 +</script>
  472 +' : '').''.((Plugin\LCRun3::debug('[discountPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[discountPage]', 'v', $cx, $in, array('discountPage')))) ? '<script>
  473 + seajs.use(\'js/product/newsale/discount\');
  474 + seajs.use(\'js/index/footer\');
  475 +</script>
  476 +' : '').''.((Plugin\LCRun3::debug('[hotrankPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[hotrankPage]', 'v', $cx, $in, array('hotrankPage')))) ? '<script>
  477 + seajs.use(\'js/product/newsale/hot-rank\');
  478 + seajs.use(\'js/index/footer\');
  479 +</script>
  480 +' : '').''.((Plugin\LCRun3::debug('[goodListPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodListPage]', 'v', $cx, $in, array('goodListPage')))) ? '<script>
  481 + seajs.use(\'js/product/list\');
  482 + seajs.use(\'js/index/footer\');
  483 +</script>
  484 +' : '').''.((Plugin\LCRun3::debug('[goodsDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsDetailPage]', 'v', $cx, $in, array('goodsDetailPage')))) ? '<script>
  485 + seajs.use(\'js/product/detail/detail\');
  486 +</script>
  487 +' : '').''.((Plugin\LCRun3::debug('[goodsCommentsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsCommentsPage]', 'v', $cx, $in, array('goodsCommentsPage')))) ? '<script>
  488 + seajs.use(\'js/product/detail/loadmore\');
  489 +</script>
  490 +' : '').''.((Plugin\LCRun3::debug('[goodsConsultsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsConsultsPage]', 'v', $cx, $in, array('goodsConsultsPage')))) ? '<script>
  491 + seajs.use(\'js/product/detail/comments-consults\');
  492 +</script>
  493 +' : '').''.((Plugin\LCRun3::debug('[consultformPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[consultformPage]', 'v', $cx, $in, array('consultformPage')))) ? '<script>
  494 + seajs.use(\'js/product/detail/consultform\');
  495 +</script>
  496 +' : '').''.((Plugin\LCRun3::debug('[categoryPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[categoryPage]', 'v', $cx, $in, array('categoryPage')))) ? '<script>
  497 + seajs.use(\'js/category/index\');
  498 + seajs.use(\'js/index/footer\');
  499 +</script>
  500 +' : '').''.((Plugin\LCRun3::debug('[brandPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[brandPage]', 'v', $cx, $in, array('brandPage')))) ? '<script>
  501 + seajs.use(\'js/category/brand\');
  502 + seajs.use(\'js/index/footer\');
  503 +</script>
  504 +' : '').''.((Plugin\LCRun3::debug('[searchPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[searchPage]', 'v', $cx, $in, array('searchPage')))) ? '<script>
  505 + seajs.use(\'js/index/search\');
  506 + seajs.use(\'js/index/footer\');
  507 +</script>
  508 +' : '').''.((Plugin\LCRun3::debug('[shoppingCartPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[shoppingCartPage]', 'v', $cx, $in, array('shoppingCartPage')))) ? '<script>
  509 + seajs.use(\'js/shopping-cart/cart\');
  510 +</script>
  511 +' : '').''.((Plugin\LCRun3::debug('[giftAdvancePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[giftAdvancePage]', 'v', $cx, $in, array('giftAdvancePage')))) ? '<script>
  512 + seajs.use(\'js/shopping-cart/gift-advance\');
  513 +</script>
  514 +' : '').''.((Plugin\LCRun3::debug('[orderEnsurePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderEnsurePage]', 'v', $cx, $in, array('orderEnsurePage')))) ? '<script>
  515 + seajs.use(\'js/shopping-cart/order-ensure\');
  516 +</script>
  517 +' : '').''.((Plugin\LCRun3::debug('[myIndexPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myIndexPage]', 'v', $cx, $in, array('myIndexPage')))) ? '<script>
  518 + seajs.use(\'js/me/index\');
  519 + seajs.use(\'js/index/footer\');
  520 +</script>
  521 +' : '').''.((Plugin\LCRun3::debug('[orderPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderPage]', 'v', $cx, $in, array('orderPage')))) ? '<script>
  522 + seajs.use(\'js/me/order\');
  523 +</script>
  524 +' : '').''.((Plugin\LCRun3::debug('[orderDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderDetailPage]', 'v', $cx, $in, array('orderDetailPage')))) ? '<script>
  525 + seajs.use(\'js/me/order-detail\');
  526 +</script>
  527 +' : '').''.((Plugin\LCRun3::debug('[favPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[favPage]', 'v', $cx, $in, array('favPage')))) ? '<script>
  528 + seajs.use(\'js/me/fav\');
  529 +</script>
  530 +' : '').''.((Plugin\LCRun3::debug('[suggestPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[suggestPage]', 'v', $cx, $in, array('suggestPage')))) ? '<script>
  531 + seajs.use(\'js/me/suggest\');
  532 +</script>
  533 +' : '').''.((Plugin\LCRun3::debug('[couponsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[couponsPage]', 'v', $cx, $in, array('couponsPage')))) ? '<script>
  534 + seajs.use(\'js/me/coupons\');
  535 +</script>
  536 +' : '').''.((Plugin\LCRun3::debug('[onlineServicePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServicePage]', 'v', $cx, $in, array('onlineServicePage')))) ? '<script>
  537 + seajs.use(\'js/me/online-service\');
  538 +</script>
  539 +' : '').''.((Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'v', $cx, $in, array('onlineServiceDetailPage')))) ? '<script>
  540 + seajs.use(\'js/index/footer\');
  541 +</script>
  542 +' : '').''.((Plugin\LCRun3::debug('[addressPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressPage]', 'v', $cx, $in, array('addressPage')))) ? '<script>
  543 + seajs.use(\'js/me/address\');
  544 +</script>
  545 +' : '').''.((Plugin\LCRun3::debug('[addressActionPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressActionPage]', 'v', $cx, $in, array('addressActionPage')))) ? '<script>
  546 + seajs.use(\'js/me/address-act\');
  547 +</script>
  548 +' : '').''.((Plugin\LCRun3::debug('[myGuangPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myGuangPage]', 'v', $cx, $in, array('myGuangPage')))) ? '<script>
  549 + seajs.use(\'js/me/my-guang\');
  550 +</script>
  551 +' : '').''.((Plugin\LCRun3::debug('[personalDetailsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[personalDetailsPage]', 'v', $cx, $in, array('personalDetailsPage')))) ? '<script>
  552 + seajs.use(\'js/me/personal-details\');
  553 +</script>
  554 +' : '').''.((Plugin\LCRun3::debug('[browseRecordPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[browseRecordPage]', 'v', $cx, $in, array('browseRecordPage')))) ? '<script>
  555 + seajs.use(\'js/me/browse-record\');
  556 +</script>
  557 +' : '').''.((Plugin\LCRun3::debug('[logisticInfoPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[logisticInfoPage]', 'v', $cx, $in, array('logisticInfoPage')))) ? '<script>
  558 + seajs.use(\'js/me/logistic\');
  559 +</script>
  560 +' : '').''.((Plugin\LCRun3::debug('[payCenterPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[payCenterPage]', 'v', $cx, $in, array('payCenterPage')))) ? '<script>
  561 + seajs.use(\'js/me/pay\');
  562 +</script>
  563 +' : '').''.''.'<!-- Google Tag Manager -->
  564 +<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  565 +<script>
  566 + (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':
  567 + new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],
  568 + j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=
  569 + \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);
  570 + })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\');
  571 +</script>
  572 +<!-- End Google Tag Manager -->
  573 +<script type="text/javascript">
  574 + var _hmt = _hmt || [];
  575 + (function() {
  576 + var hm = document.createElement("script");
  577 + hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311";
  578 + var s = document.getElementsByTagName("script")[0];
  579 + s.parentNode.insertBefore(hm, s);
  580 + })();
  581 +</script>
  582 +<script>
  583 + var _hmt = _hmt || [];
  584 + (function() {
  585 + var hm = document.createElement("script");
  586 + hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841";
  587 + var s = document.getElementsByTagName("script")[0];
  588 + s.parentNode.insertBefore(hm, s);
  589 + })();
  590 +</script>
  591 +<script src="http://static.yohobuy.com/js/analytics/analysis.js"></script>
  592 +<script src="http://static.yohobuy.com/m/v1/js/om_code.js"></script>
  593 +'.'</body>
  594 +</html>'.'';
  595 +}
  596 +?>
  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">&#xe610;</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">&#xe611;</a>
  68 +';}).''.Plugin\LCRun3::debug('[navTitle]', 'sec', $cx, Plugin\LCRun3::debug('[navTitle]', 'v', $cx, $in, array('navTitle')), $in, false, function($cx, $in) {return ' <p class="nav-title">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</p>
  69 +';}).''.Plugin\LCRun3::debug('[navBtn]', 'sec', $cx, Plugin\LCRun3::debug('[navBtn]', 'v', $cx, $in, array('navBtn')), $in, false, function($cx, $in) {return ' <span class="nav-btn">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</span>
  70 +';}).'</header>
  71 +';}).''.''.' <div class="personal-details">
  72 + <ul>
  73 + <li><span>头像</span><span><i class="head-portrait user-avatar" data-avatar="'.Plugin\LCRun3::debug('[head_ico]', 'encq', $cx, Plugin\LCRun3::debug('[head_ico]', 'v', $cx, $in, array('head_ico'))).'"></i></span></li>
  74 + <li><span>昵称</span><span>'.Plugin\LCRun3::debug('[nickname]', 'encq', $cx, Plugin\LCRun3::debug('[nickname]', 'v', $cx, $in, array('nickname'))).'</span></li>
  75 + <li><span>性别</span><span>'.Plugin\LCRun3::debug('[gender]', 'encq', $cx, Plugin\LCRun3::debug('[gender]', 'v', $cx, $in, array('gender'))).'</span></li>
  76 + <li><span>生日</span><span>'.Plugin\LCRun3::debug('[birthday]', 'encq', $cx, Plugin\LCRun3::debug('[birthday]', 'v', $cx, $in, array('birthday'))).'</span></li>
  77 + <li><span>会员等级</span>
  78 + <span>
  79 + <a href="grade" class="grade">
  80 +'.Plugin\LCRun3::debug('[vip_info]', 'sec', $cx, Plugin\LCRun3::debug('[vip_info]', 'v', $cx, $in, array('vip_info')), $in, false, function($cx, $in) {return ' <i class="vip-icon vip-'.Plugin\LCRun3::debug('[cur_level]', 'encq', $cx, Plugin\LCRun3::debug('[cur_level]', 'v', $cx, $in, array('cur_level'))).'"></i>
  81 +';}).' <span class="iconfont">&#xe604;</span>
  82 + </a>
  83 + </span>
  84 + </li>
  85 + </ul>
  86 + </div>
  87 +'.''.''.Plugin\LCRun3::debug('[pageFooter]', 'sec', $cx, Plugin\LCRun3::debug('[pageFooter]', 'v', $cx, $in, array('pageFooter')), $in, false, function($cx, $in) {return '<footer id="yoho-footer" class="yoho-footer hide">
  88 + <p class="op-row">
  89 + <span class="back-to-top">
  90 + Back to top
  91 + <i class="iconfont">&#xe608;</i>
  92 + </span>
  93 + </p>
  94 + <address class="copyright">
  95 + CopyRight©2007-2016 南京新与力文化传播有限公司
  96 + </address>
  97 +</footer>
  98 +';}).'
  99 +'.''.''.Plugin\LCRun3::debug('[showDownloadApp]', 'sec', $cx, Plugin\LCRun3::debug('[showDownloadApp]', 'v', $cx, $in, array('showDownloadApp')), $in, false, function($cx, $in) {return '<div class="float-layer hide" id="float-layer-app">
  100 + <div class="float-layer-left">
  101 + <span class="yoho-icon iconfont">&#xe60d;</span>
  102 + <p>新用户送千元礼包</p>
  103 + </div>
  104 + <a href="javascript:void(0);" id="float-layer-close" >
  105 + <i class="close-icon iconfont">&#xe623;</i>
  106 + <div class="circle-rightbottom"></div>
  107 + </a>
  108 + <a href="http://m.yohobuy.com/download/hyapp" id="float-layer-btn">
  109 + 立即下载
  110 + </a>
  111 +</div>
  112 +';}).'
  113 +
  114 + '.''.((Plugin\LCRun3::debug('[hasWxShare]', 'ifvar', $cx, Plugin\LCRun3::debug('[hasWxShare]', 'v', $cx, $in, array('hasWxShare')))) ? '<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
  115 +' : '').''.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script>
  116 +<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script>
  117 +' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script>
  118 +<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script>
  119 +' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script>
  120 +<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index-debug.js"></script>
  121 +' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<script src="http://localhost:8000/static/js/sea.js?nowrap"></script>
  122 +<script>seajs.config({base: \'http://localhost:8000/\'});</script>
  123 +' : '').'<script type="text/javascript">
  124 + (function(w,d,s,j,f){
  125 + w[\'YohoAcquisitionObject\']=f;
  126 + w[f]=function(){w[f].p=arguments;};
  127 + var a=d.createElement(s);
  128 + var m=d.getElementsByTagName(s)[0];
  129 + a.async=1;
  130 + a.src=j;
  131 + m.parentNode.insertBefore(a,m);
  132 + })(window,document,\'script\',\'http://cdn.yoho.cn/yas-jssdk/'.Plugin\LCRun3::debug('[yas_version]', 'encq', $cx, Plugin\LCRun3::debug('[yas_version]', 'v', $cx, $in, array('yas_version'))).'/yas.js\',\'_yas\');
  133 +</script>
  134 +'.'<script>
  135 + seajs.use(\'js/common\');
  136 +</script>
  137 +'.((Plugin\LCRun3::debug('[psList]', 'ifvar', $cx, Plugin\LCRun3::debug('[psList]', 'v', $cx, $in, array('psList')))) ? '<script>
  138 + seajs.use(\'js/guang/plus-star/list\');
  139 +</script>
  140 +' : '').''.((Plugin\LCRun3::debug('[psDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[psDetail]', 'v', $cx, $in, array('psDetail')))) ? '<script>
  141 + seajs.use(\'js/guang/plus-star/detail\');
  142 +</script>
  143 +' : '').''.((Plugin\LCRun3::debug('[guangHome]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangHome]', 'v', $cx, $in, array('guangHome')))) ? '<script>
  144 + seajs.use(\'js/guang/home\');
  145 +</script>
  146 +' : '').''.((Plugin\LCRun3::debug('[guangList]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangList]', 'v', $cx, $in, array('guangList')))) ? '<script>
  147 + seajs.use(\'js/guang/list\');
  148 +</script>
  149 +' : '').''.((Plugin\LCRun3::debug('[guangDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangDetail]', 'v', $cx, $in, array('guangDetail')))) ? '<script>
  150 + seajs.use(\'js/guang/detail\', function(d) {
  151 + d.i(true);
  152 + });
  153 +</script>
  154 +' : '').''.((Plugin\LCRun3::debug('[guangEzine]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangEzine]', 'v', $cx, $in, array('guangEzine')))) ? '<script>
  155 + seajs.use(\'js/guang/detail\', function(d) {
  156 + d.i(false);
  157 + });
  158 +</script>
  159 +' : '').''.((Plugin\LCRun3::debug('[regIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[regIndex]', 'v', $cx, $in, array('regIndex')))) ? '<script>
  160 + seajs.use(\'js/passport/register/register\');
  161 +</script>
  162 +' : '').''.((Plugin\LCRun3::debug('[regCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[regCode]', 'v', $cx, $in, array('regCode')))) ? '<script>
  163 + seajs.use(\'js/passport/register/code\');
  164 +</script>
  165 +' : '').''.((Plugin\LCRun3::debug('[regPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[regPwd]', 'v', $cx, $in, array('regPwd')))) ? '<script>
  166 + seajs.use(\'js/passport/register/password\');
  167 +</script>
  168 +' : '').''.((Plugin\LCRun3::debug('[loginIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginIndex]', 'v', $cx, $in, array('loginIndex')))) ? '<script>
  169 + seajs.use(\'js/passport/login/login\');
  170 +</script>
  171 +' : '').''.((Plugin\LCRun3::debug('[loginInternational]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginInternational]', 'v', $cx, $in, array('loginInternational')))) ? '<script>
  172 + seajs.use(\'js/passport/login/international\');
  173 +</script>
  174 +' : '').''.((Plugin\LCRun3::debug('[backEmail]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmail]', 'v', $cx, $in, array('backEmail')))) ? '<script>
  175 + seajs.use(\'js/passport/back/email\');
  176 +</script>
  177 +' : '').''.((Plugin\LCRun3::debug('[backEmailSuccess]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmailSuccess]', 'v', $cx, $in, array('backEmailSuccess')))) ? '<script>
  178 + seajs.use(\'js/passport/back/email-success\');
  179 +</script>
  180 +' : '').''.((Plugin\LCRun3::debug('[backMobile]', 'ifvar', $cx, Plugin\LCRun3::debug('[backMobile]', 'v', $cx, $in, array('backMobile')))) ? '<script>
  181 + seajs.use(\'js/passport/back/mobile\');
  182 +</script>
  183 +' : '').''.((Plugin\LCRun3::debug('[backCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[backCode]', 'v', $cx, $in, array('backCode')))) ? '<script>
  184 + seajs.use(\'js/passport/back/code\');
  185 +</script>
  186 +' : '').''.((Plugin\LCRun3::debug('[backNewPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[backNewPwd]', 'v', $cx, $in, array('backNewPwd')))) ? '<script>
  187 + seajs.use(\'js/passport/back/new-password\');
  188 +</script>
  189 +' : '').''.((Plugin\LCRun3::debug('[channelPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[channelPage]', 'v', $cx, $in, array('channelPage')))) ? '<script>
  190 + seajs.use(\'js/index/channel\');
  191 + seajs.use(\'js/index/footer\');
  192 +</script>
  193 +' : '').''.((Plugin\LCRun3::debug('[grilsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[grilsHomePage]', 'v', $cx, $in, array('grilsHomePage')))) ? '<script>
  194 + seajs.use(\'js/home/home\', function(h) {
  195 + h.set(\'girls\');
  196 + });
  197 + seajs.use(\'js/index/footer\');
  198 +</script>
  199 +' : '').''.((Plugin\LCRun3::debug('[boysHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[boysHomePage]', 'v', $cx, $in, array('boysHomePage')))) ? '<script>
  200 + seajs.use(\'js/home/home\', function(h) {
  201 + h.set(\'boys\');
  202 + });
  203 + seajs.use(\'js/index/footer\');
  204 +</script>
  205 +' : '').''.((Plugin\LCRun3::debug('[kidsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[kidsHomePage]', 'v', $cx, $in, array('kidsHomePage')))) ? '<script>
  206 + seajs.use(\'js/home/home\', function(h) {
  207 + h.set(\'kids\');
  208 + });
  209 + seajs.use(\'js/index/footer\');
  210 +</script>
  211 +' : '').''.((Plugin\LCRun3::debug('[lifestyleHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifestyleHomePage]', 'v', $cx, $in, array('lifestyleHomePage')))) ? '<script>
  212 + seajs.use(\'js/home/home\', function(h) {
  213 + h.set(\'lifestyle\');
  214 + });
  215 + seajs.use(\'js/index/footer\');
  216 +</script>
  217 +' : '').''.((Plugin\LCRun3::debug('[newArrivalPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[newArrivalPage]', 'v', $cx, $in, array('newArrivalPage')))) ? '<script>
  218 + seajs.use(\'js/product/newsale/newarrival\');
  219 + seajs.use(\'js/index/footer\');
  220 +</script>
  221 +' : '').''.((Plugin\LCRun3::debug('[discountPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[discountPage]', 'v', $cx, $in, array('discountPage')))) ? '<script>
  222 + seajs.use(\'js/product/newsale/discount\');
  223 + seajs.use(\'js/index/footer\');
  224 +</script>
  225 +' : '').''.((Plugin\LCRun3::debug('[hotrankPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[hotrankPage]', 'v', $cx, $in, array('hotrankPage')))) ? '<script>
  226 + seajs.use(\'js/product/newsale/hot-rank\');
  227 + seajs.use(\'js/index/footer\');
  228 +</script>
  229 +' : '').''.((Plugin\LCRun3::debug('[goodListPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodListPage]', 'v', $cx, $in, array('goodListPage')))) ? '<script>
  230 + seajs.use(\'js/product/list\');
  231 + seajs.use(\'js/index/footer\');
  232 +</script>
  233 +' : '').''.((Plugin\LCRun3::debug('[goodsDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsDetailPage]', 'v', $cx, $in, array('goodsDetailPage')))) ? '<script>
  234 + seajs.use(\'js/product/detail/detail\');
  235 +</script>
  236 +' : '').''.((Plugin\LCRun3::debug('[goodsCommentsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsCommentsPage]', 'v', $cx, $in, array('goodsCommentsPage')))) ? '<script>
  237 + seajs.use(\'js/product/detail/loadmore\');
  238 +</script>
  239 +' : '').''.((Plugin\LCRun3::debug('[goodsConsultsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsConsultsPage]', 'v', $cx, $in, array('goodsConsultsPage')))) ? '<script>
  240 + seajs.use(\'js/product/detail/comments-consults\');
  241 +</script>
  242 +' : '').''.((Plugin\LCRun3::debug('[consultformPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[consultformPage]', 'v', $cx, $in, array('consultformPage')))) ? '<script>
  243 + seajs.use(\'js/product/detail/consultform\');
  244 +</script>
  245 +' : '').''.((Plugin\LCRun3::debug('[categoryPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[categoryPage]', 'v', $cx, $in, array('categoryPage')))) ? '<script>
  246 + seajs.use(\'js/category/index\');
  247 + seajs.use(\'js/index/footer\');
  248 +</script>
  249 +' : '').''.((Plugin\LCRun3::debug('[brandPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[brandPage]', 'v', $cx, $in, array('brandPage')))) ? '<script>
  250 + seajs.use(\'js/category/brand\');
  251 + seajs.use(\'js/index/footer\');
  252 +</script>
  253 +' : '').''.((Plugin\LCRun3::debug('[searchPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[searchPage]', 'v', $cx, $in, array('searchPage')))) ? '<script>
  254 + seajs.use(\'js/index/search\');
  255 + seajs.use(\'js/index/footer\');
  256 +</script>
  257 +' : '').''.((Plugin\LCRun3::debug('[shoppingCartPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[shoppingCartPage]', 'v', $cx, $in, array('shoppingCartPage')))) ? '<script>
  258 + seajs.use(\'js/shopping-cart/cart\');
  259 +</script>
  260 +' : '').''.((Plugin\LCRun3::debug('[giftAdvancePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[giftAdvancePage]', 'v', $cx, $in, array('giftAdvancePage')))) ? '<script>
  261 + seajs.use(\'js/shopping-cart/gift-advance\');
  262 +</script>
  263 +' : '').''.((Plugin\LCRun3::debug('[orderEnsurePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderEnsurePage]', 'v', $cx, $in, array('orderEnsurePage')))) ? '<script>
  264 + seajs.use(\'js/shopping-cart/order-ensure\');
  265 +</script>
  266 +' : '').''.((Plugin\LCRun3::debug('[myIndexPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myIndexPage]', 'v', $cx, $in, array('myIndexPage')))) ? '<script>
  267 + seajs.use(\'js/me/index\');
  268 + seajs.use(\'js/index/footer\');
  269 +</script>
  270 +' : '').''.((Plugin\LCRun3::debug('[orderPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderPage]', 'v', $cx, $in, array('orderPage')))) ? '<script>
  271 + seajs.use(\'js/me/order\');
  272 +</script>
  273 +' : '').''.((Plugin\LCRun3::debug('[orderDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderDetailPage]', 'v', $cx, $in, array('orderDetailPage')))) ? '<script>
  274 + seajs.use(\'js/me/order-detail\');
  275 +</script>
  276 +' : '').''.((Plugin\LCRun3::debug('[favPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[favPage]', 'v', $cx, $in, array('favPage')))) ? '<script>
  277 + seajs.use(\'js/me/fav\');
  278 +</script>
  279 +' : '').''.((Plugin\LCRun3::debug('[suggestPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[suggestPage]', 'v', $cx, $in, array('suggestPage')))) ? '<script>
  280 + seajs.use(\'js/me/suggest\');
  281 +</script>
  282 +' : '').''.((Plugin\LCRun3::debug('[couponsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[couponsPage]', 'v', $cx, $in, array('couponsPage')))) ? '<script>
  283 + seajs.use(\'js/me/coupons\');
  284 +</script>
  285 +' : '').''.((Plugin\LCRun3::debug('[onlineServicePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServicePage]', 'v', $cx, $in, array('onlineServicePage')))) ? '<script>
  286 + seajs.use(\'js/me/online-service\');
  287 +</script>
  288 +' : '').''.((Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'v', $cx, $in, array('onlineServiceDetailPage')))) ? '<script>
  289 + seajs.use(\'js/index/footer\');
  290 +</script>
  291 +' : '').''.((Plugin\LCRun3::debug('[addressPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressPage]', 'v', $cx, $in, array('addressPage')))) ? '<script>
  292 + seajs.use(\'js/me/address\');
  293 +</script>
  294 +' : '').''.((Plugin\LCRun3::debug('[addressActionPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressActionPage]', 'v', $cx, $in, array('addressActionPage')))) ? '<script>
  295 + seajs.use(\'js/me/address-act\');
  296 +</script>
  297 +' : '').''.((Plugin\LCRun3::debug('[myGuangPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myGuangPage]', 'v', $cx, $in, array('myGuangPage')))) ? '<script>
  298 + seajs.use(\'js/me/my-guang\');
  299 +</script>
  300 +' : '').''.((Plugin\LCRun3::debug('[personalDetailsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[personalDetailsPage]', 'v', $cx, $in, array('personalDetailsPage')))) ? '<script>
  301 + seajs.use(\'js/me/personal-details\');
  302 +</script>
  303 +' : '').''.((Plugin\LCRun3::debug('[browseRecordPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[browseRecordPage]', 'v', $cx, $in, array('browseRecordPage')))) ? '<script>
  304 + seajs.use(\'js/me/browse-record\');
  305 +</script>
  306 +' : '').''.((Plugin\LCRun3::debug('[logisticInfoPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[logisticInfoPage]', 'v', $cx, $in, array('logisticInfoPage')))) ? '<script>
  307 + seajs.use(\'js/me/logistic\');
  308 +</script>
  309 +' : '').''.((Plugin\LCRun3::debug('[payCenterPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[payCenterPage]', 'v', $cx, $in, array('payCenterPage')))) ? '<script>
  310 + seajs.use(\'js/me/pay\');
  311 +</script>
  312 +' : '').''.''.'<!-- Google Tag Manager -->
  313 +<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  314 +<script>
  315 + (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':
  316 + new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],
  317 + j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=
  318 + \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);
  319 + })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\');
  320 +</script>
  321 +<!-- End Google Tag Manager -->
  322 +<script type="text/javascript">
  323 + var _hmt = _hmt || [];
  324 + (function() {
  325 + var hm = document.createElement("script");
  326 + hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311";
  327 + var s = document.getElementsByTagName("script")[0];
  328 + s.parentNode.insertBefore(hm, s);
  329 + })();
  330 +</script>
  331 +<script>
  332 + var _hmt = _hmt || [];
  333 + (function() {
  334 + var hm = document.createElement("script");
  335 + hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841";
  336 + var s = document.getElementsByTagName("script")[0];
  337 + s.parentNode.insertBefore(hm, s);
  338 + })();
  339 +</script>
  340 +<script src="http://static.yohobuy.com/js/analytics/analysis.js"></script>
  341 +<script src="http://static.yohobuy.com/m/v1/js/om_code.js"></script>
  342 +'.'</body>
  343 +</html>'.'';
  344 +}
  345 +?>
  1 +<?php return function ($in, $debugopt = 1) {
  2 + $cx = array(
  3 + 'flags' => array(
  4 + 'jstrue' => false,
  5 + 'jsobj' => false,
  6 + 'spvar' => true,
  7 + 'prop' => false,
  8 + 'method' => false,
  9 + 'mustlok' => true,
  10 + 'echo' => false,
  11 + 'debug' => $debugopt,
  12 + ),
  13 + 'constants' => array(),
  14 + 'helpers' => array(),
  15 + 'blockhelpers' => array(),
  16 + 'hbhelpers' => array(),
  17 + 'partials' => array(),
  18 + 'scopes' => array(),
  19 + 'sp_vars' => array('root' => $in),
  20 + 'lcrun' => 'Plugin\LCRun3',
  21 +
  22 + );
  23 +
  24 + return ''.'<!DOCTYPE html>
  25 +<html>
  26 +<head>
  27 +<meta charset="utf-8">
  28 +<title>'.Plugin\LCRun3::debug('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</title>
  29 +<meta name="keywords" content="'.Plugin\LCRun3::debug('[keywords]', 'encq', $cx, Plugin\LCRun3::debug('[keywords]', 'v', $cx, $in, array('keywords'))).'">
  30 +<meta name="description" content="'.Plugin\LCRun3::debug('[description]', 'encq', $cx, Plugin\LCRun3::debug('[description]', 'v', $cx, $in, array('description'))).'">
  31 +<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
  32 +<meta http-equiv="cleartype" content="on">
  33 +<meta name="apple-mobile-web-app-status-bar-style" content="black" />
  34 +<meta content="telephone=no" name="format-detection" />
  35 +<meta content="email=no" name="format-detection" />
  36 +<script type="text/javascript">
  37 + (function(doc, win) {
  38 + var docEl = doc.documentElement;
  39 + (function() {
  40 + var clientWidth = docEl.clientWidth;
  41 + if (!clientWidth) {
  42 + return;
  43 + }
  44 + docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\';
  45 + }());
  46 + })(document, window);
  47 +</script>
  48 +<link rel="dns-prefetch" href="//cdn.yoho.cn">
  49 +<link rel="dns-prefetch" href="//static.yohobuy.com">
  50 +<link rel="dns-prefetch" href="//img12.static.yhbimg.com">
  51 +<link rel="dns-prefetch" href="//img13.static.yhbimg.com">
  52 +'.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css">
  53 +' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css">
  54 +' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<link rel="stylesheet" href="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css">
  55 +' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css">
  56 +' : '').'<link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png">
  57 +<link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)">
  58 +<link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)">
  59 +</head>
  60 +<body '.((Plugin\LCRun3::debug('[isPassportPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[isPassportPage]', 'v', $cx, $in, array('isPassportPage')))) ? 'class=passport-body' : '').'>
  61 +'.((Plugin\LCRun3::debug('[systemUpdate]', 'ifvar', $cx, Plugin\LCRun3::debug('[systemUpdate]', 'v', $cx, $in, array('systemUpdate')))) ? ' <div class="systemUpdate">
  62 + <a href="index/systemUpdate" class="systemHeader">Yoho!Buy有货关于系统升级的公告</a>
  63 + <span>X</span>
  64 + </div>
  65 +' : '').' '.''.Plugin\LCRun3::debug('[pageHeader]', 'sec', $cx, Plugin\LCRun3::debug('[pageHeader]', 'v', $cx, $in, array('pageHeader')), $in, false, function($cx, $in) {return '<header id="yoho-header" class="yoho-header'.((Plugin\LCRun3::debug('[boys]', 'ifvar', $cx, Plugin\LCRun3::debug('[boys]', 'v', $cx, $in, array('boys')))) ? ' boys' : '').''.((Plugin\LCRun3::debug('[girls]', 'ifvar', $cx, Plugin\LCRun3::debug('[girls]', 'v', $cx, $in, array('girls')))) ? ' girls' : '').''.((Plugin\LCRun3::debug('[kids]', 'ifvar', $cx, Plugin\LCRun3::debug('[kids]', 'v', $cx, $in, array('kids')))) ? ' kids' : '').''.((Plugin\LCRun3::debug('[lifeStyle]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifeStyle]', 'v', $cx, $in, array('lifeStyle')))) ? ' life-style' : '').'">
  66 +'.Plugin\LCRun3::debug('[navBack]', 'sec', $cx, Plugin\LCRun3::debug('[navBack]', 'v', $cx, $in, array('navBack')), $in, false, function($cx, $in) {return ' <a href="'.((Plugin\LCRun3::debug('[backUrl]', 'ifvar', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl')))) ? ''.Plugin\LCRun3::debug('[backUrl]', 'encq', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl'))).'' : 'javascript:history.go(-1);').'" class="iconfont nav-back">&#xe610;</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">&#xe611;</a>
  68 +';}).''.Plugin\LCRun3::debug('[navTitle]', 'sec', $cx, Plugin\LCRun3::debug('[navTitle]', 'v', $cx, $in, array('navTitle')), $in, false, function($cx, $in) {return ' <p class="nav-title">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</p>
  69 +';}).''.Plugin\LCRun3::debug('[navBtn]', 'sec', $cx, Plugin\LCRun3::debug('[navBtn]', 'v', $cx, $in, array('navBtn')), $in, false, function($cx, $in) {return ' <span class="nav-btn">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</span>
  70 +';}).'</header>
  71 +';}).''.''.'<div class="ps-list-page ps-page yoho-page">
  72 +'.Plugin\LCRun3::debug('[ps]', 'sec', $cx, Plugin\LCRun3::debug('[ps]', 'v', $cx, $in, array('ps')), $in, false, function($cx, $in) {return ' <ul id="nav-tab" class="nav-tab clearfix">
  73 + <li class="star-nav focus">'.Plugin\LCRun3::debug('[sName]', 'encq', $cx, Plugin\LCRun3::debug('[sName]', 'v', $cx, $in, array('sName'))).'</li>
  74 + <li class="plus-nav">'.Plugin\LCRun3::debug('[pName]', 'encq', $cx, Plugin\LCRun3::debug('[pName]', 'v', $cx, $in, array('pName'))).'</li>
  75 + </ul>
  76 + <div id="ps-content" class="ps-content">
  77 + <ul class="star-content content">
  78 +'.Plugin\LCRun3::debug('[star]', 'sec', $cx, Plugin\LCRun3::debug('[star]', 'v', $cx, $in, array('star')), $in, false, function($cx, $in) {return ''.' <li class="plus-star-row">
  79 +'.((Plugin\LCRun3::debug('[imgs]', 'ifvar', $cx, Plugin\LCRun3::debug('[imgs]', 'v', $cx, $in, array('imgs')))) ? ' <div class="swiper-container">
  80 + <div class="swiper-wrapper">
  81 +'.Plugin\LCRun3::debug('[imgs]', 'sec', $cx, Plugin\LCRun3::debug('[imgs]', 'v', $cx, $in, array('imgs')), $in, false, function($cx, $in) {return ' <div class="swiper-slide">
  82 + <a href='.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'>
  83 + <img class="swiper-lazy" data-src='.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'>
  84 + </a>
  85 + </div>
  86 +';}).' </div>
  87 + <div class="swiper-pagination"></div>
  88 + </div>
  89 +' : ' <a href='.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'>
  90 + <img class="lazy" data-original='.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'>
  91 + </a>
  92 +').''.Plugin\LCRun3::debug('[deps]', 'sec', $cx, Plugin\LCRun3::debug('[deps]', 'v', $cx, $in, array('deps')), $in, false, function($cx, $in) {return ' <p class="brand-deps">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</p>
  93 +';}).' </li>'.'';}).' </ul>
  94 + <ul class="plus-content content hide">
  95 +'.Plugin\LCRun3::debug('[plus]', 'sec', $cx, Plugin\LCRun3::debug('[plus]', 'v', $cx, $in, array('plus')), $in, false, function($cx, $in) {return ''.' <li class="plus-star-row">
  96 +'.((Plugin\LCRun3::debug('[imgs]', 'ifvar', $cx, Plugin\LCRun3::debug('[imgs]', 'v', $cx, $in, array('imgs')))) ? ' <div class="swiper-container">
  97 + <div class="swiper-wrapper">
  98 +'.Plugin\LCRun3::debug('[imgs]', 'sec', $cx, Plugin\LCRun3::debug('[imgs]', 'v', $cx, $in, array('imgs')), $in, false, function($cx, $in) {return ' <div class="swiper-slide">
  99 + <a href='.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'>
  100 + <img class="swiper-lazy" data-src='.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'>
  101 + </a>
  102 + </div>
  103 +';}).' </div>
  104 + <div class="swiper-pagination"></div>
  105 + </div>
  106 +' : ' <a href='.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'>
  107 + <img class="lazy" data-original='.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'>
  108 + </a>
  109 +').''.Plugin\LCRun3::debug('[deps]', 'sec', $cx, Plugin\LCRun3::debug('[deps]', 'v', $cx, $in, array('deps')), $in, false, function($cx, $in) {return ' <p class="brand-deps">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</p>
  110 +';}).' </li>'.'';}).' </ul>
  111 + </div>
  112 +';}).'</div>
  113 +'.''.''.Plugin\LCRun3::debug('[pageFooter]', 'sec', $cx, Plugin\LCRun3::debug('[pageFooter]', 'v', $cx, $in, array('pageFooter')), $in, false, function($cx, $in) {return '<footer id="yoho-footer" class="yoho-footer hide">
  114 + <p class="op-row">
  115 + <span class="back-to-top">
  116 + Back to top
  117 + <i class="iconfont">&#xe608;</i>
  118 + </span>
  119 + </p>
  120 + <address class="copyright">
  121 + CopyRight©2007-2016 南京新与力文化传播有限公司
  122 + </address>
  123 +</footer>
  124 +';}).'
  125 +'.''.''.Plugin\LCRun3::debug('[showDownloadApp]', 'sec', $cx, Plugin\LCRun3::debug('[showDownloadApp]', 'v', $cx, $in, array('showDownloadApp')), $in, false, function($cx, $in) {return '<div class="float-layer hide" id="float-layer-app">
  126 + <div class="float-layer-left">
  127 + <span class="yoho-icon iconfont">&#xe60d;</span>
  128 + <p>新用户送千元礼包</p>
  129 + </div>
  130 + <a href="javascript:void(0);" id="float-layer-close" >
  131 + <i class="close-icon iconfont">&#xe623;</i>
  132 + <div class="circle-rightbottom"></div>
  133 + </a>
  134 + <a href="http://m.yohobuy.com/download/hyapp" id="float-layer-btn">
  135 + 立即下载
  136 + </a>
  137 +</div>
  138 +';}).'
  139 +
  140 + '.''.((Plugin\LCRun3::debug('[hasWxShare]', 'ifvar', $cx, Plugin\LCRun3::debug('[hasWxShare]', 'v', $cx, $in, array('hasWxShare')))) ? '<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
  141 +' : '').''.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script>
  142 +<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script>
  143 +' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script>
  144 +<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script>
  145 +' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script>
  146 +<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index-debug.js"></script>
  147 +' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<script src="http://localhost:8000/static/js/sea.js?nowrap"></script>
  148 +<script>seajs.config({base: \'http://localhost:8000/\'});</script>
  149 +' : '').'<script type="text/javascript">
  150 + (function(w,d,s,j,f){
  151 + w[\'YohoAcquisitionObject\']=f;
  152 + w[f]=function(){w[f].p=arguments;};
  153 + var a=d.createElement(s);
  154 + var m=d.getElementsByTagName(s)[0];
  155 + a.async=1;
  156 + a.src=j;
  157 + m.parentNode.insertBefore(a,m);
  158 + })(window,document,\'script\',\'http://cdn.yoho.cn/yas-jssdk/'.Plugin\LCRun3::debug('[yas_version]', 'encq', $cx, Plugin\LCRun3::debug('[yas_version]', 'v', $cx, $in, array('yas_version'))).'/yas.js\',\'_yas\');
  159 +</script>
  160 +'.'<script>
  161 + seajs.use(\'js/common\');
  162 +</script>
  163 +'.((Plugin\LCRun3::debug('[psList]', 'ifvar', $cx, Plugin\LCRun3::debug('[psList]', 'v', $cx, $in, array('psList')))) ? '<script>
  164 + seajs.use(\'js/guang/plus-star/list\');
  165 +</script>
  166 +' : '').''.((Plugin\LCRun3::debug('[psDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[psDetail]', 'v', $cx, $in, array('psDetail')))) ? '<script>
  167 + seajs.use(\'js/guang/plus-star/detail\');
  168 +</script>
  169 +' : '').''.((Plugin\LCRun3::debug('[guangHome]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangHome]', 'v', $cx, $in, array('guangHome')))) ? '<script>
  170 + seajs.use(\'js/guang/home\');
  171 +</script>
  172 +' : '').''.((Plugin\LCRun3::debug('[guangList]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangList]', 'v', $cx, $in, array('guangList')))) ? '<script>
  173 + seajs.use(\'js/guang/list\');
  174 +</script>
  175 +' : '').''.((Plugin\LCRun3::debug('[guangDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangDetail]', 'v', $cx, $in, array('guangDetail')))) ? '<script>
  176 + seajs.use(\'js/guang/detail\', function(d) {
  177 + d.i(true);
  178 + });
  179 +</script>
  180 +' : '').''.((Plugin\LCRun3::debug('[guangEzine]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangEzine]', 'v', $cx, $in, array('guangEzine')))) ? '<script>
  181 + seajs.use(\'js/guang/detail\', function(d) {
  182 + d.i(false);
  183 + });
  184 +</script>
  185 +' : '').''.((Plugin\LCRun3::debug('[regIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[regIndex]', 'v', $cx, $in, array('regIndex')))) ? '<script>
  186 + seajs.use(\'js/passport/register/register\');
  187 +</script>
  188 +' : '').''.((Plugin\LCRun3::debug('[regCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[regCode]', 'v', $cx, $in, array('regCode')))) ? '<script>
  189 + seajs.use(\'js/passport/register/code\');
  190 +</script>
  191 +' : '').''.((Plugin\LCRun3::debug('[regPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[regPwd]', 'v', $cx, $in, array('regPwd')))) ? '<script>
  192 + seajs.use(\'js/passport/register/password\');
  193 +</script>
  194 +' : '').''.((Plugin\LCRun3::debug('[loginIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginIndex]', 'v', $cx, $in, array('loginIndex')))) ? '<script>
  195 + seajs.use(\'js/passport/login/login\');
  196 +</script>
  197 +' : '').''.((Plugin\LCRun3::debug('[loginInternational]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginInternational]', 'v', $cx, $in, array('loginInternational')))) ? '<script>
  198 + seajs.use(\'js/passport/login/international\');
  199 +</script>
  200 +' : '').''.((Plugin\LCRun3::debug('[backEmail]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmail]', 'v', $cx, $in, array('backEmail')))) ? '<script>
  201 + seajs.use(\'js/passport/back/email\');
  202 +</script>
  203 +' : '').''.((Plugin\LCRun3::debug('[backEmailSuccess]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmailSuccess]', 'v', $cx, $in, array('backEmailSuccess')))) ? '<script>
  204 + seajs.use(\'js/passport/back/email-success\');
  205 +</script>
  206 +' : '').''.((Plugin\LCRun3::debug('[backMobile]', 'ifvar', $cx, Plugin\LCRun3::debug('[backMobile]', 'v', $cx, $in, array('backMobile')))) ? '<script>
  207 + seajs.use(\'js/passport/back/mobile\');
  208 +</script>
  209 +' : '').''.((Plugin\LCRun3::debug('[backCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[backCode]', 'v', $cx, $in, array('backCode')))) ? '<script>
  210 + seajs.use(\'js/passport/back/code\');
  211 +</script>
  212 +' : '').''.((Plugin\LCRun3::debug('[backNewPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[backNewPwd]', 'v', $cx, $in, array('backNewPwd')))) ? '<script>
  213 + seajs.use(\'js/passport/back/new-password\');
  214 +</script>
  215 +' : '').''.((Plugin\LCRun3::debug('[channelPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[channelPage]', 'v', $cx, $in, array('channelPage')))) ? '<script>
  216 + seajs.use(\'js/index/channel\');
  217 + seajs.use(\'js/index/footer\');
  218 +</script>
  219 +' : '').''.((Plugin\LCRun3::debug('[grilsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[grilsHomePage]', 'v', $cx, $in, array('grilsHomePage')))) ? '<script>
  220 + seajs.use(\'js/home/home\', function(h) {
  221 + h.set(\'girls\');
  222 + });
  223 + seajs.use(\'js/index/footer\');
  224 +</script>
  225 +' : '').''.((Plugin\LCRun3::debug('[boysHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[boysHomePage]', 'v', $cx, $in, array('boysHomePage')))) ? '<script>
  226 + seajs.use(\'js/home/home\', function(h) {
  227 + h.set(\'boys\');
  228 + });
  229 + seajs.use(\'js/index/footer\');
  230 +</script>
  231 +' : '').''.((Plugin\LCRun3::debug('[kidsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[kidsHomePage]', 'v', $cx, $in, array('kidsHomePage')))) ? '<script>
  232 + seajs.use(\'js/home/home\', function(h) {
  233 + h.set(\'kids\');
  234 + });
  235 + seajs.use(\'js/index/footer\');
  236 +</script>
  237 +' : '').''.((Plugin\LCRun3::debug('[lifestyleHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifestyleHomePage]', 'v', $cx, $in, array('lifestyleHomePage')))) ? '<script>
  238 + seajs.use(\'js/home/home\', function(h) {
  239 + h.set(\'lifestyle\');
  240 + });
  241 + seajs.use(\'js/index/footer\');
  242 +</script>
  243 +' : '').''.((Plugin\LCRun3::debug('[newArrivalPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[newArrivalPage]', 'v', $cx, $in, array('newArrivalPage')))) ? '<script>
  244 + seajs.use(\'js/product/newsale/newarrival\');
  245 + seajs.use(\'js/index/footer\');
  246 +</script>
  247 +' : '').''.((Plugin\LCRun3::debug('[discountPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[discountPage]', 'v', $cx, $in, array('discountPage')))) ? '<script>
  248 + seajs.use(\'js/product/newsale/discount\');
  249 + seajs.use(\'js/index/footer\');
  250 +</script>
  251 +' : '').''.((Plugin\LCRun3::debug('[hotrankPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[hotrankPage]', 'v', $cx, $in, array('hotrankPage')))) ? '<script>
  252 + seajs.use(\'js/product/newsale/hot-rank\');
  253 + seajs.use(\'js/index/footer\');
  254 +</script>
  255 +' : '').''.((Plugin\LCRun3::debug('[goodListPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodListPage]', 'v', $cx, $in, array('goodListPage')))) ? '<script>
  256 + seajs.use(\'js/product/list\');
  257 + seajs.use(\'js/index/footer\');
  258 +</script>
  259 +' : '').''.((Plugin\LCRun3::debug('[goodsDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsDetailPage]', 'v', $cx, $in, array('goodsDetailPage')))) ? '<script>
  260 + seajs.use(\'js/product/detail/detail\');
  261 +</script>
  262 +' : '').''.((Plugin\LCRun3::debug('[goodsCommentsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsCommentsPage]', 'v', $cx, $in, array('goodsCommentsPage')))) ? '<script>
  263 + seajs.use(\'js/product/detail/loadmore\');
  264 +</script>
  265 +' : '').''.((Plugin\LCRun3::debug('[goodsConsultsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsConsultsPage]', 'v', $cx, $in, array('goodsConsultsPage')))) ? '<script>
  266 + seajs.use(\'js/product/detail/comments-consults\');
  267 +</script>
  268 +' : '').''.((Plugin\LCRun3::debug('[consultformPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[consultformPage]', 'v', $cx, $in, array('consultformPage')))) ? '<script>
  269 + seajs.use(\'js/product/detail/consultform\');
  270 +</script>
  271 +' : '').''.((Plugin\LCRun3::debug('[categoryPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[categoryPage]', 'v', $cx, $in, array('categoryPage')))) ? '<script>
  272 + seajs.use(\'js/category/index\');
  273 + seajs.use(\'js/index/footer\');
  274 +</script>
  275 +' : '').''.((Plugin\LCRun3::debug('[brandPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[brandPage]', 'v', $cx, $in, array('brandPage')))) ? '<script>
  276 + seajs.use(\'js/category/brand\');
  277 + seajs.use(\'js/index/footer\');
  278 +</script>
  279 +' : '').''.((Plugin\LCRun3::debug('[searchPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[searchPage]', 'v', $cx, $in, array('searchPage')))) ? '<script>
  280 + seajs.use(\'js/index/search\');
  281 + seajs.use(\'js/index/footer\');
  282 +</script>
  283 +' : '').''.((Plugin\LCRun3::debug('[shoppingCartPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[shoppingCartPage]', 'v', $cx, $in, array('shoppingCartPage')))) ? '<script>
  284 + seajs.use(\'js/shopping-cart/cart\');
  285 +</script>
  286 +' : '').''.((Plugin\LCRun3::debug('[giftAdvancePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[giftAdvancePage]', 'v', $cx, $in, array('giftAdvancePage')))) ? '<script>
  287 + seajs.use(\'js/shopping-cart/gift-advance\');
  288 +</script>
  289 +' : '').''.((Plugin\LCRun3::debug('[orderEnsurePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderEnsurePage]', 'v', $cx, $in, array('orderEnsurePage')))) ? '<script>
  290 + seajs.use(\'js/shopping-cart/order-ensure\');
  291 +</script>
  292 +' : '').''.((Plugin\LCRun3::debug('[myIndexPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myIndexPage]', 'v', $cx, $in, array('myIndexPage')))) ? '<script>
  293 + seajs.use(\'js/me/index\');
  294 + seajs.use(\'js/index/footer\');
  295 +</script>
  296 +' : '').''.((Plugin\LCRun3::debug('[orderPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderPage]', 'v', $cx, $in, array('orderPage')))) ? '<script>
  297 + seajs.use(\'js/me/order\');
  298 +</script>
  299 +' : '').''.((Plugin\LCRun3::debug('[orderDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderDetailPage]', 'v', $cx, $in, array('orderDetailPage')))) ? '<script>
  300 + seajs.use(\'js/me/order-detail\');
  301 +</script>
  302 +' : '').''.((Plugin\LCRun3::debug('[favPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[favPage]', 'v', $cx, $in, array('favPage')))) ? '<script>
  303 + seajs.use(\'js/me/fav\');
  304 +</script>
  305 +' : '').''.((Plugin\LCRun3::debug('[suggestPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[suggestPage]', 'v', $cx, $in, array('suggestPage')))) ? '<script>
  306 + seajs.use(\'js/me/suggest\');
  307 +</script>
  308 +' : '').''.((Plugin\LCRun3::debug('[couponsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[couponsPage]', 'v', $cx, $in, array('couponsPage')))) ? '<script>
  309 + seajs.use(\'js/me/coupons\');
  310 +</script>
  311 +' : '').''.((Plugin\LCRun3::debug('[onlineServicePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServicePage]', 'v', $cx, $in, array('onlineServicePage')))) ? '<script>
  312 + seajs.use(\'js/me/online-service\');
  313 +</script>
  314 +' : '').''.((Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'v', $cx, $in, array('onlineServiceDetailPage')))) ? '<script>
  315 + seajs.use(\'js/index/footer\');
  316 +</script>
  317 +' : '').''.((Plugin\LCRun3::debug('[addressPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressPage]', 'v', $cx, $in, array('addressPage')))) ? '<script>
  318 + seajs.use(\'js/me/address\');
  319 +</script>
  320 +' : '').''.((Plugin\LCRun3::debug('[addressActionPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressActionPage]', 'v', $cx, $in, array('addressActionPage')))) ? '<script>
  321 + seajs.use(\'js/me/address-act\');
  322 +</script>
  323 +' : '').''.((Plugin\LCRun3::debug('[myGuangPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myGuangPage]', 'v', $cx, $in, array('myGuangPage')))) ? '<script>
  324 + seajs.use(\'js/me/my-guang\');
  325 +</script>
  326 +' : '').''.((Plugin\LCRun3::debug('[personalDetailsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[personalDetailsPage]', 'v', $cx, $in, array('personalDetailsPage')))) ? '<script>
  327 + seajs.use(\'js/me/personal-details\');
  328 +</script>
  329 +' : '').''.((Plugin\LCRun3::debug('[browseRecordPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[browseRecordPage]', 'v', $cx, $in, array('browseRecordPage')))) ? '<script>
  330 + seajs.use(\'js/me/browse-record\');
  331 +</script>
  332 +' : '').''.((Plugin\LCRun3::debug('[logisticInfoPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[logisticInfoPage]', 'v', $cx, $in, array('logisticInfoPage')))) ? '<script>
  333 + seajs.use(\'js/me/logistic\');
  334 +</script>
  335 +' : '').''.((Plugin\LCRun3::debug('[payCenterPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[payCenterPage]', 'v', $cx, $in, array('payCenterPage')))) ? '<script>
  336 + seajs.use(\'js/me/pay\');
  337 +</script>
  338 +' : '').''.''.'<!-- Google Tag Manager -->
  339 +<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  340 +<script>
  341 + (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':
  342 + new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],
  343 + j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=
  344 + \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);
  345 + })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\');
  346 +</script>
  347 +<!-- End Google Tag Manager -->
  348 +<script type="text/javascript">
  349 + var _hmt = _hmt || [];
  350 + (function() {
  351 + var hm = document.createElement("script");
  352 + hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311";
  353 + var s = document.getElementsByTagName("script")[0];
  354 + s.parentNode.insertBefore(hm, s);
  355 + })();
  356 +</script>
  357 +<script>
  358 + var _hmt = _hmt || [];
  359 + (function() {
  360 + var hm = document.createElement("script");
  361 + hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841";
  362 + var s = document.getElementsByTagName("script")[0];
  363 + s.parentNode.insertBefore(hm, s);
  364 + })();
  365 +</script>
  366 +<script src="http://static.yohobuy.com/js/analytics/analysis.js"></script>
  367 +<script src="http://static.yohobuy.com/m/v1/js/om_code.js"></script>
  368 +'.'</body>
  369 +</html>'.'';
  370 +}
  371 +?>
  1 +<?php return function ($in, $debugopt = 1) {
  2 + $cx = array(
  3 + 'flags' => array(
  4 + 'jstrue' => false,
  5 + 'jsobj' => false,
  6 + 'spvar' => true,
  7 + 'prop' => false,
  8 + 'method' => false,
  9 + 'mustlok' => true,
  10 + 'echo' => false,
  11 + 'debug' => $debugopt,
  12 + ),
  13 + 'constants' => array(),
  14 + 'helpers' => array(),
  15 + 'blockhelpers' => array(),
  16 + 'hbhelpers' => array(),
  17 + 'partials' => array(),
  18 + 'scopes' => array(),
  19 + 'sp_vars' => array('root' => $in),
  20 + 'lcrun' => 'Plugin\LCRun3',
  21 +
  22 + );
  23 +
  24 + return ''.Plugin\LCRun3::debug('[goods]', 'sec', $cx, Plugin\LCRun3::debug('[goods]', 'v', $cx, $in, array('goods')), $in, false, function($cx, $in) {return ''.' '.((Plugin\LCRun3::debug('this', 'ifvar', $cx, $in)) ? '
  25 + <div class="good-info" data-id="'.Plugin\LCRun3::debug('[id]', 'encq', $cx, Plugin\LCRun3::debug('[id]', 'v', $cx, $in, array('id'))).'">
  26 + <div class="tag-container clearfix">
  27 +'.Plugin\LCRun3::debug('[tags]', 'sec', $cx, Plugin\LCRun3::debug('[tags]', 'v', $cx, $in, array('tags')), $in, false, function($cx, $in) {return ''.Plugin\LCRun3::debug('[is_new]', 'sec', $cx, Plugin\LCRun3::debug('[is_new]', 'v', $cx, $in, array('is_new')), $in, false, function($cx, $in) {return ' <p class="good-tag new-tag">NEW</p>
  28 +';}).''.Plugin\LCRun3::debug('[is_advance]', 'sec', $cx, Plugin\LCRun3::debug('[is_advance]', 'v', $cx, $in, array('is_advance')), $in, false, function($cx, $in) {return ' <p class="good-tag renew-tag">再到着</p>
  29 +';}).''.Plugin\LCRun3::debug('[is_discount]', 'sec', $cx, Plugin\LCRun3::debug('[is_discount]', 'v', $cx, $in, array('is_discount')), $in, false, function($cx, $in) {return ' <p class="good-tag sale-tag">SALE</p>
  30 +';}).''.Plugin\LCRun3::debug('[is_yohoood]', 'sec', $cx, Plugin\LCRun3::debug('[is_yohoood]', 'v', $cx, $in, array('is_yohoood')), $in, false, function($cx, $in) {return ' <p class="good-tag new-festival-tag">新品节</p>
  31 +';}).''.Plugin\LCRun3::debug('[is_limited]', 'sec', $cx, Plugin\LCRun3::debug('[is_limited]', 'v', $cx, $in, array('is_limited')), $in, false, function($cx, $in) {return ' <p class="good-tag limit-tag">限量商品</p>
  32 +';}).'';}).' </div>
  33 + <div class="good-detail-img">
  34 + <a class="good-thumb" href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'">
  35 + <img class="lazy" data-original="'.Plugin\LCRun3::debug('[thumb]', 'encq', $cx, Plugin\LCRun3::debug('[thumb]', 'v', $cx, $in, array('thumb'))).'">
  36 + </a>
  37 +'.Plugin\LCRun3::debug('[is_soon_sold_out]', 'sec', $cx, Plugin\LCRun3::debug('[is_soon_sold_out]', 'v', $cx, $in, array('is_soon_sold_out')), $in, false, function($cx, $in) {return ' <p class="few-tag">即将售罄</p>
  38 +';}).' </div>
  39 + <div class="good-detail-text">
  40 + <div class="name">
  41 + <a href="'.Plugin\LCRun3::debug('[url]', 'encq', $cx, Plugin\LCRun3::debug('[url]', 'v', $cx, $in, array('url'))).'">'.Plugin\LCRun3::debug('[name]', 'encq', $cx, Plugin\LCRun3::debug('[name]', 'v', $cx, $in, array('name'))).'</a>
  42 + </div>
  43 + <div class="price">
  44 + <span class="sale-price '.((Plugin\LCRun3::debug('^[price]', 'isec', $cx, Plugin\LCRun3::debug('[price]', 'v', $cx, $in, array('price')))) ? 'no-price' : '').'">¥'.Plugin\LCRun3::debug('[salePrice]', 'encq', $cx, Plugin\LCRun3::debug('[salePrice]', 'v', $cx, $in, array('salePrice'))).'</span>
  45 +'.Plugin\LCRun3::debug('[price]', 'sec', $cx, Plugin\LCRun3::debug('[price]', 'v', $cx, $in, array('price')), $in, false, function($cx, $in) {return ' <span class="market-price">¥'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</span>
  46 +';}).' </div>
  47 + </div>
  48 + </div>
  49 + ' : '').''.'';}).' ';
  50 +}
  51 +?>
  1 +<?php return function ($in, $debugopt = 1) {
  2 + $cx = array(
  3 + 'flags' => array(
  4 + 'jstrue' => false,
  5 + 'jsobj' => false,
  6 + 'spvar' => true,
  7 + 'prop' => false,
  8 + 'method' => false,
  9 + 'mustlok' => true,
  10 + 'echo' => false,
  11 + 'debug' => $debugopt,
  12 + ),
  13 + 'constants' => array(),
  14 + 'helpers' => array(),
  15 + 'blockhelpers' => array(),
  16 + 'hbhelpers' => array(),
  17 + 'partials' => array(),
  18 + 'scopes' => array(),
  19 + 'sp_vars' => array('root' => $in),
  20 + 'lcrun' => 'Plugin\LCRun3',
  21 +
  22 + );
  23 +
  24 + return ''.'<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">&#xe610;</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">&#xe611;</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-address-page yoho-page">
  72 + <div class="page-wrap">
  73 +'.Plugin\LCRun3::debug('[address]', 'sec', $cx, Plugin\LCRun3::debug('[address]', 'v', $cx, $in, array('address')), $in, false, function($cx, $in) {return ' <div class="address-item">
  74 + <span class="name">'.Plugin\LCRun3::debug('[consignee]', 'encq', $cx, Plugin\LCRun3::debug('[consignee]', 'v', $cx, $in, array('consignee'))).'</span>
  75 + <span class="tel">'.Plugin\LCRun3::debug('[mobile]', 'encq', $cx, Plugin\LCRun3::debug('[mobile]', 'v', $cx, $in, array('mobile'))).'</span>
  76 + <p class="address-info">'.Plugin\LCRun3::debug('[area]', 'encq', $cx, Plugin\LCRun3::debug('[area]', 'v', $cx, $in, array('area'))).' '.Plugin\LCRun3::debug('[address]', 'encq', $cx, Plugin\LCRun3::debug('[address]', 'v', $cx, $in, array('address'))).'</p>
  77 + <div class="action iconfont">
  78 + <a class="edit" href="/home/addressAct?id='.Plugin\LCRun3::debug('[address_id]', 'encq', $cx, Plugin\LCRun3::debug('[address_id]', 'v', $cx, $in, array('address_id'))).'">&#xe61e;</a>
  79 + <span class="del" data-id="'.Plugin\LCRun3::debug('[address_id]', 'encq', $cx, Plugin\LCRun3::debug('[address_id]', 'v', $cx, $in, array('address_id'))).'">&#xe621;</span>
  80 + </div>
  81 + </div>
  82 +';}).' <a class="add-address" data-href="/home/addressAct">
  83 + 添加新地址
  84 + </a>
  85 +
  86 + <div class="confim-mask hide">
  87 + <div class="confim-box">
  88 + <div class="content">
  89 + 您确定要删除地址?
  90 + </div>
  91 + <div class="action">
  92 + <span class="cancel">
  93 + 取消
  94 + </span>
  95 + <span class="confim">
  96 + 确认
  97 + </span>
  98 + </div>
  99 + </div>
  100 + </div>
  101 + </div>
  102 +'.' <ul class="address-list">
  103 +'.Plugin\LCRun3::debug('[addressList]', 'sec', $cx, Plugin\LCRun3::debug('[addressList]', 'v', $cx, $in, array('addressList')), $in, false, function($cx, $in) {return ' <li class="address">
  104 + <span class="caption">'.Plugin\LCRun3::debug('[caption]', 'encq', $cx, Plugin\LCRun3::debug('[caption]', 'v', $cx, $in, array('caption'))).'</span>
  105 + <span class="iconfont">&#xe604;</span>
  106 + <ul>
  107 +'.Plugin\LCRun3::debug('[sub]', 'sec', $cx, Plugin\LCRun3::debug('[sub]', 'v', $cx, $in, array('sub')), $in, false, function($cx, $in) {return ' <li class="address">
  108 + <span class="caption">'.Plugin\LCRun3::debug('[caption]', 'encq', $cx, Plugin\LCRun3::debug('[caption]', 'v', $cx, $in, array('caption'))).'</span>
  109 + <span class="iconfont">&#xe604;</span>
  110 + <ul class="address-list">
  111 +'.Plugin\LCRun3::debug('[sub]', 'sec', $cx, Plugin\LCRun3::debug('[sub]', 'v', $cx, $in, array('sub')), $in, false, function($cx, $in) {return ' <li class="address-last" data-id="'.Plugin\LCRun3::debug('[code]', 'encq', $cx, Plugin\LCRun3::debug('[code]', 'v', $cx, $in, array('code'))).'">
  112 + <span class="caption">'.Plugin\LCRun3::debug('[caption]', 'encq', $cx, Plugin\LCRun3::debug('[caption]', 'v', $cx, $in, array('caption'))).'</span>
  113 + </li>
  114 +';}).' </ul>
  115 + </li>
  116 +';}).' </ul>
  117 + </li>
  118 +';}).' </ul>
  119 +'.'</div>
  120 +'.''.''.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">
  121 + <p class="op-row">
  122 + <span class="back-to-top">
  123 + Back to top
  124 + <i class="iconfont">&#xe608;</i>
  125 + </span>
  126 + </p>
  127 + <address class="copyright">
  128 + CopyRight©2007-2016 南京新与力文化传播有限公司
  129 + </address>
  130 +</footer>
  131 +';}).'
  132 +'.''.''.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">
  133 + <div class="float-layer-left">
  134 + <span class="yoho-icon iconfont">&#xe60d;</span>
  135 + <p>新用户送千元礼包</p>
  136 + </div>
  137 + <a href="javascript:void(0);" id="float-layer-close" >
  138 + <i class="close-icon iconfont">&#xe623;</i>
  139 + <div class="circle-rightbottom"></div>
  140 + </a>
  141 + <a href="http://m.yohobuy.com/download/hyapp" id="float-layer-btn">
  142 + 立即下载
  143 + </a>
  144 +</div>
  145 +';}).'
  146 +
  147 + '.''.((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>
  148 +' : '').''.((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>
  149 +<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>
  150 +' : '').''.((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>
  151 +<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>
  152 +' : '').''.((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>
  153 +<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>
  154 +' : '').''.((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>
  155 +<script>seajs.config({base: \'http://localhost:8000/\'});</script>
  156 +' : '').'<script type="text/javascript">
  157 + (function(w,d,s,j,f){
  158 + w[\'YohoAcquisitionObject\']=f;
  159 + w[f]=function(){w[f].p=arguments;};
  160 + var a=d.createElement(s);
  161 + var m=d.getElementsByTagName(s)[0];
  162 + a.async=1;
  163 + a.src=j;
  164 + m.parentNode.insertBefore(a,m);
  165 + })(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\');
  166 +</script>
  167 +'.'<script>
  168 + seajs.use(\'js/common\');
  169 +</script>
  170 +'.((Plugin\LCRun3::debug('[psList]', 'ifvar', $cx, Plugin\LCRun3::debug('[psList]', 'v', $cx, $in, array('psList')))) ? '<script>
  171 + seajs.use(\'js/guang/plus-star/list\');
  172 +</script>
  173 +' : '').''.((Plugin\LCRun3::debug('[psDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[psDetail]', 'v', $cx, $in, array('psDetail')))) ? '<script>
  174 + seajs.use(\'js/guang/plus-star/detail\');
  175 +</script>
  176 +' : '').''.((Plugin\LCRun3::debug('[guangHome]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangHome]', 'v', $cx, $in, array('guangHome')))) ? '<script>
  177 + seajs.use(\'js/guang/home\');
  178 +</script>
  179 +' : '').''.((Plugin\LCRun3::debug('[guangList]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangList]', 'v', $cx, $in, array('guangList')))) ? '<script>
  180 + seajs.use(\'js/guang/list\');
  181 +</script>
  182 +' : '').''.((Plugin\LCRun3::debug('[guangDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangDetail]', 'v', $cx, $in, array('guangDetail')))) ? '<script>
  183 + seajs.use(\'js/guang/detail\', function(d) {
  184 + d.i(true);
  185 + });
  186 +</script>
  187 +' : '').''.((Plugin\LCRun3::debug('[guangEzine]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangEzine]', 'v', $cx, $in, array('guangEzine')))) ? '<script>
  188 + seajs.use(\'js/guang/detail\', function(d) {
  189 + d.i(false);
  190 + });
  191 +</script>
  192 +' : '').''.((Plugin\LCRun3::debug('[regIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[regIndex]', 'v', $cx, $in, array('regIndex')))) ? '<script>
  193 + seajs.use(\'js/passport/register/register\');
  194 +</script>
  195 +' : '').''.((Plugin\LCRun3::debug('[regCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[regCode]', 'v', $cx, $in, array('regCode')))) ? '<script>
  196 + seajs.use(\'js/passport/register/code\');
  197 +</script>
  198 +' : '').''.((Plugin\LCRun3::debug('[regPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[regPwd]', 'v', $cx, $in, array('regPwd')))) ? '<script>
  199 + seajs.use(\'js/passport/register/password\');
  200 +</script>
  201 +' : '').''.((Plugin\LCRun3::debug('[loginIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginIndex]', 'v', $cx, $in, array('loginIndex')))) ? '<script>
  202 + seajs.use(\'js/passport/login/login\');
  203 +</script>
  204 +' : '').''.((Plugin\LCRun3::debug('[loginInternational]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginInternational]', 'v', $cx, $in, array('loginInternational')))) ? '<script>
  205 + seajs.use(\'js/passport/login/international\');
  206 +</script>
  207 +' : '').''.((Plugin\LCRun3::debug('[backEmail]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmail]', 'v', $cx, $in, array('backEmail')))) ? '<script>
  208 + seajs.use(\'js/passport/back/email\');
  209 +</script>
  210 +' : '').''.((Plugin\LCRun3::debug('[backEmailSuccess]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmailSuccess]', 'v', $cx, $in, array('backEmailSuccess')))) ? '<script>
  211 + seajs.use(\'js/passport/back/email-success\');
  212 +</script>
  213 +' : '').''.((Plugin\LCRun3::debug('[backMobile]', 'ifvar', $cx, Plugin\LCRun3::debug('[backMobile]', 'v', $cx, $in, array('backMobile')))) ? '<script>
  214 + seajs.use(\'js/passport/back/mobile\');
  215 +</script>
  216 +' : '').''.((Plugin\LCRun3::debug('[backCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[backCode]', 'v', $cx, $in, array('backCode')))) ? '<script>
  217 + seajs.use(\'js/passport/back/code\');
  218 +</script>
  219 +' : '').''.((Plugin\LCRun3::debug('[backNewPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[backNewPwd]', 'v', $cx, $in, array('backNewPwd')))) ? '<script>
  220 + seajs.use(\'js/passport/back/new-password\');
  221 +</script>
  222 +' : '').''.((Plugin\LCRun3::debug('[channelPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[channelPage]', 'v', $cx, $in, array('channelPage')))) ? '<script>
  223 + seajs.use(\'js/index/channel\');
  224 + seajs.use(\'js/index/footer\');
  225 +</script>
  226 +' : '').''.((Plugin\LCRun3::debug('[grilsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[grilsHomePage]', 'v', $cx, $in, array('grilsHomePage')))) ? '<script>
  227 + seajs.use(\'js/home/home\', function(h) {
  228 + h.set(\'girls\');
  229 + });
  230 + seajs.use(\'js/index/footer\');
  231 +</script>
  232 +' : '').''.((Plugin\LCRun3::debug('[boysHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[boysHomePage]', 'v', $cx, $in, array('boysHomePage')))) ? '<script>
  233 + seajs.use(\'js/home/home\', function(h) {
  234 + h.set(\'boys\');
  235 + });
  236 + seajs.use(\'js/index/footer\');
  237 +</script>
  238 +' : '').''.((Plugin\LCRun3::debug('[kidsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[kidsHomePage]', 'v', $cx, $in, array('kidsHomePage')))) ? '<script>
  239 + seajs.use(\'js/home/home\', function(h) {
  240 + h.set(\'kids\');
  241 + });
  242 + seajs.use(\'js/index/footer\');
  243 +</script>
  244 +' : '').''.((Plugin\LCRun3::debug('[lifestyleHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifestyleHomePage]', 'v', $cx, $in, array('lifestyleHomePage')))) ? '<script>
  245 + seajs.use(\'js/home/home\', function(h) {
  246 + h.set(\'lifestyle\');
  247 + });
  248 + seajs.use(\'js/index/footer\');
  249 +</script>
  250 +' : '').''.((Plugin\LCRun3::debug('[newArrivalPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[newArrivalPage]', 'v', $cx, $in, array('newArrivalPage')))) ? '<script>
  251 + seajs.use(\'js/product/newsale/newarrival\');
  252 + seajs.use(\'js/index/footer\');
  253 +</script>
  254 +' : '').''.((Plugin\LCRun3::debug('[discountPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[discountPage]', 'v', $cx, $in, array('discountPage')))) ? '<script>
  255 + seajs.use(\'js/product/newsale/discount\');
  256 + seajs.use(\'js/index/footer\');
  257 +</script>
  258 +' : '').''.((Plugin\LCRun3::debug('[hotrankPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[hotrankPage]', 'v', $cx, $in, array('hotrankPage')))) ? '<script>
  259 + seajs.use(\'js/product/newsale/hot-rank\');
  260 + seajs.use(\'js/index/footer\');
  261 +</script>
  262 +' : '').''.((Plugin\LCRun3::debug('[goodListPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodListPage]', 'v', $cx, $in, array('goodListPage')))) ? '<script>
  263 + seajs.use(\'js/product/list\');
  264 + seajs.use(\'js/index/footer\');
  265 +</script>
  266 +' : '').''.((Plugin\LCRun3::debug('[goodsDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsDetailPage]', 'v', $cx, $in, array('goodsDetailPage')))) ? '<script>
  267 + seajs.use(\'js/product/detail/detail\');
  268 +</script>
  269 +' : '').''.((Plugin\LCRun3::debug('[goodsCommentsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsCommentsPage]', 'v', $cx, $in, array('goodsCommentsPage')))) ? '<script>
  270 + seajs.use(\'js/product/detail/loadmore\');
  271 +</script>
  272 +' : '').''.((Plugin\LCRun3::debug('[goodsConsultsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsConsultsPage]', 'v', $cx, $in, array('goodsConsultsPage')))) ? '<script>
  273 + seajs.use(\'js/product/detail/comments-consults\');
  274 +</script>
  275 +' : '').''.((Plugin\LCRun3::debug('[consultformPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[consultformPage]', 'v', $cx, $in, array('consultformPage')))) ? '<script>
  276 + seajs.use(\'js/product/detail/consultform\');
  277 +</script>
  278 +' : '').''.((Plugin\LCRun3::debug('[categoryPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[categoryPage]', 'v', $cx, $in, array('categoryPage')))) ? '<script>
  279 + seajs.use(\'js/category/index\');
  280 + seajs.use(\'js/index/footer\');
  281 +</script>
  282 +' : '').''.((Plugin\LCRun3::debug('[brandPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[brandPage]', 'v', $cx, $in, array('brandPage')))) ? '<script>
  283 + seajs.use(\'js/category/brand\');
  284 + seajs.use(\'js/index/footer\');
  285 +</script>
  286 +' : '').''.((Plugin\LCRun3::debug('[searchPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[searchPage]', 'v', $cx, $in, array('searchPage')))) ? '<script>
  287 + seajs.use(\'js/index/search\');
  288 + seajs.use(\'js/index/footer\');
  289 +</script>
  290 +' : '').''.((Plugin\LCRun3::debug('[shoppingCartPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[shoppingCartPage]', 'v', $cx, $in, array('shoppingCartPage')))) ? '<script>
  291 + seajs.use(\'js/shopping-cart/cart\');
  292 +</script>
  293 +' : '').''.((Plugin\LCRun3::debug('[giftAdvancePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[giftAdvancePage]', 'v', $cx, $in, array('giftAdvancePage')))) ? '<script>
  294 + seajs.use(\'js/shopping-cart/gift-advance\');
  295 +</script>
  296 +' : '').''.((Plugin\LCRun3::debug('[orderEnsurePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderEnsurePage]', 'v', $cx, $in, array('orderEnsurePage')))) ? '<script>
  297 + seajs.use(\'js/shopping-cart/order-ensure\');
  298 +</script>
  299 +' : '').''.((Plugin\LCRun3::debug('[myIndexPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myIndexPage]', 'v', $cx, $in, array('myIndexPage')))) ? '<script>
  300 + seajs.use(\'js/me/index\');
  301 + seajs.use(\'js/index/footer\');
  302 +</script>
  303 +' : '').''.((Plugin\LCRun3::debug('[orderPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderPage]', 'v', $cx, $in, array('orderPage')))) ? '<script>
  304 + seajs.use(\'js/me/order\');
  305 +</script>
  306 +' : '').''.((Plugin\LCRun3::debug('[orderDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderDetailPage]', 'v', $cx, $in, array('orderDetailPage')))) ? '<script>
  307 + seajs.use(\'js/me/order-detail\');
  308 +</script>
  309 +' : '').''.((Plugin\LCRun3::debug('[favPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[favPage]', 'v', $cx, $in, array('favPage')))) ? '<script>
  310 + seajs.use(\'js/me/fav\');
  311 +</script>
  312 +' : '').''.((Plugin\LCRun3::debug('[suggestPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[suggestPage]', 'v', $cx, $in, array('suggestPage')))) ? '<script>
  313 + seajs.use(\'js/me/suggest\');
  314 +</script>
  315 +' : '').''.((Plugin\LCRun3::debug('[couponsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[couponsPage]', 'v', $cx, $in, array('couponsPage')))) ? '<script>
  316 + seajs.use(\'js/me/coupons\');
  317 +</script>
  318 +' : '').''.((Plugin\LCRun3::debug('[onlineServicePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServicePage]', 'v', $cx, $in, array('onlineServicePage')))) ? '<script>
  319 + seajs.use(\'js/me/online-service\');
  320 +</script>
  321 +' : '').''.((Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'v', $cx, $in, array('onlineServiceDetailPage')))) ? '<script>
  322 + seajs.use(\'js/index/footer\');
  323 +</script>
  324 +' : '').''.((Plugin\LCRun3::debug('[addressPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressPage]', 'v', $cx, $in, array('addressPage')))) ? '<script>
  325 + seajs.use(\'js/me/address\');
  326 +</script>
  327 +' : '').''.((Plugin\LCRun3::debug('[addressActionPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressActionPage]', 'v', $cx, $in, array('addressActionPage')))) ? '<script>
  328 + seajs.use(\'js/me/address-act\');
  329 +</script>
  330 +' : '').''.((Plugin\LCRun3::debug('[myGuangPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myGuangPage]', 'v', $cx, $in, array('myGuangPage')))) ? '<script>
  331 + seajs.use(\'js/me/my-guang\');
  332 +</script>
  333 +' : '').''.((Plugin\LCRun3::debug('[personalDetailsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[personalDetailsPage]', 'v', $cx, $in, array('personalDetailsPage')))) ? '<script>
  334 + seajs.use(\'js/me/personal-details\');
  335 +</script>
  336 +' : '').''.((Plugin\LCRun3::debug('[browseRecordPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[browseRecordPage]', 'v', $cx, $in, array('browseRecordPage')))) ? '<script>
  337 + seajs.use(\'js/me/browse-record\');
  338 +</script>
  339 +' : '').''.((Plugin\LCRun3::debug('[logisticInfoPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[logisticInfoPage]', 'v', $cx, $in, array('logisticInfoPage')))) ? '<script>
  340 + seajs.use(\'js/me/logistic\');
  341 +</script>
  342 +' : '').''.((Plugin\LCRun3::debug('[payCenterPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[payCenterPage]', 'v', $cx, $in, array('payCenterPage')))) ? '<script>
  343 + seajs.use(\'js/me/pay\');
  344 +</script>
  345 +' : '').''.''.'<!-- Google Tag Manager -->
  346 +<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  347 +<script>
  348 + (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':
  349 + new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],
  350 + j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=
  351 + \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);
  352 + })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\');
  353 +</script>
  354 +<!-- End Google Tag Manager -->
  355 +<script type="text/javascript">
  356 + var _hmt = _hmt || [];
  357 + (function() {
  358 + var hm = document.createElement("script");
  359 + hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311";
  360 + var s = document.getElementsByTagName("script")[0];
  361 + s.parentNode.insertBefore(hm, s);
  362 + })();
  363 +</script>
  364 +<script>
  365 + var _hmt = _hmt || [];
  366 + (function() {
  367 + var hm = document.createElement("script");
  368 + hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841";
  369 + var s = document.getElementsByTagName("script")[0];
  370 + s.parentNode.insertBefore(hm, s);
  371 + })();
  372 +</script>
  373 +<script src="http://static.yohobuy.com/js/analytics/analysis.js"></script>
  374 +<script src="http://static.yohobuy.com/m/v1/js/om_code.js"></script>
  375 +'.'</body>
  376 +</html>'.'';
  377 +}
  378 +?>
  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">&#xe610;</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">&#xe611;</a>
  68 +';}).''.Plugin\LCRun3::debug('[navTitle]', 'sec', $cx, Plugin\LCRun3::debug('[navTitle]', 'v', $cx, $in, array('navTitle')), $in, false, function($cx, $in) {return ' <p class="nav-title">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</p>
  69 +';}).''.Plugin\LCRun3::debug('[navBtn]', 'sec', $cx, Plugin\LCRun3::debug('[navBtn]', 'v', $cx, $in, array('navBtn')), $in, false, function($cx, $in) {return ' <span class="nav-btn">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</span>
  70 +';}).'</header>
  71 +';}).''.''.'<div class="brand-page brand-search-page yoho-page">
  72 + <div class="newbrand-search">
  73 + <form class="search-box clearfix">
  74 + <input type="text" class="search-input" id="keyword" placeholder="查找品牌">
  75 + <i class="search-icon iconfont">&#xe60f;</i>
  76 + <div class="search-action">
  77 + <span class="iconfont clear-text">&#xe623;</span>
  78 + <a class="cancel-btn" href="javascript: history.go(-1);">取消</span>
  79 + </div>
  80 + </form>
  81 + </div>
  82 + <div class="search-result">
  83 + </div>
  84 +</div>
  85 +
  86 +<script id="brands-data" type="text/tmpl">
  87 + '.Plugin\LCRun3::debug('[brandList]', 'raw', $cx, Plugin\LCRun3::debug('[brandList]', 'v', $cx, $in, array('brandList'))).'
  88 +</script>
  89 +'.''.''.Plugin\LCRun3::debug('[pageFooter]', 'sec', $cx, Plugin\LCRun3::debug('[pageFooter]', 'v', $cx, $in, array('pageFooter')), $in, false, function($cx, $in) {return '<footer id="yoho-footer" class="yoho-footer hide">
  90 + <p class="op-row">
  91 + <span class="back-to-top">
  92 + Back to top
  93 + <i class="iconfont">&#xe608;</i>
  94 + </span>
  95 + </p>
  96 + <address class="copyright">
  97 + CopyRight©2007-2016 南京新与力文化传播有限公司
  98 + </address>
  99 +</footer>
  100 +';}).'
  101 +'.''.''.Plugin\LCRun3::debug('[showDownloadApp]', 'sec', $cx, Plugin\LCRun3::debug('[showDownloadApp]', 'v', $cx, $in, array('showDownloadApp')), $in, false, function($cx, $in) {return '<div class="float-layer hide" id="float-layer-app">
  102 + <div class="float-layer-left">
  103 + <span class="yoho-icon iconfont">&#xe60d;</span>
  104 + <p>新用户送千元礼包</p>
  105 + </div>
  106 + <a href="javascript:void(0);" id="float-layer-close" >
  107 + <i class="close-icon iconfont">&#xe623;</i>
  108 + <div class="circle-rightbottom"></div>
  109 + </a>
  110 + <a href="http://m.yohobuy.com/download/hyapp" id="float-layer-btn">
  111 + 立即下载
  112 + </a>
  113 +</div>
  114 +';}).'
  115 +
  116 + '.''.((Plugin\LCRun3::debug('[hasWxShare]', 'ifvar', $cx, Plugin\LCRun3::debug('[hasWxShare]', 'v', $cx, $in, array('hasWxShare')))) ? '<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
  117 +' : '').''.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script>
  118 +<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script>
  119 +' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script>
  120 +<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script>
  121 +' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script>
  122 +<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index-debug.js"></script>
  123 +' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<script src="http://localhost:8000/static/js/sea.js?nowrap"></script>
  124 +<script>seajs.config({base: \'http://localhost:8000/\'});</script>
  125 +' : '').'<script type="text/javascript">
  126 + (function(w,d,s,j,f){
  127 + w[\'YohoAcquisitionObject\']=f;
  128 + w[f]=function(){w[f].p=arguments;};
  129 + var a=d.createElement(s);
  130 + var m=d.getElementsByTagName(s)[0];
  131 + a.async=1;
  132 + a.src=j;
  133 + m.parentNode.insertBefore(a,m);
  134 + })(window,document,\'script\',\'http://cdn.yoho.cn/yas-jssdk/'.Plugin\LCRun3::debug('[yas_version]', 'encq', $cx, Plugin\LCRun3::debug('[yas_version]', 'v', $cx, $in, array('yas_version'))).'/yas.js\',\'_yas\');
  135 +</script>
  136 +'.'<script>
  137 + seajs.use(\'js/common\');
  138 +</script>
  139 +'.((Plugin\LCRun3::debug('[psList]', 'ifvar', $cx, Plugin\LCRun3::debug('[psList]', 'v', $cx, $in, array('psList')))) ? '<script>
  140 + seajs.use(\'js/guang/plus-star/list\');
  141 +</script>
  142 +' : '').''.((Plugin\LCRun3::debug('[psDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[psDetail]', 'v', $cx, $in, array('psDetail')))) ? '<script>
  143 + seajs.use(\'js/guang/plus-star/detail\');
  144 +</script>
  145 +' : '').''.((Plugin\LCRun3::debug('[guangHome]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangHome]', 'v', $cx, $in, array('guangHome')))) ? '<script>
  146 + seajs.use(\'js/guang/home\');
  147 +</script>
  148 +' : '').''.((Plugin\LCRun3::debug('[guangList]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangList]', 'v', $cx, $in, array('guangList')))) ? '<script>
  149 + seajs.use(\'js/guang/list\');
  150 +</script>
  151 +' : '').''.((Plugin\LCRun3::debug('[guangDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangDetail]', 'v', $cx, $in, array('guangDetail')))) ? '<script>
  152 + seajs.use(\'js/guang/detail\', function(d) {
  153 + d.i(true);
  154 + });
  155 +</script>
  156 +' : '').''.((Plugin\LCRun3::debug('[guangEzine]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangEzine]', 'v', $cx, $in, array('guangEzine')))) ? '<script>
  157 + seajs.use(\'js/guang/detail\', function(d) {
  158 + d.i(false);
  159 + });
  160 +</script>
  161 +' : '').''.((Plugin\LCRun3::debug('[regIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[regIndex]', 'v', $cx, $in, array('regIndex')))) ? '<script>
  162 + seajs.use(\'js/passport/register/register\');
  163 +</script>
  164 +' : '').''.((Plugin\LCRun3::debug('[regCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[regCode]', 'v', $cx, $in, array('regCode')))) ? '<script>
  165 + seajs.use(\'js/passport/register/code\');
  166 +</script>
  167 +' : '').''.((Plugin\LCRun3::debug('[regPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[regPwd]', 'v', $cx, $in, array('regPwd')))) ? '<script>
  168 + seajs.use(\'js/passport/register/password\');
  169 +</script>
  170 +' : '').''.((Plugin\LCRun3::debug('[loginIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginIndex]', 'v', $cx, $in, array('loginIndex')))) ? '<script>
  171 + seajs.use(\'js/passport/login/login\');
  172 +</script>
  173 +' : '').''.((Plugin\LCRun3::debug('[loginInternational]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginInternational]', 'v', $cx, $in, array('loginInternational')))) ? '<script>
  174 + seajs.use(\'js/passport/login/international\');
  175 +</script>
  176 +' : '').''.((Plugin\LCRun3::debug('[backEmail]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmail]', 'v', $cx, $in, array('backEmail')))) ? '<script>
  177 + seajs.use(\'js/passport/back/email\');
  178 +</script>
  179 +' : '').''.((Plugin\LCRun3::debug('[backEmailSuccess]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmailSuccess]', 'v', $cx, $in, array('backEmailSuccess')))) ? '<script>
  180 + seajs.use(\'js/passport/back/email-success\');
  181 +</script>
  182 +' : '').''.((Plugin\LCRun3::debug('[backMobile]', 'ifvar', $cx, Plugin\LCRun3::debug('[backMobile]', 'v', $cx, $in, array('backMobile')))) ? '<script>
  183 + seajs.use(\'js/passport/back/mobile\');
  184 +</script>
  185 +' : '').''.((Plugin\LCRun3::debug('[backCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[backCode]', 'v', $cx, $in, array('backCode')))) ? '<script>
  186 + seajs.use(\'js/passport/back/code\');
  187 +</script>
  188 +' : '').''.((Plugin\LCRun3::debug('[backNewPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[backNewPwd]', 'v', $cx, $in, array('backNewPwd')))) ? '<script>
  189 + seajs.use(\'js/passport/back/new-password\');
  190 +</script>
  191 +' : '').''.((Plugin\LCRun3::debug('[channelPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[channelPage]', 'v', $cx, $in, array('channelPage')))) ? '<script>
  192 + seajs.use(\'js/index/channel\');
  193 + seajs.use(\'js/index/footer\');
  194 +</script>
  195 +' : '').''.((Plugin\LCRun3::debug('[grilsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[grilsHomePage]', 'v', $cx, $in, array('grilsHomePage')))) ? '<script>
  196 + seajs.use(\'js/home/home\', function(h) {
  197 + h.set(\'girls\');
  198 + });
  199 + seajs.use(\'js/index/footer\');
  200 +</script>
  201 +' : '').''.((Plugin\LCRun3::debug('[boysHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[boysHomePage]', 'v', $cx, $in, array('boysHomePage')))) ? '<script>
  202 + seajs.use(\'js/home/home\', function(h) {
  203 + h.set(\'boys\');
  204 + });
  205 + seajs.use(\'js/index/footer\');
  206 +</script>
  207 +' : '').''.((Plugin\LCRun3::debug('[kidsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[kidsHomePage]', 'v', $cx, $in, array('kidsHomePage')))) ? '<script>
  208 + seajs.use(\'js/home/home\', function(h) {
  209 + h.set(\'kids\');
  210 + });
  211 + seajs.use(\'js/index/footer\');
  212 +</script>
  213 +' : '').''.((Plugin\LCRun3::debug('[lifestyleHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifestyleHomePage]', 'v', $cx, $in, array('lifestyleHomePage')))) ? '<script>
  214 + seajs.use(\'js/home/home\', function(h) {
  215 + h.set(\'lifestyle\');
  216 + });
  217 + seajs.use(\'js/index/footer\');
  218 +</script>
  219 +' : '').''.((Plugin\LCRun3::debug('[newArrivalPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[newArrivalPage]', 'v', $cx, $in, array('newArrivalPage')))) ? '<script>
  220 + seajs.use(\'js/product/newsale/newarrival\');
  221 + seajs.use(\'js/index/footer\');
  222 +</script>
  223 +' : '').''.((Plugin\LCRun3::debug('[discountPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[discountPage]', 'v', $cx, $in, array('discountPage')))) ? '<script>
  224 + seajs.use(\'js/product/newsale/discount\');
  225 + seajs.use(\'js/index/footer\');
  226 +</script>
  227 +' : '').''.((Plugin\LCRun3::debug('[hotrankPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[hotrankPage]', 'v', $cx, $in, array('hotrankPage')))) ? '<script>
  228 + seajs.use(\'js/product/newsale/hot-rank\');
  229 + seajs.use(\'js/index/footer\');
  230 +</script>
  231 +' : '').''.((Plugin\LCRun3::debug('[goodListPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodListPage]', 'v', $cx, $in, array('goodListPage')))) ? '<script>
  232 + seajs.use(\'js/product/list\');
  233 + seajs.use(\'js/index/footer\');
  234 +</script>
  235 +' : '').''.((Plugin\LCRun3::debug('[goodsDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsDetailPage]', 'v', $cx, $in, array('goodsDetailPage')))) ? '<script>
  236 + seajs.use(\'js/product/detail/detail\');
  237 +</script>
  238 +' : '').''.((Plugin\LCRun3::debug('[goodsCommentsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsCommentsPage]', 'v', $cx, $in, array('goodsCommentsPage')))) ? '<script>
  239 + seajs.use(\'js/product/detail/loadmore\');
  240 +</script>
  241 +' : '').''.((Plugin\LCRun3::debug('[goodsConsultsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsConsultsPage]', 'v', $cx, $in, array('goodsConsultsPage')))) ? '<script>
  242 + seajs.use(\'js/product/detail/comments-consults\');
  243 +</script>
  244 +' : '').''.((Plugin\LCRun3::debug('[consultformPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[consultformPage]', 'v', $cx, $in, array('consultformPage')))) ? '<script>
  245 + seajs.use(\'js/product/detail/consultform\');
  246 +</script>
  247 +' : '').''.((Plugin\LCRun3::debug('[categoryPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[categoryPage]', 'v', $cx, $in, array('categoryPage')))) ? '<script>
  248 + seajs.use(\'js/category/index\');
  249 + seajs.use(\'js/index/footer\');
  250 +</script>
  251 +' : '').''.((Plugin\LCRun3::debug('[brandPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[brandPage]', 'v', $cx, $in, array('brandPage')))) ? '<script>
  252 + seajs.use(\'js/category/brand\');
  253 + seajs.use(\'js/index/footer\');
  254 +</script>
  255 +' : '').''.((Plugin\LCRun3::debug('[searchPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[searchPage]', 'v', $cx, $in, array('searchPage')))) ? '<script>
  256 + seajs.use(\'js/index/search\');
  257 + seajs.use(\'js/index/footer\');
  258 +</script>
  259 +' : '').''.((Plugin\LCRun3::debug('[shoppingCartPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[shoppingCartPage]', 'v', $cx, $in, array('shoppingCartPage')))) ? '<script>
  260 + seajs.use(\'js/shopping-cart/cart\');
  261 +</script>
  262 +' : '').''.((Plugin\LCRun3::debug('[giftAdvancePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[giftAdvancePage]', 'v', $cx, $in, array('giftAdvancePage')))) ? '<script>
  263 + seajs.use(\'js/shopping-cart/gift-advance\');
  264 +</script>
  265 +' : '').''.((Plugin\LCRun3::debug('[orderEnsurePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderEnsurePage]', 'v', $cx, $in, array('orderEnsurePage')))) ? '<script>
  266 + seajs.use(\'js/shopping-cart/order-ensure\');
  267 +</script>
  268 +' : '').''.((Plugin\LCRun3::debug('[myIndexPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myIndexPage]', 'v', $cx, $in, array('myIndexPage')))) ? '<script>
  269 + seajs.use(\'js/me/index\');
  270 + seajs.use(\'js/index/footer\');
  271 +</script>
  272 +' : '').''.((Plugin\LCRun3::debug('[orderPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderPage]', 'v', $cx, $in, array('orderPage')))) ? '<script>
  273 + seajs.use(\'js/me/order\');
  274 +</script>
  275 +' : '').''.((Plugin\LCRun3::debug('[orderDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderDetailPage]', 'v', $cx, $in, array('orderDetailPage')))) ? '<script>
  276 + seajs.use(\'js/me/order-detail\');
  277 +</script>
  278 +' : '').''.((Plugin\LCRun3::debug('[favPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[favPage]', 'v', $cx, $in, array('favPage')))) ? '<script>
  279 + seajs.use(\'js/me/fav\');
  280 +</script>
  281 +' : '').''.((Plugin\LCRun3::debug('[suggestPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[suggestPage]', 'v', $cx, $in, array('suggestPage')))) ? '<script>
  282 + seajs.use(\'js/me/suggest\');
  283 +</script>
  284 +' : '').''.((Plugin\LCRun3::debug('[couponsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[couponsPage]', 'v', $cx, $in, array('couponsPage')))) ? '<script>
  285 + seajs.use(\'js/me/coupons\');
  286 +</script>
  287 +' : '').''.((Plugin\LCRun3::debug('[onlineServicePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServicePage]', 'v', $cx, $in, array('onlineServicePage')))) ? '<script>
  288 + seajs.use(\'js/me/online-service\');
  289 +</script>
  290 +' : '').''.((Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'v', $cx, $in, array('onlineServiceDetailPage')))) ? '<script>
  291 + seajs.use(\'js/index/footer\');
  292 +</script>
  293 +' : '').''.((Plugin\LCRun3::debug('[addressPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressPage]', 'v', $cx, $in, array('addressPage')))) ? '<script>
  294 + seajs.use(\'js/me/address\');
  295 +</script>
  296 +' : '').''.((Plugin\LCRun3::debug('[addressActionPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressActionPage]', 'v', $cx, $in, array('addressActionPage')))) ? '<script>
  297 + seajs.use(\'js/me/address-act\');
  298 +</script>
  299 +' : '').''.((Plugin\LCRun3::debug('[myGuangPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myGuangPage]', 'v', $cx, $in, array('myGuangPage')))) ? '<script>
  300 + seajs.use(\'js/me/my-guang\');
  301 +</script>
  302 +' : '').''.((Plugin\LCRun3::debug('[personalDetailsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[personalDetailsPage]', 'v', $cx, $in, array('personalDetailsPage')))) ? '<script>
  303 + seajs.use(\'js/me/personal-details\');
  304 +</script>
  305 +' : '').''.((Plugin\LCRun3::debug('[browseRecordPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[browseRecordPage]', 'v', $cx, $in, array('browseRecordPage')))) ? '<script>
  306 + seajs.use(\'js/me/browse-record\');
  307 +</script>
  308 +' : '').''.((Plugin\LCRun3::debug('[logisticInfoPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[logisticInfoPage]', 'v', $cx, $in, array('logisticInfoPage')))) ? '<script>
  309 + seajs.use(\'js/me/logistic\');
  310 +</script>
  311 +' : '').''.((Plugin\LCRun3::debug('[payCenterPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[payCenterPage]', 'v', $cx, $in, array('payCenterPage')))) ? '<script>
  312 + seajs.use(\'js/me/pay\');
  313 +</script>
  314 +' : '').''.''.'<!-- Google Tag Manager -->
  315 +<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  316 +<script>
  317 + (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':
  318 + new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],
  319 + j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=
  320 + \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);
  321 + })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\');
  322 +</script>
  323 +<!-- End Google Tag Manager -->
  324 +<script type="text/javascript">
  325 + var _hmt = _hmt || [];
  326 + (function() {
  327 + var hm = document.createElement("script");
  328 + hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311";
  329 + var s = document.getElementsByTagName("script")[0];
  330 + s.parentNode.insertBefore(hm, s);
  331 + })();
  332 +</script>
  333 +<script>
  334 + var _hmt = _hmt || [];
  335 + (function() {
  336 + var hm = document.createElement("script");
  337 + hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841";
  338 + var s = document.getElementsByTagName("script")[0];
  339 + s.parentNode.insertBefore(hm, s);
  340 + })();
  341 +</script>
  342 +<script src="http://static.yohobuy.com/js/analytics/analysis.js"></script>
  343 +<script src="http://static.yohobuy.com/m/v1/js/om_code.js"></script>
  344 +'.'</body>
  345 +</html>'.'';
  346 +}
  347 +?>
  1 +<?php return function ($in, $debugopt = 1) {
  2 + $cx = array(
  3 + 'flags' => array(
  4 + 'jstrue' => false,
  5 + 'jsobj' => false,
  6 + 'spvar' => true,
  7 + 'prop' => false,
  8 + 'method' => false,
  9 + 'mustlok' => true,
  10 + 'echo' => false,
  11 + 'debug' => $debugopt,
  12 + ),
  13 + 'constants' => array(),
  14 + 'helpers' => array(),
  15 + 'blockhelpers' => array(),
  16 + 'hbhelpers' => array(),
  17 + 'partials' => array(),
  18 + 'scopes' => array(),
  19 + 'sp_vars' => array('root' => $in),
  20 + 'lcrun' => 'Plugin\LCRun3',
  21 +
  22 + );
  23 +
  24 + return ''.'<!DOCTYPE html>
  25 +<html>
  26 +<head>
  27 +<meta charset="utf-8">
  28 +<title>'.Plugin\LCRun3::debug('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</title>
  29 +<meta name="keywords" content="'.Plugin\LCRun3::debug('[keywords]', 'encq', $cx, Plugin\LCRun3::debug('[keywords]', 'v', $cx, $in, array('keywords'))).'">
  30 +<meta name="description" content="'.Plugin\LCRun3::debug('[description]', 'encq', $cx, Plugin\LCRun3::debug('[description]', 'v', $cx, $in, array('description'))).'">
  31 +<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
  32 +<meta http-equiv="cleartype" content="on">
  33 +<meta name="apple-mobile-web-app-status-bar-style" content="black" />
  34 +<meta content="telephone=no" name="format-detection" />
  35 +<meta content="email=no" name="format-detection" />
  36 +<script type="text/javascript">
  37 + (function(doc, win) {
  38 + var docEl = doc.documentElement;
  39 + (function() {
  40 + var clientWidth = docEl.clientWidth;
  41 + if (!clientWidth) {
  42 + return;
  43 + }
  44 + docEl.style.fontSize = 20 * (clientWidth / 320) + \'px\';
  45 + }());
  46 + })(document, window);
  47 +</script>
  48 +<link rel="dns-prefetch" href="//cdn.yoho.cn">
  49 +<link rel="dns-prefetch" href="//static.yohobuy.com">
  50 +<link rel="dns-prefetch" href="//img12.static.yhbimg.com">
  51 +<link rel="dns-prefetch" href="//img13.static.yhbimg.com">
  52 +'.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css">
  53 +' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css">
  54 +' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<link rel="stylesheet" href="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.css">
  55 +' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css">
  56 +' : '').'<link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png">
  57 +<link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)">
  58 +<link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)">
  59 +</head>
  60 +<body '.((Plugin\LCRun3::debug('[isPassportPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[isPassportPage]', 'v', $cx, $in, array('isPassportPage')))) ? 'class=passport-body' : '').'>
  61 +'.((Plugin\LCRun3::debug('[systemUpdate]', 'ifvar', $cx, Plugin\LCRun3::debug('[systemUpdate]', 'v', $cx, $in, array('systemUpdate')))) ? ' <div class="systemUpdate">
  62 + <a href="index/systemUpdate" class="systemHeader">Yoho!Buy有货关于系统升级的公告</a>
  63 + <span>X</span>
  64 + </div>
  65 +' : '').' '.''.Plugin\LCRun3::debug('[pageHeader]', 'sec', $cx, Plugin\LCRun3::debug('[pageHeader]', 'v', $cx, $in, array('pageHeader')), $in, false, function($cx, $in) {return '<header id="yoho-header" class="yoho-header'.((Plugin\LCRun3::debug('[boys]', 'ifvar', $cx, Plugin\LCRun3::debug('[boys]', 'v', $cx, $in, array('boys')))) ? ' boys' : '').''.((Plugin\LCRun3::debug('[girls]', 'ifvar', $cx, Plugin\LCRun3::debug('[girls]', 'v', $cx, $in, array('girls')))) ? ' girls' : '').''.((Plugin\LCRun3::debug('[kids]', 'ifvar', $cx, Plugin\LCRun3::debug('[kids]', 'v', $cx, $in, array('kids')))) ? ' kids' : '').''.((Plugin\LCRun3::debug('[lifeStyle]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifeStyle]', 'v', $cx, $in, array('lifeStyle')))) ? ' life-style' : '').'">
  66 +'.Plugin\LCRun3::debug('[navBack]', 'sec', $cx, Plugin\LCRun3::debug('[navBack]', 'v', $cx, $in, array('navBack')), $in, false, function($cx, $in) {return ' <a href="'.((Plugin\LCRun3::debug('[backUrl]', 'ifvar', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl')))) ? ''.Plugin\LCRun3::debug('[backUrl]', 'encq', $cx, Plugin\LCRun3::debug('[backUrl]', 'v', $cx, $in, array('backUrl'))).'' : 'javascript:history.go(-1);').'" class="iconfont nav-back">&#xe610;</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">&#xe611;</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">&#xe604;</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 + 查看全部订单 &#xe604;
  101 + </span>
  102 + </a>
  103 + <div class="order-type clearfix">
  104 + <a class="type-item" href="/home/orders?type=2">
  105 + <span class="iconfont">&#xe634;</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">&#xe63b;</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">&#xe633;</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">&#xe637;</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'))).' &#xe604;</span>
  126 + </a>
  127 + </div>
  128 + <div class="group-list">
  129 + <a class="list-item" href="/home/coupons">
  130 + <span class="iconfont icon">&#xe63a;</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'))).' &#xe604;</span>
  133 + </a>
  134 + <a class="list-item" href="/home/currency">
  135 + <span class="iconfont icon">&#xe635;</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'))).' &#xe604;</span>
  138 + </a>
  139 + </div>
  140 + <div class="group-list">
  141 + <a class="list-item" href="/home/message">
  142 + <span class="iconfont icon">&#xe636;</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'))).' &#xe604;</span>
  145 + </a>
  146 + </div>
  147 + <div class="group-list">
  148 + <a class="list-item" href="/home/onlineService">
  149 + <span class="iconfont icon">&#xe63c;</span>
  150 + 在线客服
  151 + <span class="iconfont num">&#xe604;</span>
  152 + </a>
  153 + <a class="list-item" href="/home/suggest">
  154 + <span class="iconfont icon">&#xe63d;</span>
  155 + 意见反馈
  156 + <span class="iconfont num">&#xe604;</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">&#xe62c;</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">&#xe60d;</span>
  171 + <p>新用户送千元礼包</p>
  172 + </div>
  173 + <a href="javascript:void(0);" id="float-layer-close" >
  174 + <i class="close-icon iconfont">&#xe623;</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">&#xe608;</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">&#xe60d;</span>
  198 + <p>新用户送千元礼包</p>
  199 + </div>
  200 + <a href="javascript:void(0);" id="float-layer-close" >
  201 + <i class="close-icon iconfont">&#xe623;</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">&#xe610;</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">&#xe611;</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="yoho-coin-page yoho-page">
  72 +'.Plugin\LCRun3::debug('[yohoCoin]', 'sec', $cx, Plugin\LCRun3::debug('[yohoCoin]', 'v', $cx, $in, array('yohoCoin')), $in, false, function($cx, $in) {return ' <p class="coin-num">
  73 + <em>'.Plugin\LCRun3::debug('[coinNum]', 'encq', $cx, Plugin\LCRun3::debug('[coinNum]', 'v', $cx, $in, array('coinNum'))).'</em>
  74 + YOHO币
  75 + </p>
  76 +
  77 + <section>
  78 + <p class="title">YOHO币</p>
  79 + <hr>
  80 + <p>
  81 + <span class="sub-title">YOHO币是什么,有什么用?</span>
  82 + YOHO币是有货商城的虚拟货币,与现金比例1:1,没有任何使用期限,YOHO币可直接用于有货线上购物使用,不可转让他人,不可兑换为现金。使用YOHO币支付的金额不可计入消费金额。
  83 + </p>
  84 + <p>
  85 + <span class="sub-title">如何查看自己的YOHO币?</span>
  86 + <span class="path">登录 > 个人中心 > 我的YOHO币</span>
  87 + </p>
  88 + <p>
  89 + <span class="sub-title">YOHO币如何购买支付?</span>
  90 + 在购买支付页面输入您要使用的YOHO币金额即可完成支付
  91 +
  92 + <div class="remark">
  93 + <span>※ </span>
  94 + 如果超过了我们约定的期限的非正常退货,我们将会于您的退款金额中直接扣除赠送YOHO币等值的金额。赠送给您的YOHO币还将保留在您的账户中,敬请谅解。
  95 + </div>
  96 + </p>
  97 + </section>
  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">&#xe608;</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">&#xe60d;</span>
  114 + <p>新用户送千元礼包</p>
  115 + </div>
  116 + <a href="javascript:void(0);" id="float-layer-close" >
  117 + <i class="close-icon iconfont">&#xe623;</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">&#xe610;</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">&#xe611;</a>
  68 +';}).''.Plugin\LCRun3::debug('[navTitle]', 'sec', $cx, Plugin\LCRun3::debug('[navTitle]', 'v', $cx, $in, array('navTitle')), $in, false, function($cx, $in) {return ' <p class="nav-title">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</p>
  69 +';}).''.Plugin\LCRun3::debug('[navBtn]', 'sec', $cx, Plugin\LCRun3::debug('[navBtn]', 'v', $cx, $in, array('navBtn')), $in, false, function($cx, $in) {return ' <span class="nav-btn">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</span>
  70 +';}).'</header>
  71 +';}).''.''.'<div class="consult-form-page yoho-page">
  72 + <form class="consult-form" url="'.Plugin\LCRun3::debug('[formUrl]', 'encq', $cx, Plugin\LCRun3::debug('[formUrl]', 'v', $cx, $in, array('formUrl'))).'">
  73 + <textarea id="content" name="content">请输入咨询内容</textarea>
  74 + <input type="hidden" id="product_id" value="'.Plugin\LCRun3::debug('[productId]', 'encq', $cx, Plugin\LCRun3::debug('[productId]', 'v', $cx, $in, array('productId'))).'">
  75 + <a type="submit" id="submit">提交</a>
  76 + </form>
  77 +</div>
  78 +'.''.''.Plugin\LCRun3::debug('[pageFooter]', 'sec', $cx, Plugin\LCRun3::debug('[pageFooter]', 'v', $cx, $in, array('pageFooter')), $in, false, function($cx, $in) {return '<footer id="yoho-footer" class="yoho-footer hide">
  79 + <p class="op-row">
  80 + <span class="back-to-top">
  81 + Back to top
  82 + <i class="iconfont">&#xe608;</i>
  83 + </span>
  84 + </p>
  85 + <address class="copyright">
  86 + CopyRight©2007-2016 南京新与力文化传播有限公司
  87 + </address>
  88 +</footer>
  89 +';}).'
  90 +'.''.''.Plugin\LCRun3::debug('[showDownloadApp]', 'sec', $cx, Plugin\LCRun3::debug('[showDownloadApp]', 'v', $cx, $in, array('showDownloadApp')), $in, false, function($cx, $in) {return '<div class="float-layer hide" id="float-layer-app">
  91 + <div class="float-layer-left">
  92 + <span class="yoho-icon iconfont">&#xe60d;</span>
  93 + <p>新用户送千元礼包</p>
  94 + </div>
  95 + <a href="javascript:void(0);" id="float-layer-close" >
  96 + <i class="close-icon iconfont">&#xe623;</i>
  97 + <div class="circle-rightbottom"></div>
  98 + </a>
  99 + <a href="http://m.yohobuy.com/download/hyapp" id="float-layer-btn">
  100 + 立即下载
  101 + </a>
  102 +</div>
  103 +';}).'
  104 +
  105 + '.''.((Plugin\LCRun3::debug('[hasWxShare]', 'ifvar', $cx, Plugin\LCRun3::debug('[hasWxShare]', 'v', $cx, $in, array('hasWxShare')))) ? '<script type="text/javascript" charset="utf-8" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
  106 +' : '').''.((Plugin\LCRun3::debug('[rlsEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[rlsEnv]', 'v', $cx, $in, array('rlsEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script>
  107 +<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script>
  108 +' : '').''.((Plugin\LCRun3::debug('[preEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[preEnv]', 'v', $cx, $in, array('preEnv')))) ? '<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script>
  109 +<script src="http://cdn.yoho.cn/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index.js"></script>
  110 +' : '').''.((Plugin\LCRun3::debug('[testEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[testEnv]', 'v', $cx, $in, array('testEnv')))) ? '<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/lib.js"></script>
  111 +<script src="http://static.buy.test.yoho.cn/dist/myohobuy/'.Plugin\LCRun3::debug('[version]', 'encq', $cx, Plugin\LCRun3::debug('[version]', 'v', $cx, $in, array('version'))).'/index-debug.js"></script>
  112 +' : '').''.((Plugin\LCRun3::debug('[devEnv]', 'ifvar', $cx, Plugin\LCRun3::debug('[devEnv]', 'v', $cx, $in, array('devEnv')))) ? '<script src="http://localhost:8000/static/js/sea.js?nowrap"></script>
  113 +<script>seajs.config({base: \'http://localhost:8000/\'});</script>
  114 +' : '').'<script type="text/javascript">
  115 + (function(w,d,s,j,f){
  116 + w[\'YohoAcquisitionObject\']=f;
  117 + w[f]=function(){w[f].p=arguments;};
  118 + var a=d.createElement(s);
  119 + var m=d.getElementsByTagName(s)[0];
  120 + a.async=1;
  121 + a.src=j;
  122 + m.parentNode.insertBefore(a,m);
  123 + })(window,document,\'script\',\'http://cdn.yoho.cn/yas-jssdk/'.Plugin\LCRun3::debug('[yas_version]', 'encq', $cx, Plugin\LCRun3::debug('[yas_version]', 'v', $cx, $in, array('yas_version'))).'/yas.js\',\'_yas\');
  124 +</script>
  125 +'.'<script>
  126 + seajs.use(\'js/common\');
  127 +</script>
  128 +'.((Plugin\LCRun3::debug('[psList]', 'ifvar', $cx, Plugin\LCRun3::debug('[psList]', 'v', $cx, $in, array('psList')))) ? '<script>
  129 + seajs.use(\'js/guang/plus-star/list\');
  130 +</script>
  131 +' : '').''.((Plugin\LCRun3::debug('[psDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[psDetail]', 'v', $cx, $in, array('psDetail')))) ? '<script>
  132 + seajs.use(\'js/guang/plus-star/detail\');
  133 +</script>
  134 +' : '').''.((Plugin\LCRun3::debug('[guangHome]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangHome]', 'v', $cx, $in, array('guangHome')))) ? '<script>
  135 + seajs.use(\'js/guang/home\');
  136 +</script>
  137 +' : '').''.((Plugin\LCRun3::debug('[guangList]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangList]', 'v', $cx, $in, array('guangList')))) ? '<script>
  138 + seajs.use(\'js/guang/list\');
  139 +</script>
  140 +' : '').''.((Plugin\LCRun3::debug('[guangDetail]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangDetail]', 'v', $cx, $in, array('guangDetail')))) ? '<script>
  141 + seajs.use(\'js/guang/detail\', function(d) {
  142 + d.i(true);
  143 + });
  144 +</script>
  145 +' : '').''.((Plugin\LCRun3::debug('[guangEzine]', 'ifvar', $cx, Plugin\LCRun3::debug('[guangEzine]', 'v', $cx, $in, array('guangEzine')))) ? '<script>
  146 + seajs.use(\'js/guang/detail\', function(d) {
  147 + d.i(false);
  148 + });
  149 +</script>
  150 +' : '').''.((Plugin\LCRun3::debug('[regIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[regIndex]', 'v', $cx, $in, array('regIndex')))) ? '<script>
  151 + seajs.use(\'js/passport/register/register\');
  152 +</script>
  153 +' : '').''.((Plugin\LCRun3::debug('[regCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[regCode]', 'v', $cx, $in, array('regCode')))) ? '<script>
  154 + seajs.use(\'js/passport/register/code\');
  155 +</script>
  156 +' : '').''.((Plugin\LCRun3::debug('[regPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[regPwd]', 'v', $cx, $in, array('regPwd')))) ? '<script>
  157 + seajs.use(\'js/passport/register/password\');
  158 +</script>
  159 +' : '').''.((Plugin\LCRun3::debug('[loginIndex]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginIndex]', 'v', $cx, $in, array('loginIndex')))) ? '<script>
  160 + seajs.use(\'js/passport/login/login\');
  161 +</script>
  162 +' : '').''.((Plugin\LCRun3::debug('[loginInternational]', 'ifvar', $cx, Plugin\LCRun3::debug('[loginInternational]', 'v', $cx, $in, array('loginInternational')))) ? '<script>
  163 + seajs.use(\'js/passport/login/international\');
  164 +</script>
  165 +' : '').''.((Plugin\LCRun3::debug('[backEmail]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmail]', 'v', $cx, $in, array('backEmail')))) ? '<script>
  166 + seajs.use(\'js/passport/back/email\');
  167 +</script>
  168 +' : '').''.((Plugin\LCRun3::debug('[backEmailSuccess]', 'ifvar', $cx, Plugin\LCRun3::debug('[backEmailSuccess]', 'v', $cx, $in, array('backEmailSuccess')))) ? '<script>
  169 + seajs.use(\'js/passport/back/email-success\');
  170 +</script>
  171 +' : '').''.((Plugin\LCRun3::debug('[backMobile]', 'ifvar', $cx, Plugin\LCRun3::debug('[backMobile]', 'v', $cx, $in, array('backMobile')))) ? '<script>
  172 + seajs.use(\'js/passport/back/mobile\');
  173 +</script>
  174 +' : '').''.((Plugin\LCRun3::debug('[backCode]', 'ifvar', $cx, Plugin\LCRun3::debug('[backCode]', 'v', $cx, $in, array('backCode')))) ? '<script>
  175 + seajs.use(\'js/passport/back/code\');
  176 +</script>
  177 +' : '').''.((Plugin\LCRun3::debug('[backNewPwd]', 'ifvar', $cx, Plugin\LCRun3::debug('[backNewPwd]', 'v', $cx, $in, array('backNewPwd')))) ? '<script>
  178 + seajs.use(\'js/passport/back/new-password\');
  179 +</script>
  180 +' : '').''.((Plugin\LCRun3::debug('[channelPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[channelPage]', 'v', $cx, $in, array('channelPage')))) ? '<script>
  181 + seajs.use(\'js/index/channel\');
  182 + seajs.use(\'js/index/footer\');
  183 +</script>
  184 +' : '').''.((Plugin\LCRun3::debug('[grilsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[grilsHomePage]', 'v', $cx, $in, array('grilsHomePage')))) ? '<script>
  185 + seajs.use(\'js/home/home\', function(h) {
  186 + h.set(\'girls\');
  187 + });
  188 + seajs.use(\'js/index/footer\');
  189 +</script>
  190 +' : '').''.((Plugin\LCRun3::debug('[boysHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[boysHomePage]', 'v', $cx, $in, array('boysHomePage')))) ? '<script>
  191 + seajs.use(\'js/home/home\', function(h) {
  192 + h.set(\'boys\');
  193 + });
  194 + seajs.use(\'js/index/footer\');
  195 +</script>
  196 +' : '').''.((Plugin\LCRun3::debug('[kidsHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[kidsHomePage]', 'v', $cx, $in, array('kidsHomePage')))) ? '<script>
  197 + seajs.use(\'js/home/home\', function(h) {
  198 + h.set(\'kids\');
  199 + });
  200 + seajs.use(\'js/index/footer\');
  201 +</script>
  202 +' : '').''.((Plugin\LCRun3::debug('[lifestyleHomePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[lifestyleHomePage]', 'v', $cx, $in, array('lifestyleHomePage')))) ? '<script>
  203 + seajs.use(\'js/home/home\', function(h) {
  204 + h.set(\'lifestyle\');
  205 + });
  206 + seajs.use(\'js/index/footer\');
  207 +</script>
  208 +' : '').''.((Plugin\LCRun3::debug('[newArrivalPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[newArrivalPage]', 'v', $cx, $in, array('newArrivalPage')))) ? '<script>
  209 + seajs.use(\'js/product/newsale/newarrival\');
  210 + seajs.use(\'js/index/footer\');
  211 +</script>
  212 +' : '').''.((Plugin\LCRun3::debug('[discountPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[discountPage]', 'v', $cx, $in, array('discountPage')))) ? '<script>
  213 + seajs.use(\'js/product/newsale/discount\');
  214 + seajs.use(\'js/index/footer\');
  215 +</script>
  216 +' : '').''.((Plugin\LCRun3::debug('[hotrankPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[hotrankPage]', 'v', $cx, $in, array('hotrankPage')))) ? '<script>
  217 + seajs.use(\'js/product/newsale/hot-rank\');
  218 + seajs.use(\'js/index/footer\');
  219 +</script>
  220 +' : '').''.((Plugin\LCRun3::debug('[goodListPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodListPage]', 'v', $cx, $in, array('goodListPage')))) ? '<script>
  221 + seajs.use(\'js/product/list\');
  222 + seajs.use(\'js/index/footer\');
  223 +</script>
  224 +' : '').''.((Plugin\LCRun3::debug('[goodsDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsDetailPage]', 'v', $cx, $in, array('goodsDetailPage')))) ? '<script>
  225 + seajs.use(\'js/product/detail/detail\');
  226 +</script>
  227 +' : '').''.((Plugin\LCRun3::debug('[goodsCommentsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsCommentsPage]', 'v', $cx, $in, array('goodsCommentsPage')))) ? '<script>
  228 + seajs.use(\'js/product/detail/loadmore\');
  229 +</script>
  230 +' : '').''.((Plugin\LCRun3::debug('[goodsConsultsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[goodsConsultsPage]', 'v', $cx, $in, array('goodsConsultsPage')))) ? '<script>
  231 + seajs.use(\'js/product/detail/comments-consults\');
  232 +</script>
  233 +' : '').''.((Plugin\LCRun3::debug('[consultformPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[consultformPage]', 'v', $cx, $in, array('consultformPage')))) ? '<script>
  234 + seajs.use(\'js/product/detail/consultform\');
  235 +</script>
  236 +' : '').''.((Plugin\LCRun3::debug('[categoryPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[categoryPage]', 'v', $cx, $in, array('categoryPage')))) ? '<script>
  237 + seajs.use(\'js/category/index\');
  238 + seajs.use(\'js/index/footer\');
  239 +</script>
  240 +' : '').''.((Plugin\LCRun3::debug('[brandPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[brandPage]', 'v', $cx, $in, array('brandPage')))) ? '<script>
  241 + seajs.use(\'js/category/brand\');
  242 + seajs.use(\'js/index/footer\');
  243 +</script>
  244 +' : '').''.((Plugin\LCRun3::debug('[searchPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[searchPage]', 'v', $cx, $in, array('searchPage')))) ? '<script>
  245 + seajs.use(\'js/index/search\');
  246 + seajs.use(\'js/index/footer\');
  247 +</script>
  248 +' : '').''.((Plugin\LCRun3::debug('[shoppingCartPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[shoppingCartPage]', 'v', $cx, $in, array('shoppingCartPage')))) ? '<script>
  249 + seajs.use(\'js/shopping-cart/cart\');
  250 +</script>
  251 +' : '').''.((Plugin\LCRun3::debug('[giftAdvancePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[giftAdvancePage]', 'v', $cx, $in, array('giftAdvancePage')))) ? '<script>
  252 + seajs.use(\'js/shopping-cart/gift-advance\');
  253 +</script>
  254 +' : '').''.((Plugin\LCRun3::debug('[orderEnsurePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderEnsurePage]', 'v', $cx, $in, array('orderEnsurePage')))) ? '<script>
  255 + seajs.use(\'js/shopping-cart/order-ensure\');
  256 +</script>
  257 +' : '').''.((Plugin\LCRun3::debug('[myIndexPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myIndexPage]', 'v', $cx, $in, array('myIndexPage')))) ? '<script>
  258 + seajs.use(\'js/me/index\');
  259 + seajs.use(\'js/index/footer\');
  260 +</script>
  261 +' : '').''.((Plugin\LCRun3::debug('[orderPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderPage]', 'v', $cx, $in, array('orderPage')))) ? '<script>
  262 + seajs.use(\'js/me/order\');
  263 +</script>
  264 +' : '').''.((Plugin\LCRun3::debug('[orderDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[orderDetailPage]', 'v', $cx, $in, array('orderDetailPage')))) ? '<script>
  265 + seajs.use(\'js/me/order-detail\');
  266 +</script>
  267 +' : '').''.((Plugin\LCRun3::debug('[favPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[favPage]', 'v', $cx, $in, array('favPage')))) ? '<script>
  268 + seajs.use(\'js/me/fav\');
  269 +</script>
  270 +' : '').''.((Plugin\LCRun3::debug('[suggestPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[suggestPage]', 'v', $cx, $in, array('suggestPage')))) ? '<script>
  271 + seajs.use(\'js/me/suggest\');
  272 +</script>
  273 +' : '').''.((Plugin\LCRun3::debug('[couponsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[couponsPage]', 'v', $cx, $in, array('couponsPage')))) ? '<script>
  274 + seajs.use(\'js/me/coupons\');
  275 +</script>
  276 +' : '').''.((Plugin\LCRun3::debug('[onlineServicePage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServicePage]', 'v', $cx, $in, array('onlineServicePage')))) ? '<script>
  277 + seajs.use(\'js/me/online-service\');
  278 +</script>
  279 +' : '').''.((Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[onlineServiceDetailPage]', 'v', $cx, $in, array('onlineServiceDetailPage')))) ? '<script>
  280 + seajs.use(\'js/index/footer\');
  281 +</script>
  282 +' : '').''.((Plugin\LCRun3::debug('[addressPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressPage]', 'v', $cx, $in, array('addressPage')))) ? '<script>
  283 + seajs.use(\'js/me/address\');
  284 +</script>
  285 +' : '').''.((Plugin\LCRun3::debug('[addressActionPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[addressActionPage]', 'v', $cx, $in, array('addressActionPage')))) ? '<script>
  286 + seajs.use(\'js/me/address-act\');
  287 +</script>
  288 +' : '').''.((Plugin\LCRun3::debug('[myGuangPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[myGuangPage]', 'v', $cx, $in, array('myGuangPage')))) ? '<script>
  289 + seajs.use(\'js/me/my-guang\');
  290 +</script>
  291 +' : '').''.((Plugin\LCRun3::debug('[personalDetailsPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[personalDetailsPage]', 'v', $cx, $in, array('personalDetailsPage')))) ? '<script>
  292 + seajs.use(\'js/me/personal-details\');
  293 +</script>
  294 +' : '').''.((Plugin\LCRun3::debug('[browseRecordPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[browseRecordPage]', 'v', $cx, $in, array('browseRecordPage')))) ? '<script>
  295 + seajs.use(\'js/me/browse-record\');
  296 +</script>
  297 +' : '').''.((Plugin\LCRun3::debug('[logisticInfoPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[logisticInfoPage]', 'v', $cx, $in, array('logisticInfoPage')))) ? '<script>
  298 + seajs.use(\'js/me/logistic\');
  299 +</script>
  300 +' : '').''.((Plugin\LCRun3::debug('[payCenterPage]', 'ifvar', $cx, Plugin\LCRun3::debug('[payCenterPage]', 'v', $cx, $in, array('payCenterPage')))) ? '<script>
  301 + seajs.use(\'js/me/pay\');
  302 +</script>
  303 +' : '').''.''.'<!-- Google Tag Manager -->
  304 +<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-W958MG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  305 +<script>
  306 + (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\':
  307 + new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0],
  308 + j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src=
  309 + \'//www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f);
  310 + })(window,document,\'script\',\'dataLayer\',\'GTM-W958MG\');
  311 +</script>
  312 +<!-- End Google Tag Manager -->
  313 +<script type="text/javascript">
  314 + var _hmt = _hmt || [];
  315 + (function() {
  316 + var hm = document.createElement("script");
  317 + hm.src = "//hm.baidu.com/hm.js?c6ee7218b8321cb65fb2e98f284d8311";
  318 + var s = document.getElementsByTagName("script")[0];
  319 + s.parentNode.insertBefore(hm, s);
  320 + })();
  321 +</script>
  322 +<script>
  323 + var _hmt = _hmt || [];
  324 + (function() {
  325 + var hm = document.createElement("script");
  326 + hm.src = "//hm.baidu.com/hm.js?65dd99e0435a55177ffda862198ce841";
  327 + var s = document.getElementsByTagName("script")[0];
  328 + s.parentNode.insertBefore(hm, s);
  329 + })();
  330 +</script>
  331 +<script src="http://static.yohobuy.com/js/analytics/analysis.js"></script>
  332 +<script src="http://static.yohobuy.com/m/v1/js/om_code.js"></script>
  333 +'.'</body>
  334 +</html>'.'';
  335 +}
  336 +?>