...
|
...
|
@@ -44,6 +44,7 @@ |
|
|
</div>
|
|
|
</div>
|
|
|
{{#if activityGroupDetailList}}
|
|
|
{{#if groupNo}}
|
|
|
<div class="goods-join">
|
|
|
<div class="title">选择下面小伙伴,快速加入</div>
|
|
|
{{#each activityGroupDetailList}}
|
...
|
...
|
@@ -61,18 +62,19 @@ |
|
|
data-value="{{leftTime}}">{{formatLeftTime}}</span></div>
|
|
|
</div>
|
|
|
|
|
|
<div class='ibutton' data-value="{{groupNo}}">
|
|
|
<a href="/activity/group/progress?activity={{activityId}}&groupNo={{groupNo}}" class='ibutton' data-value="{{groupNo}}">
|
|
|
立即参团
|
|
|
</div>
|
|
|
</a>
|
|
|
</div>
|
|
|
{{/each}}
|
|
|
</div>
|
|
|
{{/if}}
|
|
|
{{/if}}
|
|
|
{{#if shopInfo}}
|
|
|
<div class="shop-info" data-id="{{shopInfo.shop_id}}">
|
|
|
<img class="shop-icon" src="{{shopInfo.brand_ico}}"/>
|
|
|
<span class="shop-name">{{shopInfo.brand_name}}</span>
|
|
|
<span class="shop-detail">进入店铺</span>
|
|
|
<a class="shop-detail" href="{{storeUrl}}">进入店铺</a>
|
|
|
</div>
|
|
|
{{/if}}
|
|
|
|
...
|
...
|
@@ -124,6 +126,7 @@ |
|
|
{{/ifcond}}
|
|
|
{{/each}}
|
|
|
</div>
|
|
|
|
|
|
<div id="productDesc" {{#if limit}}class="limit"{{/if}}> </div>
|
|
|
|
|
|
<div class="bottom">
|
...
|
...
|
@@ -143,24 +146,26 @@ |
|
|
{{/if}}
|
|
|
</div>
|
|
|
{{#unless groupNo}}
|
|
|
<div class='shoppint-cart-icon'>
|
|
|
<a href="/activity/group" class='shoppint-cart-icon'>
|
|
|
<img src="//img10.static.yhbimg.com/yhb-img01/2019/02/21/01/016b3f1cbc1b946fa0acbb1523f6386435.png"
|
|
|
class="shoppint-cart-icon-image"/>
|
|
|
</div>
|
|
|
</a>
|
|
|
{{/unless}}
|
|
|
{{#if groupNo}}
|
|
|
{{#if isShowPop}}
|
|
|
<div class='old-customer-tips' id="isShowPop">
|
|
|
<img style='width:100%;height:100%' src='/static/images/group/PT_tip@3x.png'/>
|
|
|
<img src='//img11.static.yhbimg.com/yhb-img01/2019/02/21/23/019f4a96c8d18ab77f21548c4a18baa337.png'/>
|
|
|
</div>
|
|
|
{{/if}}
|
|
|
{{/if}}
|
|
|
{{#if storage_sum}}
|
|
|
<button class='shoppint-cart-add'
|
|
|
bindtap="selfBuy" style='border-radius: 0;'>
|
|
|
<button class='shoppint-cart-add' id="selfBuy"
|
|
|
style='border-radius: 0;'>
|
|
|
{{#if groupNo}}
|
|
|
<span class="bottom-title">{{activityIdDetail.formatCollagePrice}}</span>
|
|
|
<span class="bottom-title">自己开团</span>
|
|
|
{{else}}
|
|
|
<span class="bottom-title">{{realPrice}}</span>
|
|
|
<span class="bottom-title">{{goodsPrice.currentPrice}}</span>
|
|
|
<span class="bottom-title">单人购买</span>
|
|
|
{{/if}}
|
|
|
</button>
|
...
|
...
|
@@ -199,7 +204,7 @@ |
|
|
<input id="brand-id" type="hidden" value="{{brandId}}">
|
|
|
<input id="product-limit" type="hidden" value="{{isLimitBuy}}">
|
|
|
<input id="product-coupon-switch" type="hidden" value="{{showCoupon}}">
|
|
|
|
|
|
<input id="groupNo" type="hidden" value="{{groupNo}}"/>
|
|
|
<input type="hidden" class="data-bind" name="loginUrl" id="loginUrl" value="">
|
|
|
|
|
|
<form id="buyNowForm" class="data-bind" method="post" action="">
|
...
|
...
|
|