This commit is contained in:
liuye
2022-04-24 09:07:07 +08:00
parent 9d402cb729
commit 2c299ab442

View File

@@ -118,6 +118,9 @@ export default {
} }
}, },
onReachBottom() { onReachBottom() {
if(this.$route.query.isFourParty) {
return
}
this.current++ this.current++
this.getList() this.getList()
}, },