...
|
...
|
@@ -108,7 +108,7 @@ |
|
|
</div>
|
|
|
</td>
|
|
|
<td class="productPrice">¥{{productPrice}}</td>
|
|
|
<td>{{yohoIcon}}</td>
|
|
|
<td>{{yohoIcon}}个</td>
|
|
|
<td class="adjust-cart-num">
|
|
|
{{#if isGift}}
|
|
|
<div>{{productNum}}</div>
|
...
|
...
|
@@ -163,7 +163,7 @@ |
|
|
<span class="vipPrice">(VIP)</span>
|
|
|
{{/isVipPrice}}
|
|
|
</td>
|
|
|
<td>{{yohoIcon}}</td>
|
|
|
<td>{{yohoIcon}}个</td>
|
|
|
<td class="adjust-cart-num">
|
|
|
{{#if isGift}}
|
|
|
<div>{{productNum}}</div>
|
...
|
...
|
@@ -259,7 +259,7 @@ |
|
|
<del class="wapper-price" style="margin-right: 5px;">¥{{marketPrice}}</del>
|
|
|
<span class="subjoin-price">¥{{subjoinPrice}}</span>
|
|
|
</td>
|
|
|
<td style="width:7%;">{{yohoIcon}}</td>
|
|
|
<td style="width:7%;">{{yohoIcon}}个</td>
|
|
|
<td style="width:10%;">1</td>
|
|
|
<td style="width:10%;">¥{{subjoinPrice}}</td>
|
|
|
<td style="width:20%; border-right: none;">
|
...
|
...
|
@@ -318,7 +318,11 @@ |
|
|
{{/unless}}
|
|
|
<div class="right">
|
|
|
<p class="sum">商品总价(¥{{cartEnsure.productAmmount}})- 活动(¥{{cartEnsure.activeSale}})= 商品金额总计(¥{{cartEnsure.productAllA}})</p>
|
|
|
<p>获赠YOHO币:{{cartEnsure.getYoho}}个 商品总价(不含运费):<strong>¥{{cartEnsure.productAllA}}</strong> 元</p>
|
|
|
<p>
|
|
|
<a href="/help/?category_id=87" class="yoho-coin" target="_blank"></a>
|
|
|
共返YOHO币:{{cartEnsure.getYoho}}个 商品总价(不含运费):
|
|
|
<strong>¥{{cartEnsure.productAllA}}</strong> 元
|
|
|
</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="cartnew-submit" id="payDiv">
|
...
|
...
|
|