Authored by yyq

yoho币二期 前端迁移

... ... @@ -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">
... ...
... ... @@ -214,7 +214,7 @@
<span class="vipPrice">(VIP)</span>
{{/isVipPrice}}
</td>
<td>{{yohoIcon}}</td>
<td>{{yohoIcon}}</td>
<td>{{productNum}}</td>
<td class="cart-sub-total {{#xForOne}}xforone{{/xForOne}}">
{{#if xForOne}}
... ... @@ -266,6 +266,9 @@
</dl>
</div>
<div class="play-right">
<div class="back-coin">
<a href="/help/?category_id=87" class="yoho-coin" target="_blank"></a>共返YOHO币:{{totalYoho}}个
</div>
<ul class="play-total">
{{#each promotionFormulaList}}
<li class="{{#if isExpress}}total-express-w{{/if}}">
... ...
... ... @@ -185,6 +185,9 @@
</tbody>
</table>
<div class="order-balance">
<p class="back-coin">
<a href="/help/?category_id=87" class="yoho-coin" target="_blank"></a>共返YOHO币:{{totalYoho}}个
</p>
{{#each orderBalance}}
<p>
{{promotion}}:
... ...
... ... @@ -14,7 +14,10 @@
<li class="order-num">订单号</li>
<li>实际支付金额</li>
<li>支付方式</li>
<li>获得YOHO币</li>
<li>
<a href="/help/?category_id=87" class="yoho-coin" target="_blank"></a>
共返YOHO币
</li>
<li>获得VIP累计金额</li>
</ul>
<ul class="table-row">
... ... @@ -24,7 +27,7 @@
<li class="pay font-red">{{pay}}</li>
<li class="pay-mode">{{payMode}}</li>
<li class="yoho-coin">
<em class="font-red">{{currency}}</em>
<em class="font-red">{{currency}}</em>
<a class="notice-link" href="{{yohoCoinUrl}}">YOHO币能做什么</a>
</li>
<li class="vip">
... ...
... ... @@ -15,7 +15,10 @@
<div class="li-1">订单号</div>
<div class="li-2">实际支付金额</div>
<div class="li-3">支付方式</div>
<div class="li-4">获得YOHO币</div>
<div class="li-4">
<a href="/help/?category_id=87" class="yoho-coin" target="_blank"></a>
共返YOHO币
</div>
<div class="li-5">获得VIP累计金额</div>
</div>
<div class="list">
... ... @@ -29,7 +32,7 @@
</div>
<div class="li-3 pay-mode">货到付款</div>
<div class="li-4">
<strong class="f-rz">{{yohoCoin}}</strong>
<strong class="f-rz">{{yohoCoin}}</strong>
<a href="{{yohoCoinUrl}}" class="f-e" target="_blank">YOHO币能做什么</a>
</div>
<div class="li-5">
... ...