From b65874d947f4bd04fb4140cb1ea120146f817a80 Mon Sep 17 00:00:00 2001 From: zhangqun <179111901@qq.com> Date: Thu, 18 Jul 2024 11:10:16 +0800 Subject: [PATCH] 1 --- pages/investigation/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/investigation/index.vue b/pages/investigation/index.vue index 586000d..c8f471e 100644 --- a/pages/investigation/index.vue +++ b/pages/investigation/index.vue @@ -140,7 +140,9 @@ } if (this.list.length >= res.result.total) { this.isMore = false - } + } else { + this.isMore = true + } } else { this.$.toast(res.message) }