Commit a6379ba0 authored by youjie's avatar youjie

no message

parent 34e468b6
...@@ -544,7 +544,6 @@ export default { ...@@ -544,7 +544,6 @@ export default {
methods: { methods: {
goTop(item) { goTop(item) {
this.current = item.ID; this.current = item.ID;
this.scrollTop = this.old.scrollTop
this.$nextTick(function() { this.$nextTick(function() {
this.scrollTop = item.top this.scrollTop = item.top
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment