|
|
|
|
@ -142,7 +142,7 @@
|
|
|
|
|
<div class="description-block">
|
|
|
|
|
<div class="description-header text-bold"><img src="/static/images/wechatpay_sign.png"/>Wechat</div>
|
|
|
|
|
<div class="description-text">
|
|
|
|
|
<label class="description-text"
|
|
|
|
|
<label class="description-text text-red"
|
|
|
|
|
ng-bind="totalChannelAmount.wechatPayAmount|currency: ' $ '"></label>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@ -152,7 +152,7 @@
|
|
|
|
|
<div class="description-block">
|
|
|
|
|
<div class="description-text">
|
|
|
|
|
<div class="description-header text-bold"><img src="/static/images/bestpay_sign.png"/>Bestpay</div>
|
|
|
|
|
<label class="description-text"
|
|
|
|
|
<label class="description-text text-red"
|
|
|
|
|
ng-bind="totalChannelAmount.bestPayAmount|currency: ' $ '"></label>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@ -161,7 +161,7 @@
|
|
|
|
|
<div class="col-sm-2 col-xs-6">
|
|
|
|
|
<div class="description-block">
|
|
|
|
|
<div class="description-header text-bold"><img src="/static/images/alipay_sign.png"/>Alipay</div>
|
|
|
|
|
<div class="description-text">
|
|
|
|
|
<div class="description-text text-red">
|
|
|
|
|
<label class="description-text"
|
|
|
|
|
ng-bind="totalChannelAmount.aliPayAmount|currency: ' $ '"></label>
|
|
|
|
|
</div>
|
|
|
|
|
@ -171,7 +171,7 @@
|
|
|
|
|
<div class="col-sm-2 col-xs-6">
|
|
|
|
|
<div class="description-block">
|
|
|
|
|
<div class="description-header text-bold"><img src="/static/images/alipay_sign.png"/>AlipayOnline</div>
|
|
|
|
|
<div class="description-text">
|
|
|
|
|
<div class="description-text text-red">
|
|
|
|
|
<label class="description-text"
|
|
|
|
|
ng-bind="totalChannelAmount.aliOnlineAmount|currency: ' $ '"></label>
|
|
|
|
|
</div>
|
|
|
|
|
@ -181,7 +181,7 @@
|
|
|
|
|
<div class="col-sm-2 col-xs-6">
|
|
|
|
|
<div class="description-block">
|
|
|
|
|
<div class="description-header text-bold"><img src="/static/images/wechatpay_sign.png"/>JD Pay</div>
|
|
|
|
|
<div class="description-text">
|
|
|
|
|
<div class="description-text text-red">
|
|
|
|
|
<label class="description-text"
|
|
|
|
|
ng-bind="totalChannelAmount.wechatPayAmount|currency: ' $ '"></label>
|
|
|
|
|
</div>
|
|
|
|
|
@ -191,7 +191,7 @@
|
|
|
|
|
<div class="col-sm-2 col-xs-6">
|
|
|
|
|
<div class="description-block">
|
|
|
|
|
<div class="description-header text-bold"><img src="/static/images/hf_sign.png"/>HF Pay</div>
|
|
|
|
|
<div class="description-text">
|
|
|
|
|
<div class="description-text text-red">
|
|
|
|
|
<label class="description-text"
|
|
|
|
|
ng-bind="totalChannelAmount.hfPayAmount|currency: ' $ '"></label>
|
|
|
|
|
</div>
|
|
|
|
|
|