修复我的足迹分页bug

This commit is contained in:
lemon橪
2022-05-10 12:06:28 +08:00
parent 240a27a61a
commit 3e30f5e18f
2 changed files with 16 additions and 26 deletions

View File

@@ -200,7 +200,7 @@ export default {
this.tabCurrentIndex++;
// 当前距离重新为最上面
this.scrollTop = 0;
this.$set(this,'scrollTop',0)
}
} else {
this.$emit("funcValue", this.tabbars);