Showing
2 changed files
with
4 additions
and
4 deletions
@@ -76,10 +76,10 @@ | @@ -76,10 +76,10 @@ | ||
76 | </div> | 76 | </div> |
77 | </section> | 77 | </section> |
78 | 78 | ||
79 | + {{#if isJit}} | ||
80 | + {{> me/order/jit-more}} | ||
81 | + {{/if}} | ||
79 | <section class="block goods-bottom"> | 82 | <section class="block goods-bottom"> |
80 | - {{#if isJit}} | ||
81 | - {{> me/order/jit-more}} | ||
82 | - {{/if}} | ||
83 | {{#each goods}} | 83 | {{#each goods}} |
84 | {{> me/order/good}} | 84 | {{> me/order/good}} |
85 | {{/each}} | 85 | {{/each}} |
-
Please register or login to post a comment