Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-mobile
·
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
xuqi
10 years ago
Commit
7988c33c58594855f8b49ec8185fd9bc05d1f83f
1 parent
e421b971
udid bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
mobile/public/js/saunter-home.js
mobile/public/js/saunter-home.js
View file @
7988c33
...
...
@@ -19,6 +19,8 @@ var $nav = $('#saunter-nav'),
gender
=
$
(
'#gender'
).
val
(),
clientType
=
$
(
'#client-type'
).
val
(),
udid
=
$
(
'#client-ip'
).
val
(),
tpl
,
swiper
;
...
...
@@ -209,8 +211,7 @@ $('.msg-list').delegate('.like-btn', 'touchstart', function (e) {
var
$cur
=
$
(
e
.
currentTarget
),
$info
=
$cur
.
closest
(
'.tag-content'
),
id
=
$info
.
data
(
'id'
),
url
,
udid
=
$
(
'.client-ip'
).
val
();
url
;
$cur
.
toggleClass
(
'like'
);
...
...
Please
register
or
login
to post a comment