Authored by 陈峰

Merge branch 'hotfix/coupon_check_online' into 'release/6.8.4'

个人主页-优惠券-判断线上渠道,线下渠道隐藏立即使用按钮



See merge request !408
... ... @@ -49,9 +49,11 @@
</label>
{{/if}}
</div>
{{# toUse}}
<a href="{{.}}" class="use-now-btn" target="_blank">立即使用</a>
{{/ toUse}}
{{#if is_online_avail}}
{{# toUse}}
<a href="{{.}}" class="use-now-btn" target="_blank">立即使用</a>
{{/ toUse}}
{{/if}}
</div>
{{/ couponList}}
... ...