25b96cbf5f875e2e526b08cccd19f7fe.php 3.02 KB
<?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>
';}).'';
}
?>