|
|
<?php return function ($in, $debugopt = 1) {
|
|
|
$cx = array(
|
|
|
'flags' => array(
|
|
|
'jstrue' => false,
|
|
|
'jsobj' => false,
|
|
|
'spvar' => true,
|
|
|
'prop' => false,
|
|
|
'method' => false,
|
|
|
'mustlok' => true,
|
|
|
'echo' => false,
|
|
|
'debug' => $debugopt,
|
|
|
),
|
|
|
'constants' => array(),
|
|
|
'helpers' => array(),
|
|
|
'blockhelpers' => array(),
|
|
|
'hbhelpers' => array(),
|
|
|
'partials' => array(),
|
|
|
'scopes' => array(),
|
|
|
'sp_vars' => array('root' => $in),
|
|
|
'lcrun' => 'Plugin\LCRun3',
|
|
|
|
|
|
);
|
|
|
|
|
|
return ''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('new')), $in, false, function($cx, $in) {return ''.' '.((Plugin\LCRun3::ifvar($cx, $in)) ? '
|
|
|
<div class="good-info" data-id="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('id')), ENT_QUOTES, 'UTF-8').'">
|
|
|
<div class="tag-container clearfix">
|
|
|
'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('tags')), $in, false, function($cx, $in) {return ''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('is_new')), $in, false, function($cx, $in) {return ' <p class="good-tag new-tag">NEW</p>
|
|
|
';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('is_advance')), $in, false, function($cx, $in) {return ' <p class="good-tag renew-tag">再到着</p>
|
|
|
';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('is_discount')), $in, false, function($cx, $in) {return ' <p class="good-tag sale-tag">SALE</p>
|
|
|
';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('is_yohoood')), $in, false, function($cx, $in) {return ' <div class="good-tag yohood-tag"></div>
|
|
|
';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('is_limited')), $in, false, function($cx, $in) {return ' <p class="good-tag limit-tag">限量商品</p>
|
|
|
';}).'';}).' </div>
|
|
|
<div class="good-detail-img">
|
|
|
<a class="good-thumb" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'">
|
|
|
<img class="lazy" data-original="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('thumb')), ENT_QUOTES, 'UTF-8').'">
|
|
|
</a>
|
|
|
'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('is_soon_sold_out')), $in, false, function($cx, $in) {return ' <p class="few-tag">即将售罄</p>
|
|
|
';}).' </div>
|
|
|
<div class="good-detail-text">
|
|
|
<div class="name">
|
|
|
<a href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('name')), ENT_QUOTES, 'UTF-8').'</a>
|
|
|
</div>
|
|
|
<div class="price">
|
|
|
<span class="sale-price '.((Plugin\LCRun3::isec($cx, Plugin\LCRun3::v($cx, $in, array('price')))) ? 'no-price' : '').'">¥'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('salePrice')), ENT_QUOTES, 'UTF-8').'</span>
|
|
|
'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('price')), $in, false, function($cx, $in) {return ' <span class="market-price">¥'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'</span>
|
|
|
';}).' </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
' : '').''.'';}).'';
|
|
|
}
|
|
|
?> |
|
|
\ No newline at end of file |