Toggle navigation
Toggle navigation
This project
Loading...
Sign in
chenchao
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
Email Patches
Plain Diff
Browse Files
Authored by
梁志锋
9 years ago
Commit
cbff3211e96418e2f79c16da82b5c1a9a5a7496f
1 parent
fe10407b
购物车尺码颜色选择
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
static/js/cart/chose-panel.js
static/js/cart/chose-panel.js
View file @
cbff321
...
...
@@ -65,10 +65,10 @@ function checkColorSizeNum() {
if
(
!
hasChooseColor
&&
!
hasChooseSize
)
{
tip
.
show
(
'请选择颜色和尺码~'
);
return
false
;
}
else
if
(
!
hasChooseColor
){
}
else
if
(
!
hasChooseColor
)
{
tip
.
show
(
'请选择颜色~'
);
return
false
;
}
else
if
(
!
hasChooseSize
){
}
else
if
(
!
hasChooseSize
)
{
tip
.
show
(
'请选择尺码~'
);
return
false
;
}
...
...
Please
register
or
login
to post a comment