zhangqun 11 months ago
parent b365bc3faf
commit b65874d947
  1. 4
      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)
}

Loading…
Cancel
Save