|
|
@@ -808,15 +808,12 @@
|
|
|
<dd class="price"><b>总金额:<em ng-bind="::order.ensurePrice | formateNumber : 2 | currencySysmbol : order.currency"></em></b><b>总共<em ng-bind="::order.batchQty || 0"></em>件产品</b></dd>
|
|
|
</div>
|
|
|
<div ng-if="currenctOrders.length == 0" class="text-center">
|
|
|
- <div class="col-xs-offset-3 col-xs-2" >
|
|
|
- <img src="static/img/all/empty-cart.png">
|
|
|
- </div>
|
|
|
- <div class="col-xs-3">
|
|
|
- <p class="grey f16">暂无订单信息,快去下单吧 </p>
|
|
|
- <a ng-click="reload()">点击重新加载</a> <i class="fa fa-refresh"></i>
|
|
|
- </div>
|
|
|
+ <img src="static/img/all/empty-cart.png">
|
|
|
+ <span style="font-size: 14px;color:#999;">暂无订单信息
|
|
|
+ <a href="/" style="margin-left:20px;font-size: 14px;color:#5078cb;"><i class="fa fa-mail-reply"></i> 马上去逛一逛</a></span>
|
|
|
</div>
|
|
|
- <!--<p class="height16" style="background: #f5f5f5;" ng-if="currenctOrders.length != 0"> </p>-->
|
|
|
+ <!--<p class="height
|
|
|
+ 16" style="background: #f5f5f5;" ng-if="currenctOrders.length != 0"> </p>-->
|
|
|
<div class="ng-cloak ng-table-pager" ng-if="pages.length" style="float: right;margin-right: 60px;">
|
|
|
<ul class="pagination ng-table-pagination">
|
|
|
<li ng-class="{'disabled': !page.active && !page.current, 'active': page.current}" ng-repeat="page in pages" ng-switch="page.type">
|