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