...
|
...
|
@@ -4,30 +4,34 @@ |
|
|
{{> content}}
|
|
|
{{/ contentTop}}
|
|
|
</div>
|
|
|
<p class="big-title">全场券</p>
|
|
|
<div class="list-2">
|
|
|
<div class="list-item"></div>
|
|
|
<div class="list-item"></div>
|
|
|
<div class="list-item"></div>
|
|
|
<div class="list-item"></div>
|
|
|
<div class="list-item"></div>
|
|
|
<div class="list-item"></div>
|
|
|
</div>
|
|
|
<a class="get-all">点击一键领取全场券</a>
|
|
|
<div class="big-bg">
|
|
|
<a class="detail-btn"></a>
|
|
|
<p class="big-title first">¥3300 全场券</p>
|
|
|
<p class="s-title">【特例商品不可使用优惠券】</p>
|
|
|
<div class="list-2 get-all"></div>
|
|
|
<a class="get-all get-all-style"></a>
|
|
|
{{#if shopCoupons}}
|
|
|
<p class="big-title">超值品牌券</p>
|
|
|
<p class="big-title">¥700 超值品牌券</p>
|
|
|
<p class="s-title">【特例商品不可使用优惠券】</p>
|
|
|
{{/if}}
|
|
|
<div>
|
|
|
{{# shopCoupons}}
|
|
|
<div class="list-3">
|
|
|
<div class="list-3 clearfix">
|
|
|
{{# coupons}}
|
|
|
<div class="list-item">
|
|
|
<div class="amount" data-couponid="{{couponId}}">
|
|
|
¥{{couponAmount}}
|
|
|
<div class="limit">满¥{{useLimit}}使用</div>
|
|
|
<div class="limit">
|
|
|
{{#if useLimit}}
|
|
|
满¥{{useLimit}}使用
|
|
|
{{else}}
|
|
|
现金券
|
|
|
{{/if}}
|
|
|
</div>
|
|
|
</div>
|
|
|
<a href="//m.yohobuy.com/product/shop?shop_id={{shopsId}}&openby:yohobuy={'action':'go.shop','params':{'shop_template_type':'1','is_red_shop':'1','shop_id':'{{shopsId}}','shop_name':'{{shopName}}'}}">
|
|
|
<a href='//m.yohobuy.com/product/shop?shop_id={{shopsId}}&openby:yohobuy={"action":"go.shop","params":{"shop_template_type":"1","is_red_shop":"1","shop_id":"{{shopsId}}","shop_name":"{{shopName}}"}}'>
|
|
|
<div class="shop">
|
|
|
<div class="logo"{{#if shopLogo}} style="background-image:url({{image2 shopLogo w=105 h=42 q=60}})"{{/if}}></div>
|
|
|
<div class="logo"{{#if shopLogo}} style="background-image:url({{image2 shopLogo w=210 h=84 q=100}})"{{/if}}></div>
|
|
|
<div class="go">进入店铺</div>
|
|
|
</div>
|
|
|
</a>
|
...
|
...
|
@@ -35,11 +39,24 @@ |
|
|
{{/ coupons}}
|
|
|
</div>
|
|
|
{{/ shopCoupons}}
|
|
|
</div>
|
|
|
<div class="resource-content">
|
|
|
{{# contentBottom}}
|
|
|
{{> content}}
|
|
|
{{/ contentBottom}}
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="dia-c dia-bg hide"></div>
|
|
|
<div class="dia-c dia hide"></div>
|
|
|
<div class="dia-c dia hide">
|
|
|
<div class="rule">
|
|
|
<div class="title">活动细则</div>
|
|
|
<p>1. 优惠券领取时间:11.1-11.10;</p>
|
|
|
<p>2. 优惠券使用时间:仅限11.11当天使用(特例商品不可使用优惠券);</p>
|
|
|
<p>3. 4000元优惠券包括:3300元全场券及700元品牌券;</p>
|
|
|
<p>4. 700元超值品牌券是有货参考您的浏览、购物喜好,为您优选;</p>
|
|
|
<p>5. 领券过程中,如券未及时到账,请耐心等待;</p>
|
|
|
<p>6. 活动最终解释权归YOHO!BUY有货所有。</p>
|
|
|
<a>关闭</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div> |
|
|
\ No newline at end of file |
...
|
...
|
|