1
This commit is contained in:
parent
30e60ec42e
commit
03cfa65525
@ -130,10 +130,12 @@ export default {
|
|||||||
this.queryList.current += 1
|
this.queryList.current += 1
|
||||||
if (this.isOver) {
|
if (this.isOver) {
|
||||||
this.isOver = !this.isOver
|
this.isOver = !this.isOver
|
||||||
|
this.$nextTick(() => {
|
||||||
this.getDataList()
|
this.getDataList()
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.isFirstScroll = true
|
this.isFirstScroll = true
|
||||||
}, 2000)
|
}, 2000)
|
||||||
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -84,10 +84,12 @@ export default {
|
|||||||
this.queryList.current += 1
|
this.queryList.current += 1
|
||||||
if (this.isOver) {
|
if (this.isOver) {
|
||||||
this.isOver = !this.isOver
|
this.isOver = !this.isOver
|
||||||
|
this.$nextTick(() => {
|
||||||
this.getDataList()
|
this.getDataList()
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.isFirstScroll = true
|
this.isFirstScroll = true
|
||||||
}, 2000)
|
}, 2000)
|
||||||
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user