Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
jinhu.tung
2016-07-25 13:12:22 +0800
Commit
7ce43d4087136094ba225680df435e0cde128345
1 parent
f0e99424
send to favorite alert and storage info color
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
public/js/shopping/cart/cart.js
public/scss/shopping/_stepper.css
public/js/shopping/cart/cart.js
View file @
7ce43d4
...
...
@@ -222,9 +222,9 @@ var Cart = {
var
msg
=
'确定要将该商品从购物车中移入收藏吗?<br/>移入收藏后该商品将不在购物车中显示'
;
var
dialog
;
if
(
!
products
.
length
)
{
if
(
!
products
.
length
)
{
new
_alert
(
'请至少选中一件商品!'
).
show
();
}
else
{
}
else
{
if
(
products
.
length
>
1
)
{
msg
=
'确定要将已选中的商品从购物车中移入收藏吗?<br/>移入收藏后已选中的商品将不在购物车中显示'
;
}
...
...
public/scss/shopping/_stepper.css
View file @
7ce43d4
...
...
@@ -46,7 +46,7 @@
text-align
:
center
;
width
:
100%
;
margin-top
:
5px
;
color
:
#
e8044f
;
color
:
#
379ed6
;
font-size
:
13px
;
font-weight
:
bold
;
}
...
...
Please
register
or
login
to post a comment