Authored by xuqi

Merge branch 'release/1.0' of http://git.yoho.cn/fe/yoho-blk into release/1.0

... ... @@ -2,6 +2,7 @@
<div class="order">
{{# returnsList}}
{{> common/subtitle}}
{{#if list}}
<div class="table">
<ul class="header">
<li class="info">商品信息</li>
... ... @@ -31,6 +32,9 @@
</div>
</div>
{{/list}}
{{^}}
<p class="empty-list">您没有退/换货订单!</p>
{{/if}}
{{#if paginationOpts}}
{{{ pagination paginationOpts }}}
{{/if}}
... ...
.returns-wrap {
.empty-list {
margin-top: 30px;
text-align: center;
}
.table {
width: 100%;
max-width: 990px;
... ...