Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
Email Patches
Plain Diff
Browse Files
Authored by
梁志锋
2016-02-17 14:25:55 +0800
Commit
678cab45a2701ccca6fcb883d36c4d23a32de381
1 parent
d9029f28
购物车编辑 以及加入购物车点击外侧区域组织默认行为
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
static/js/cart/chose-panel.js
static/js/home/home.js
static/js/cart/chose-panel.js
View file @
678cab4
...
...
@@ -236,6 +236,8 @@ $yohoPage.on('touchstart', '.chose-panel', function(e) {
//点击蒙版消失
hide
();
return
false
;
});
$yohoPage
.
on
(
'touchstart'
,
'.color-list .block'
,
function
()
{
...
...
static/js/home/home.js
View file @
678cab4
...
...
@@ -44,7 +44,7 @@ function hideSideBar() {
openSideNav
=
false
;
if
(
$mobileWrap
.
hasClass
(
'menu-open'
))
{
$mobileWrap
.
removeClass
(
'menu-open'
);
$
(
'.overlay'
)
.
hide
();
$
overlay
.
hide
();
$
(
'.sub-nav'
).
removeClass
(
'show'
);
$sideNav
.
removeClass
(
'on'
);
}
...
...
Please
register
or
login
to post a comment