@@ -8861,6 +8861,11 @@ export default {
},
+ mounted(){
+ this.$nextTick(()=>{
+ this.scrollChange()
+ })
+ },
beforeDestroy() {
clearTimeout(this.timer);
this.timer = null;