From 2c299ab442139b9b7bcf4d0924c722272eefe486 Mon Sep 17 00:00:00 2001 From: liuye Date: Sun, 24 Apr 2022 09:07:07 +0800 Subject: [PATCH] 29261 --- src/components/pages/selectParty.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/pages/selectParty.vue b/src/components/pages/selectParty.vue index 820cc8bf..c08563a1 100644 --- a/src/components/pages/selectParty.vue +++ b/src/components/pages/selectParty.vue @@ -118,6 +118,9 @@ export default { } }, onReachBottom() { + if(this.$route.query.isFourParty) { + return + } this.current++ this.getList() },