Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
Plain Diff
Browse Files
Authored by
ccbikai(👎🏻🍜)
2016-11-08 10:50:21 +0800
Commit
2c705eb2fc4f61eae41302c9610a5b90ba7450db
2 parents
f8e74941
bf303d2e
Merge branch 'master' into hotfix/seckill
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/product/detail/page-render.js
public/js/product/detail/page-render.js
View file @
2c705eb
...
...
@@ -127,7 +127,7 @@ function render(data) {
$
(
'#limitProductCode'
).
val
(
data
.
cartInfo
.
limitProductCode
).
removeClass
(
dbClass
);
}
}
if
(
data
.
isCollect
)
{
if
(
data
.
isCollect
===
true
)
{
$
(
'#likeBtn'
).
addClass
(
'liked'
);
}
if
(
data
.
tickets
)
{
...
...
Please
register
or
login
to post a comment