Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
06fb06b7b68dcee255ea013f27815428119c80cb
2 parents
f366c2b2
9c67f7c3
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletions
static/js/cart/cart.js
static/sass/cart/_index.scss
template/m.yohobuy.com/partials/cart/cart-content.phtml
static/js/cart/cart.js
View file @
06fb06b
...
...
@@ -65,6 +65,11 @@ $('.freebie').on('touchend', function() {
});
$
(
'.btn-balance'
).
on
(
'touchend'
,
function
()
{
if
(
$
(
'.low-stocks'
).
length
>
0
)
{
tip
.
show
(
'请先删除库存不足商品'
);
return
false
;
}
if
(
hasChecked
)
{
window
.
location
.
href
=
'/cart/index/orderEnsure?cartType='
+
cartType
;
}
else
{
...
...
static/sass/cart/_index.scss
View file @
06fb06b
...
...
@@ -120,7 +120,7 @@
.freebie-and-advance-buy
{
padding
:
20rem
/
$pxConvertRem
;
font-size
:
24rem
/
$pxConvertRem
;
border-bottom
:
1px
solid
#e0e0e0
;
//
border-bottom: 1px solid #e0e0e0;
>
li
{
box-sizing
:
border-box
;
...
...
@@ -152,6 +152,7 @@
}
.activity-title
{
border-top
:
1px
solid
#e0e0e0
;
font-size
:
32rem
/
$pxConvertRem
;
padding
:
20rem
/
$pxConvertRem
20rem
/
$pxConvertRem
0
;
}
...
...
template/m.yohobuy.com/partials/cart/cart-content.phtml
View file @
06fb06b
...
...
@@ -42,6 +42,7 @@
{{/if}}
{{/ promotionInfo}}
{{#if promotionInfo}}
<div class="activity">
<ul>
{{# promotionInfo}}
...
...
@@ -49,6 +50,7 @@
{{/ promotionInfo}}
</ul>
</div>
{{/if}}
<div class="price-compute">
<p>
...
...
Please
register
or
login
to post a comment