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
Lynnic
2015-11-25 14:50:48 +0800
Commit
c33ac52bffa3e0ed5d829ef1314b4db58a317a79
1 parent
f0de42c0
fixed bugs in goods detail page
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
static/js/product/detail/like.js
static/sass/index.scss
static/js/product/detail/like.js
View file @
c33ac52
...
...
@@ -12,6 +12,7 @@ var likeHammer = new Hammer(document.getElementById('likeBtn'));
likeHammer
.
on
(
'tap'
,
function
(
e
)
{
var
productId
=
$
(
'#productId'
).
val
(),
opt
;
var
$this
=
$
(
this
);
if
(
$this
.
hasClass
(
'liked'
))
{
...
...
static/sass/index.scss
View file @
c33ac52
...
...
@@ -102,6 +102,7 @@ a {
color
:
#fff
;
font-size
:
18px
;
border
:
none
;
z-index
:
2
;
@include
border-radius
(
10px
);
}
...
...
Please
register
or
login
to post a comment