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) }