feat: award

This commit is contained in:
shenyu
2019-12-05 23:31:52 +08:00
parent b7dd081c74
commit 100ee436a9
9 changed files with 145 additions and 1 deletions

View File

@@ -208,7 +208,12 @@
$content.addClass('on');
$sidebar.addClass('on');
}
// 赞赏
$('.tooltip-item').hover(function () {
$('.tooltip-content').slideDown(150)
}, function () {
$('.tooltip-content').slideUp(150)
})
})(jQuery);