...
|
...
|
@@ -270,10 +270,12 @@ export default { |
|
|
this.headerAnimateStep = 100;
|
|
|
}
|
|
|
|
|
|
if (this.$refs.scroll) {
|
|
|
this.$refs.scroll.$el.scrollTop = 0;
|
|
|
this.$refs.scroll.init();
|
|
|
}
|
|
|
this.$nextTick(() => {
|
|
|
if (this.$refs.scroll) {
|
|
|
this.$refs.scroll.$el.scrollTop = 0;
|
|
|
this.$refs.scroll.init();
|
|
|
}
|
|
|
});
|
|
|
});
|
|
|
},
|
|
|
async onFetch() {
|
...
|
...
|
|