a94b12d76fb196c1310287f8dd758f86.php
2.83 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
<?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::debug('[hasFavProduct]', 'sec', $cx, Plugin\LCRun3::debug('[hasFavProduct]', 'v', $cx, $in, array('hasFavProduct')), $in, false, function($cx, $in) {return '<li data-id="'.Plugin\LCRun3::debug('[fav_id]', 'encq', $cx, Plugin\LCRun3::debug('[fav_id]', 'v', $cx, $in, array('fav_id'))).'">
<a href="'.Plugin\LCRun3::debug('[link]', 'encq', $cx, Plugin\LCRun3::debug('[link]', 'v', $cx, $in, array('link'))).'">
<div class="fav-img-box">
<img src="'.Plugin\LCRun3::debug('[imgUrl]', 'encq', $cx, Plugin\LCRun3::debug('[imgUrl]', 'v', $cx, $in, array('imgUrl'))).'" alt=""/>
</div>
<div class="fav-info-list">
<h2>'.Plugin\LCRun3::debug('[title]', 'encq', $cx, Plugin\LCRun3::debug('[title]', 'v', $cx, $in, array('title'))).'</h2>
<div class="fav-price">
'.Plugin\LCRun3::debug('[discountPrice]', 'sec', $cx, Plugin\LCRun3::debug('[discountPrice]', 'v', $cx, $in, array('discountPrice')), $in, false, function($cx, $in) {return ' <span class="new-price">'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</span>
';}).' <span class="fav-price '.Plugin\LCRun3::debug('[discountPrice]', 'sec', $cx, Plugin\LCRun3::debug('[discountPrice]', 'v', $cx, $in, array('discountPrice')), $in, false, function($cx, $in) {return 'price-underline';}).'">'.Plugin\LCRun3::debug('[price]', 'encq', $cx, Plugin\LCRun3::debug('[price]', 'v', $cx, $in, array('price'))).'</span>
</div>
'.Plugin\LCRun3::debug('[savePrice]', 'sec', $cx, Plugin\LCRun3::debug('[savePrice]', 'v', $cx, $in, array('savePrice')), $in, false, function($cx, $in) {return ' <div class="save-price save-price-number">
比收藏时降价了<span>'.Plugin\LCRun3::debug('this', 'encq', $cx, $in).'</span>
<span class="del-fav iconfont"></span>
</div>
';}).'
'.((Plugin\LCRun3::debug('^[savePrice]', 'isec', $cx, Plugin\LCRun3::debug('[savePrice]', 'v', $cx, $in, array('savePrice')))) ? ' <div class="save-price">
'.Plugin\LCRun3::debug('[sellOut]', 'sec', $cx, Plugin\LCRun3::debug('[sellOut]', 'v', $cx, $in, array('sellOut')), $in, false, function($cx, $in) {return ' <span class="sell-out">已售罄</span>
';}).' <span class="del-fav iconfont"></span>
</div>
' : '').'
</div>
</a>
</li>
';}).''.'';
}
?>