...
|
...
|
@@ -67,6 +67,7 @@ function initInfosEvt($container) { |
|
|
//点赞
|
|
|
$btn = $this.closest('.like-btn');
|
|
|
if ($btn.length > 0) {
|
|
|
e.preventDefault();
|
|
|
if ($btn.hasClass('like')) {
|
|
|
opt = 'cancel';
|
|
|
}
|
...
|
...
|
@@ -99,6 +100,7 @@ function initInfosEvt($container) { |
|
|
//APP收藏
|
|
|
$btn = $this.closest('.collect-btn');
|
|
|
if ($btn.length > 0) {
|
|
|
e.preventDefault();
|
|
|
if ($btn.hasClass('collected')) {
|
|
|
opt = 'cancel';
|
|
|
}
|
...
|
...
|
|