Showing
1 changed file
with
8 additions
and
1 deletions
@@ -41,7 +41,14 @@ | @@ -41,7 +41,14 @@ | ||
41 | 41 | ||
42 | {{#isEqualOr type 'coupon'}} | 42 | {{#isEqualOr type 'coupon'}} |
43 | {{! 优惠券}} | 43 | {{! 优惠券}} |
44 | - <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> | 44 | + {{#if personCoupon}} |
45 | + {{! 个性化优惠券,使用:分割}} | ||
46 | + <a class="anchor yoho-conpon" style="{{styleFormat this percent=1}}" data-token="{{personCoupon.couponId}}:{{personCoupon.personCouponId}}" | ||
47 | + href="{{#if url}}{{url}}{{else}}javascript:void(0);{{/if}}" fp="{{getAnalysis ../this @index}}"></a> | ||
48 | + {{else}} | ||
49 | + <a class="anchor yoho-conpon" style="{{styleFormat this percent=1}}" data-token="{{token}}" | ||
50 | + href="{{#if url}}{{url}}{{else}}javascript:void(0);{{/if}}" fp="{{getAnalysis ../this @index}}"></a> | ||
51 | + {{/if}} | ||
45 | {{/isEqualOr}} | 52 | {{/isEqualOr}} |
46 | 53 | ||
47 | {{#isEqualOr type 'yohoCoin'}} | 54 | {{#isEqualOr type 'yohoCoin'}} |
-
Please register or login to post a comment