Showing
1 changed file
with
3 additions
and
6 deletions
@@ -40,12 +40,9 @@ | @@ -40,12 +40,9 @@ | ||
40 | {{#each paymentWay}} | 40 | {{#each paymentWay}} |
41 | <p{{#isEqual is_support 'N'}} class="unsp-pay"{{/isEqual}}> | 41 | <p{{#isEqual is_support 'N'}} class="unsp-pay"{{/isEqual}}> |
42 | <label class="check-btn{{#isY default}} checked{{/isY}}" data-id="{{payment_id}}" data-type="{{payment_type}}" data-name="{{payment_type_name}}">{{payment_type_name}}</label> | 42 | <label class="check-btn{{#isY default}} checked{{/isY}}" data-id="{{payment_id}}" data-type="{{payment_type}}" data-name="{{payment_type_name}}">{{payment_type_name}}</label> |
43 | - {{#isEqual payment_type 1}} | ||
44 | - <span>支持主流银行卡、微信、支付宝、银联等平台付款,方便快捷</span> | ||
45 | - {{/isEqual}} | ||
46 | - {{#isEqual payment_type 2}} | ||
47 | - <span>限量商品、预售商品、化妆品或者订单金额超过10000元不可以选择</span> | ||
48 | - {{/isEqual}} | 43 | + {{#if is_support_message}} |
44 | + <span>{{is_support_message}}</span> | ||
45 | + {{/if}} | ||
49 | </p> | 46 | </p> |
50 | {{/each}} | 47 | {{/each}} |
51 | </div> | 48 | </div> |
-
Please register or login to post a comment