|
|
|
@ -216,7 +216,7 @@
|
|
|
|
|
<p class="mb-0 m-t-20 text-muted">Yesterday: {{transcommon.yes.trade_amount|currency:'AUD'}} <span class="pull-right" ng-class="{'text-red':transcommon.today.trade_amount<transcommon.yes.trade_amount}">
|
|
|
|
|
<i class="fa fa-caret-up m-r-5" ng-if="transcommon.today.trade_amount >=transcommon.yes.trade_amount"></i>
|
|
|
|
|
<i class="fa fa-caret-down m-r-5" ng-if="transcommon.today.trade_amount<transcommon.yes.trade_amount"></i>
|
|
|
|
|
{{transcommon.trade_amount_rise|abs}}%</span></p>
|
|
|
|
|
{{transcommon.trade_amount_rise|abs|percentage:2}}</span></p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-3 col-sm-6 col-xs-12">
|
|
|
|
@ -229,7 +229,7 @@
|
|
|
|
|
<p class="mb-0 m-t-20 text-light">Yesterday: {{transcommon.yes.trade_count}} <span class="pull-right" ng-class="{'text-red':transcommon.today.trade_count<transcommon.yes.trade_count}">
|
|
|
|
|
<i class="fa fa-caret-up m-r-5" ng-if="transcommon.today.trade_count >=transcommon.yes.trade_count"></i>
|
|
|
|
|
<i class="fa fa-caret-down m-r-5 " ng-if="transcommon.today.trade_count<transcommon.yes.trade_count"></i>
|
|
|
|
|
{{transcommon.trade_count_rise|abs}}%</span></p>
|
|
|
|
|
{{transcommon.trade_count_rise|abs|percentage:2}}</span></p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-3 col-sm-6 col-xs-12">
|
|
|
|
@ -242,7 +242,7 @@
|
|
|
|
|
<p class="mb-0 m-t-20 text-muted">Yesterday: {{transcommon.yes.new_customers}} <span class="pull-right" ng-class="{'text-red':transcommon.today.new_customers<transcommon.yes.new_customers}">
|
|
|
|
|
<i class="fa fa-caret-up m-r-5" ng-if="transcommon.today.new_customers >=transcommon.yes.new_customers"></i>
|
|
|
|
|
<i class="fa fa-caret-down m-r-5" ng-if="transcommon.today.new_customers<transcommon.yes.new_customers"></i>
|
|
|
|
|
{{transcommon.new_customers_rise|abs}}%</span></p>
|
|
|
|
|
{{transcommon.new_customers_rise|abs|percentage:2}}</span></p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-3 col-sm-6 col-xs-12">
|
|
|
|
@ -274,12 +274,12 @@
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<h6 class=""><b>{{wechat_rate}}</b></h6>
|
|
|
|
|
<p class="text-muted m-b-0"><img src="/static/images/wechatpay_sign.png"/> Wechat</p>
|
|
|
|
|
<p class="text-muted m-b-0"><img src="/static/images/wechatpay_sign.png"/> <b>Wechat</b></p>
|
|
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<h6 class=""><b>{{alipay_rate}}</b></h6>
|
|
|
|
|
<p class="text-muted m-b-0"> <img src="/static/images/alipay_sign.png"/> Alipay</p>
|
|
|
|
|
<p class="text-muted m-b-0"> <img src="/static/images/alipay_sign.png"/> <b>Alipay</b></p>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
<div class="box-body">
|
|
|
|
|