74398eccd49ac114f6737627cfae43ed.php
1.96 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
<?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 ''.'<div class="title">为您优选新品</div>
<div id="swiper-recommend" class="swiper-container">
<div class="swiper-wrapper swiper-wrapper-recommend">
'.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'))).'">
<img class="swiper-lazy img-box" data-src="'.Plugin\LCRun3::debug('[thumb]', 'encq', $cx, Plugin\LCRun3::debug('[thumb]', 'v', $cx, $in, array('thumb'))).'">
<div class="price">
<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>
'.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>';}).'
</div>
<div class="swiper-lazy-preloader"></div>
</a>
';}).' </div>
</div>'.'';
}
?>