Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
周少峰
2016-05-20 14:58:55 +0800
Commit
730379884f64a78a2455b7fedc1f467b16de724a
2 parents
66deb380
e807089b
Merge branch 'release/4.4' of
http://git.dev.yoho.cn/web/yohobuywap
into release/4.4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
library/LibModels/Wap/Home/CartData.php
static/sass/cart/_order-ensure.css
template/m.yohobuy.com/actions/cart/index/order-ensure.phtml
library/LibModels/Wap/Home/CartData.php
View file @
7303798
...
...
@@ -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
;
...
...
static/sass/cart/_order-ensure.css
View file @
7303798
...
...
@@ -470,7 +470,7 @@
&
.more-jit
{
padding-top
:
0
;
padding-bottom
:
0
;
margin-bottom
:
0
;
margin-bottom
:
-0.5rem
;
border-bottom
:
none
;
}
...
...
template/m.yohobuy.com/actions/cart/index/order-ensure.phtml
View file @
7303798
...
...
@@ -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
}
}
...
...
Please
register
or
login
to post a comment