修改数据请求

master
夜笙歌 4 years ago
parent 4976d96f92
commit 4d96fde147

@ -257,6 +257,7 @@ const tableAnimation = (el) => {
}, 2000);
}
const flip = (el,time = 2000) => {
console.log(123)
$(el + '>.table>.tbody').animate({
scrollTop: $(el + '>.table>.tbody').scrollTop() + $(el + '>.table>.tbody').outerHeight(true)
},time)

Loading…
Cancel
Save