Authored by biao

update for jit style

... ... @@ -470,7 +470,7 @@
&.more-jit {
padding-top: 0;
padding-bottom: 0;
margin-bottom: 0;
margin-bottom: -0.5rem;
border-bottom: none;
}
... ...
... ... @@ -76,10 +76,10 @@
</div>
</section>
{{#if isJit}}
{{> me/order/jit-more}}
{{/if}}
<section class="block goods-bottom">
{{#if isJit}}
{{> me/order/jit-more}}
{{/if}}
{{#each goods}}
{{> me/order/good}}
{{/each}}
... ...