Authored by 周少峰

Merge branch 'release/4.4' of http://git.dev.yoho.cn/web/yohobuywap into release/4.4

... ... @@ -255,6 +255,7 @@ class CartData
{
$param = Yohobuy::param();
$param['method'] = 'app.Shopping.payment';
$param['enable_red_envelopes'] = 0; //h5不使用红包
$param['cart_type'] = $cartType;
$param['yoho_coin_mode'] = $isUseYohoCoin;
$param['uid'] = $uid;
... ...
... ... @@ -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}}
... ...