9fe990c3a344c43ad93e146a955ef2ad.php 1.71 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('[coupons]', 'sec', $cx, Plugin\LCRun3::debug('[coupons]', 'v', $cx, $in, array('coupons')), $in, false, function($cx, $in) {return '<div class="employ-main">
        <span>'.Plugin\LCRun3::debug('[money]', 'encq', $cx, Plugin\LCRun3::debug('[money]', 'v', $cx, $in, array('money'))).'</span>
        <p class="coupon-name">'.Plugin\LCRun3::debug('[coupon_name]', 'encq', $cx, Plugin\LCRun3::debug('[coupon_name]', 'v', $cx, $in, array('coupon_name'))).'</p>
        <p>有效期:'.Plugin\LCRun3::debug('[couponValidity]', 'encq', $cx, Plugin\LCRun3::debug('[couponValidity]', 'v', $cx, $in, array('couponValidity'))).'</p>
        '.Plugin\LCRun3::debug('[used]', 'sec', $cx, Plugin\LCRun3::debug('[used]', 'v', $cx, $in, array('used')), $in, false, function($cx, $in) {return '<i></i>';}).'
    </div>
';}).'
'.Plugin\LCRun3::debug('[noRecord]', 'sec', $cx, Plugin\LCRun3::debug('[noRecord]', 'v', $cx, $in, array('noRecord')), $in, false, function($cx, $in) {return '<div class="null">
	<i></i>
	<p>您还没有优惠券!</p>
	<a href="/product/new">随便逛逛</a>
</div>
';}).'';
}
?>