25b96cbf5f875e2e526b08cccd19f7fe.php
3.02 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
<?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('[hotArea]', 'sec', $cx, Plugin\LCRun3::debug('[hotArea]', 'v', $cx, $in, array('hotArea')), $in, false, function($cx, $in) {return ' <div class="hot-point-wrap">
<img src="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'" id="img" />
'.Plugin\LCRun3::debug('[list]', 'sec', $cx, Plugin\LCRun3::debug('[list]', 'v', $cx, $in, array('list')), $in, false, function($cx, $in) {return ' <div class="hot-point" style="width:'.Plugin\LCRun3::debug('[width]', 'encq', $cx, Plugin\LCRun3::debug('[width]', 'v', $cx, $in, array('width'))).'px;height:'.Plugin\LCRun3::debug('[height]', 'encq', $cx, Plugin\LCRun3::debug('[height]', 'v', $cx, $in, array('height'))).'px;top:'.Plugin\LCRun3::debug('[top]', 'encq', $cx, Plugin\LCRun3::debug('[top]', 'v', $cx, $in, array('top'))).'px;left:'.Plugin\LCRun3::debug('[left]', 'encq', $cx, Plugin\LCRun3::debug('[left]', 'v', $cx, $in, array('left'))).'px;">
<span class="pointer">'.Plugin\LCRun3::debug('[label]', 'encq', $cx, Plugin\LCRun3::debug('[label]', 'v', $cx, $in, array('label'))).'</span>
<div class="hp-good">
<a href="">
<img class="pic" src="'.Plugin\LCRun3::debug('[img]', 'encq', $cx, Plugin\LCRun3::debug('[img]', 'v', $cx, $in, array('img'))).'">
</a>
'.Plugin\LCRun3::debug('[product]', 'sec', $cx, Plugin\LCRun3::debug('[product]', 'v', $cx, $in, array('product')), $in, false, function($cx, $in) {return ' <div class="info">
<strong>'.Plugin\LCRun3::debug('[productName]', 'encq', $cx, Plugin\LCRun3::debug('[productName]', 'v', $cx, $in, array('productName'))).'</strong>
<br>
<del>原价:'.Plugin\LCRun3::debug('[marketPrice]', 'encq', $cx, Plugin\LCRun3::debug('[marketPrice]', 'v', $cx, $in, array('marketPrice'))).'</del>
<br>现价:'.Plugin\LCRun3::debug('[salePrice]', 'encq', $cx, Plugin\LCRun3::debug('[salePrice]', 'v', $cx, $in, array('salePrice'))).'
<a class="check-btn" href="'.Plugin\LCRun3::debug('[href]', 'encq', $cx, Plugin\LCRun3::debug('[href]', 'v', $cx, $in, array('href'))).'">查看</a>
</div>
';}).' </div>
</div>
';}).' </div>
';}).'';
}
?>