Merge branch 'feature/exchange' into 'release/6.0'
不用is_limmit_skn See merge request !751
Showing
1 changed file
with
1 additions
and
2 deletions
@@ -24,14 +24,13 @@ | @@ -24,14 +24,13 @@ | ||
24 | 24 | ||
25 | </p> | 25 | </p> |
26 | 26 | ||
27 | - {{#if isLimitSkn}} | ||
28 | {{#isEqualOr notSevenExchange 'LRE'}} | 27 | {{#isEqualOr notSevenExchange 'LRE'}} |
29 | <p class="limit">不支持7天无理由退换货</p> | 28 | <p class="limit">不支持7天无理由退换货</p> |
30 | {{/isEqualOr}} | 29 | {{/isEqualOr}} |
31 | {{#isEqualOr notSevenExchange 'L15DE'}} | 30 | {{#isEqualOr notSevenExchange 'L15DE'}} |
32 | <p class="limit"><i class="iconfont no-support-reason"></i>不支持15天无理由换货</p> | 31 | <p class="limit"><i class="iconfont no-support-reason"></i>不支持15天无理由换货</p> |
33 | {{/isEqualOr}} | 32 | {{/isEqualOr}} |
34 | - {{/if}} | 33 | + |
35 | <p class="row price-wrap"> | 34 | <p class="row price-wrap"> |
36 | {{!-- {{#if isVipPrice}} | 35 | {{!-- {{#if isVipPrice}} |
37 | <span class="fill-text">VIP</span> | 36 | <span class="fill-text">VIP</span> |
-
Please register or login to post a comment