...
|
...
|
@@ -76,12 +76,14 @@ if ($('.collocation-list').find('li').length === 0) { |
|
|
}
|
|
|
|
|
|
// 星搭配收藏请求
|
|
|
$(document).on('click', '.collection', function() {
|
|
|
$(document).on('touchstart', '.collection', function() {
|
|
|
var $that = $(this),
|
|
|
$icon = $that.find('.collected-ico');
|
|
|
|
|
|
var type;
|
|
|
|
|
|
event.stopPropagation();
|
|
|
|
|
|
if ($icon.hasClass('collected')) {
|
|
|
type = 'del';
|
|
|
} else {
|
...
|
...
|
|