|
|
|
@ -135,7 +135,7 @@
|
|
|
|
|
<div class="col-xs-4" ng-if="detail.RpayDetail">
|
|
|
|
|
<div class="info-box" style="background: lightcyan">
|
|
|
|
|
<div class="info-box-icon" style=" background: bottom;">
|
|
|
|
|
<img uib-tooltip="Rpay+" src="/static/images/rpayplus.png">
|
|
|
|
|
<img uib-tooltip="Rpay+" src="/static/images/rpayplus_sign_lg.png">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="info-box-content">
|
|
|
|
|
<h5>Transaction: ${{detail.RpayDetail.total_amount}}</h5>
|
|
|
|
@ -187,7 +187,7 @@
|
|
|
|
|
<img ng-if="log.channel=='Bestpay'" uib-tooltip="Bestpay" src="/static/images/bestpay_sign_lg.png">
|
|
|
|
|
<img ng-if="log.channel=='jd'" uib-tooltip="Bestpay" src="/static/images/jd_sign_lg.png">
|
|
|
|
|
<img ng-if="log.channel=='hf'" uib-tooltip="Bestpay" src="/static/images/hf_sign_lg.png">
|
|
|
|
|
<img ng-if="log.channel=='Rpay'" uib-tooltip="Rpay" src="/static/images/rpayplus.png">
|
|
|
|
|
<img ng-if="log.channel=='Rpay'" uib-tooltip="Rpay" src="/static/images/rpayplus_sign_lg.png">
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|