67b231a8bdd8fc4133d48b889c113b44.php
3.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?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::ifvar($cx, Plugin\LCRun3::v($cx, $in, array('tabs')))) ? ' <div class="s-goods-nav goods-nav">
<ul class="swiper-wrapper clearfix">
'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('tabs')), $in, false, function($cx, $in) {return ''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('title')), $in, false, function($cx, $in) {return ' <li class="swiper-slide nav-item '.((Plugin\LCRun3::ifvar($cx, Plugin\LCRun3::v($cx, $cx['sp_vars'], array('first')))) ? ' active' : '').'">
<span data-sort="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('params')), ENT_QUOTES, 'UTF-8').'" data-id="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('id')), ENT_QUOTES, 'UTF-8').'" >'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('name')), ENT_QUOTES, 'UTF-8').'</span>
</li>
';}).'';}).' </ul>
</div>
' : '').' <div class="rank-main">
<ul>
'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('goods')), $in, false, function($cx, $in) {return ' <li>
<a class="clearfix" href="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('url')), ENT_QUOTES, 'UTF-8').'">
<div class="item-img">
<img class="lazy" data-original="'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('thumb')), ENT_QUOTES, 'UTF-8').'">
</div>
<div class="item-content">
<i class="rank-icon top">'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('rank')), ENT_QUOTES, 'UTF-8').'</i>
<h2 '.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('sales_phrase')), $in, false, function($cx, $in) {return 'class="hasActive"';}).'>'.htmlentities((string)Plugin\LCRun3::v($cx, $in, array('name')), ENT_QUOTES, 'UTF-8').'</h2>
'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('active')), $in, false, function($cx, $in) {return ' <p>'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'</p>
';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('sales_phrase')), $in, false, function($cx, $in) {return ' <p>'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'</p>
';}).' <p>
'.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('salePrice')), $in, false, function($cx, $in) {return '¥'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'';}).''.Plugin\LCRun3::sec($cx, Plugin\LCRun3::v($cx, $in, array('price')), $in, false, function($cx, $in) {return '
<b>¥'.htmlentities((string)$in, ENT_QUOTES, 'UTF-8').'</b>';}).'
</p>
</div>
</a>
</li>
';}).' </ul>
</div>';
}
?>