Authored by TaoHuang

Merge remote-tracking branch 'origin/release/6.8.7' into release/6.8.7

... ... @@ -174,7 +174,7 @@ export default {
},
onDounceScroll({item, scrollTop, startIndex}) {
this.scrollTop = scrollTop;
if (scrollTop === 0) {
if (scrollTop <= 0) {
this.showHeader = false;
} else if (item) {
if (this.currentId !== item.data.articleId) {
... ...