Merge branch 'release/1.0' of http://git.yoho.cn/fe/yoho-blk into release/1.0
Showing
2 changed files
with
8 additions
and
0 deletions
@@ -2,6 +2,7 @@ | @@ -2,6 +2,7 @@ | ||
2 | <div class="order"> | 2 | <div class="order"> |
3 | {{# returnsList}} | 3 | {{# returnsList}} |
4 | {{> common/subtitle}} | 4 | {{> common/subtitle}} |
5 | + {{#if list}} | ||
5 | <div class="table"> | 6 | <div class="table"> |
6 | <ul class="header"> | 7 | <ul class="header"> |
7 | <li class="info">商品信息</li> | 8 | <li class="info">商品信息</li> |
@@ -31,6 +32,9 @@ | @@ -31,6 +32,9 @@ | ||
31 | </div> | 32 | </div> |
32 | </div> | 33 | </div> |
33 | {{/list}} | 34 | {{/list}} |
35 | + {{^}} | ||
36 | + <p class="empty-list">您没有退/换货订单!</p> | ||
37 | + {{/if}} | ||
34 | {{#if paginationOpts}} | 38 | {{#if paginationOpts}} |
35 | {{{ pagination paginationOpts }}} | 39 | {{{ pagination paginationOpts }}} |
36 | {{/if}} | 40 | {{/if}} |
-
Please register or login to post a comment