1
|
{{#each list}}
|
1
|
{{#each list}}
|
2
|
-<div class="coupon-group" data-coupon-id={{couponId}}>
|
|
|
3
|
- <div class="coupon-header">{{couponDetailInfomation}}</div>
|
|
|
4
|
- <div class="coupon-content">
|
|
|
5
|
- <div class="coupon-content-group1">
|
|
|
6
|
- <p class="coupon-money">{{couponValue}}</p>
|
|
|
7
|
- <p>{{rule4ShortName}}</p>
|
|
|
8
|
- </div>
|
|
|
9
|
- <div class="coupon-content-group2">
|
|
|
10
|
- <div class="coupon-content-group2-table">
|
|
|
11
|
- <div>
|
|
|
12
|
- {{couponValidity}}
|
|
|
13
|
- {{#if overState}}<span class="coupon-soon-expire">({{overState}})</span>{{/if}}
|
|
|
14
|
- </div>
|
|
|
15
|
- <div>
|
|
|
16
|
- <div class="left down info-btn">详细信息<i class="iconfont"></i></div>
|
|
|
17
|
- <div class="right">
|
|
|
18
|
- {{#if employbg}}
|
|
|
19
|
- <span class="employ"></span>
|
|
|
20
|
- {{else if bestowLink}}
|
|
|
21
|
- <a href="javascript:void(0);" data-link="{{bestowLink}}" class="btn">立即使用</a>
|
|
|
22
|
- {{/if}}
|
2
|
+ <div class="coupon-group" data-coupon-id={{couponId}}>
|
|
|
3
|
+ <div class="coupon-header">{{couponDetailInfomation}}</div>
|
|
|
4
|
+ <div class="coupon-content">
|
|
|
5
|
+ <div class="coupon-content-group1">
|
|
|
6
|
+ <p class="coupon-money">{{couponValue}}</p>
|
|
|
7
|
+ <p>{{rule4ShortName}}</p>
|
|
|
8
|
+ </div>
|
|
|
9
|
+ <div class="coupon-content-group2">
|
|
|
10
|
+ <div class="coupon-content-group2-table">
|
|
|
11
|
+ <div>
|
|
|
12
|
+ {{couponValidity}}
|
|
|
13
|
+ {{#if overState}}<span class="coupon-soon-expire">({{overState}})</span>{{/if}}
|
|
|
14
|
+ </div>
|
|
|
15
|
+ <div>
|
|
|
16
|
+ <div class="left down info-btn">详细信息<i class="iconfont"></i></div>
|
|
|
17
|
+ <div class="right">
|
|
|
18
|
+ {{#if employbg}}
|
|
|
19
|
+ <span class="employ"></span>
|
|
|
20
|
+ {{else if bestowLink}}
|
|
|
21
|
+ <a href="javascript:void(0);" data-link="{{bestowLink}}" class="btn">立即使用</a>
|
|
|
22
|
+ {{/if}}
|
|
|
23
|
+ </div>
|
23
|
</div>
|
24
|
</div>
|
24
|
</div>
|
25
|
</div>
|
25
|
</div>
|
26
|
</div>
|
26
|
</div>
|
27
|
</div>
|
27
|
- </div>
|
|
|
28
|
- <div class="coupon-footer hide">
|
|
|
29
|
- {{#if isNoLimit}}
|
|
|
30
|
- <p>全场通用</p>
|
|
|
31
|
- {{/if}}
|
28
|
+ <div class="coupon-footer hide">
|
|
|
29
|
+ {{#if isNoLimit}}
|
|
|
30
|
+ <p>全场通用</p>
|
|
|
31
|
+ {{/if}}
|
32
|
|
32
|
|
33
|
- {{#if brandNameLimits}}
|
|
|
34
|
- <p>限品牌:{{brandNameLimits}}</p>
|
|
|
35
|
- {{/if}}
|
33
|
+ {{#if brandNameLimits}}
|
|
|
34
|
+ <p>限品牌:{{brandNameLimits}}</p>
|
|
|
35
|
+ {{/if}}
|
36
|
|
36
|
|
37
|
- {{#if sortNameLimits}}
|
|
|
38
|
- <p>限品类:{{sortNameLimits}}</p>
|
|
|
39
|
- {{/if}}
|
37
|
+ {{#if sortNameLimits}}
|
|
|
38
|
+ <p>限品类:{{sortNameLimits}}</p>
|
|
|
39
|
+ {{/if}}
|
40
|
|
40
|
|
41
|
- <p>特例商品(秒杀、限定、境外、预售{{#if isDiscount}}、3折以下{{/if}}{{#if isDiscount}}、限量{{/if}}等)暂不支持使用优惠券。</p>
|
|
|
42
|
- {{#if explains}}<p>说明:{{explains}}</p>{{/if}}
|
41
|
+ <p>特例商品(秒杀、限定、境外、预售{{#if isDiscount}}、3折以下{{/if}}{{#if isDiscount}}、限量{{/if}}等)暂不支持使用优惠券。</p>
|
|
|
42
|
+ {{#if explains}}<p>说明:{{explains}}</p>{{/if}}
|
|
|
43
|
+ </div>
|
43
|
</div>
|
44
|
</div>
|
44
|
-</div>
|
|
|
45
|
{{/each}} |
45
|
{{/each}} |