Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
biao
9 years ago
Commit
1d8cc5a52b319d7bb23a943deb3b15763ec897ca
1 parent
885c0ac8
修复购物车面板按钮显示问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/product/detail/like.js
static/js/product/detail/like.js
View file @
1d8cc5a
...
...
@@ -68,7 +68,7 @@ $('#likeBtn').on('touchstart', function() {
$
(
'#addtoCart'
).
on
(
'touchstart'
,
function
()
{
$
(
'.cart-bar'
).
hide
();
chosePanel
.
setLimitGoodModeWithSknId
(
productCode
,
skn
);
productCode
&&
chosePanel
.
setLimitGoodModeWithSknId
(
productCode
,
skn
);
chosePanel
.
show
();
//统计代码:用于统计用户加入购物车的动作
...
...
Please
register
or
login
to post a comment