perf: 逻辑强化

This commit is contained in:
weifashi 2023-12-10 18:49:49 +08:00
parent 5760d3ef0f
commit 43b665652e

View File

@ -2301,6 +2301,9 @@ export default {
return;
}
this.$nextTick(()=>{
if(!this.$refs.scroller){
return;
}
if(!this.$refs.scroller.$el.querySelector('div.active')){
this.$refs.scroller.activeEvent(this.$refs.scroller.$el)
}