...
|
...
|
@@ -41,7 +41,14 @@ |
|
|
|
|
|
{{#isEqualOr type 'coupon'}}
|
|
|
{{! 优惠券}}
|
|
|
<a class="anchor yoho-conpon" style="{{styleFormat this percent=1}}" data-token="{{token}}" href="{{#if url}}{{url}}{{else}}javascript:void(0);{{/if}}" fp="{{getAnalysis ../this @index}}"></a>
|
|
|
{{#if personCoupon}}
|
|
|
{{! 个性化优惠券,使用:分割}}
|
|
|
<a class="anchor yoho-conpon" style="{{styleFormat this percent=1}}" data-token="{{personCoupon.couponId}}:{{personCoupon.personCouponId}}"
|
|
|
href="{{#if url}}{{url}}{{else}}javascript:void(0);{{/if}}" fp="{{getAnalysis ../this @index}}"></a>
|
|
|
{{else}}
|
|
|
<a class="anchor yoho-conpon" style="{{styleFormat this percent=1}}" data-token="{{token}}"
|
|
|
href="{{#if url}}{{url}}{{else}}javascript:void(0);{{/if}}" fp="{{getAnalysis ../this @index}}"></a>
|
|
|
{{/if}}
|
|
|
{{/isEqualOr}}
|
|
|
|
|
|
{{#isEqualOr type 'yohoCoin'}}
|
...
|
...
|
|