my guang & info bug fix
Showing
3 changed files
with
8 additions
and
1 deletions
@@ -62,6 +62,8 @@ function initInfosEvt($container) { | @@ -62,6 +62,8 @@ function initInfosEvt($container) { | ||
62 | $btn, | 62 | $btn, |
63 | $info; | 63 | $info; |
64 | 64 | ||
65 | + e.preventDefault(); | ||
66 | + | ||
65 | //点赞 | 67 | //点赞 |
66 | $btn = $this.closest('.like-btn'); | 68 | $btn = $this.closest('.like-btn'); |
67 | if ($btn.length > 0) { | 69 | if ($btn.length > 0) { |
-
Please register or login to post a comment