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
王水玲
2017-01-20 17:54:23 +0800
Commit
464d7ff207c7bb364e12c33517e4360eaadcacb7
1 parent
838cfe13
blk 商品详情页收藏效果修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
public/js/product/item.page.js
public/js/product/item.page.js
View file @
464d7ff
...
...
@@ -341,6 +341,7 @@ $('#collect-product').click(function() {
});
});
// 取消收藏提示效果
$
(
'#collect-product'
).
mouseenter
(
function
()
{
if
(
$
(
this
).
hasClass
(
'coll'
))
{
$calCol
.
prev
().
hide
();
...
...
Please
register
or
login
to post a comment