|
|
@ -97,7 +97,9 @@
|
|
|
|
<a role="button" ng-class="{'bg-primary':params.channel=='jd'}"
|
|
|
|
<a role="button" ng-class="{'bg-primary':params.channel=='jd'}"
|
|
|
|
ng-click="params.channel='jd';doAnalysis(1)">JD Pay</a> |
|
|
|
|
ng-click="params.channel='jd';doAnalysis(1)">JD Pay</a> |
|
|
|
|
<a role="button" ng-class="{'bg-primary':params.channel=='hf'}"
|
|
|
|
<a role="button" ng-class="{'bg-primary':params.channel=='hf'}"
|
|
|
|
ng-click="params.channel='hf';doAnalysis(1)">HF Pay</a>
|
|
|
|
ng-click="params.channel='hf';doAnalysis(1)">HF Pay</a> |
|
|
|
|
|
|
|
|
<a role="button" ng-class="{'bg-primary':params.channel=='RPay'}"
|
|
|
|
|
|
|
|
ng-click="params.channel='RPay';doAnalysis(1)">RPay +</a>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -197,6 +199,17 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- Rpay+显示交易额分析,先注释掉,日后可能需要显示
|
|
|
|
|
|
|
|
<div class="col-sm-2 col-xs-6">
|
|
|
|
|
|
|
|
<div class="description-block">
|
|
|
|
|
|
|
|
<div class="description-header text-bold"><img src="/static/images/rpayplus.png"/>R Pay</div>
|
|
|
|
|
|
|
|
<div class="description-text text-red">
|
|
|
|
|
|
|
|
<label class="description-text"
|
|
|
|
|
|
|
|
ng-bind="totalChannelAmount.rpayamount|currency: ' $ '"></label>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
-->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!--<table class="table">
|
|
|
|
<!--<table class="table">
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
@ -216,9 +229,12 @@
|
|
|
|
<th>
|
|
|
|
<th>
|
|
|
|
<img src="/static/images/jd_sign.png"/>
|
|
|
|
<img src="/static/images/jd_sign.png"/>
|
|
|
|
JD Pay:{{totalChannelAmount.jdPayAmount|currency: ' $ '}}</th>
|
|
|
|
JD Pay:{{totalChannelAmount.jdPayAmount|currency: ' $ '}}</th>
|
|
|
|
|
|
|
|
<th>
|
|
|
|
|
|
|
|
<img src="/static/images/rpayplus.png"/>
|
|
|
|
|
|
|
|
R Pay:{{totalChannelAmount.rpayamount|currency: ' $ '}}</th>
|
|
|
|
<th>
|
|
|
|
<th>
|
|
|
|
<img src="/static/images/hf_sign.png"/>
|
|
|
|
<img src="/static/images/hf_sign.png"/>
|
|
|
|
JD Pay:{{totalChannelAmount.hfPayAmount|currency: ' $ '}}</th>
|
|
|
|
hf Pay:{{totalChannelAmount.hfPayAmount|currency: ' $ '}}</th>
|
|
|
|
<!–<th>–>
|
|
|
|
<!–<th>–>
|
|
|
|
<!–<img src="/static/images/wechatpay_sign.png"/>–>
|
|
|
|
<!–<img src="/static/images/wechatpay_sign.png"/>–>
|
|
|
|
<!–Znyoo:{{totalChannelAmount.znyooAmount|currency: ' $ '}}</th>–>
|
|
|
|
<!–Znyoo:{{totalChannelAmount.znyooAmount|currency: ' $ '}}</th>–>
|
|
|
|