From e1f7044ae06dcb4975b87c047e3c7d0f7de9a5ff Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Sun, 22 Nov 2020 20:57:27 +0100 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=9B=B4=E6=96=B0=E5=90=8E,?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Film.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Film.vue b/src/components/Film.vue index 69fa930..f67f6f0 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -513,6 +513,10 @@ export default { this.list.push(res) } $state.loaded() + // 数据更新后,刷新页面 + if (this.$refs.filmWaterfall) { + this.$refs.filmWaterfall.refresh() + } } else { $state.complete() this.statusText = '暂无数据'