From 756ac37e6a50931eb23a3d63cf0715847fd204d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Thu, 28 Nov 2019 16:05:47 +0800 Subject: [PATCH] fix(List): should not render loading when finished --- src/list/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/list/index.js b/src/list/index.js index a824d1f29..8cff4998c 100644 --- a/src/list/index.js +++ b/src/list/index.js @@ -112,7 +112,7 @@ export default createComponent({ }, genLoading() { - if (this.innerLoading) { + if (this.innerLoading && !this.finished) { return (
{this.slots('loading') || (