...
|
...
|
@@ -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}}
|
...
|
...
|
|