From b2128113ba83c5d73f99ab35341e85122267aa71 Mon Sep 17 00:00:00 2001 From: buvta <12312540+buvta@users.noreply.github.com> Date: Tue, 8 Dec 2020 13:40:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=B7=A5=E5=85=B7=E6=A0=8Fre?= =?UTF-8?q?freshFilteredList=E8=A7=A6=E5=8F=91=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Film.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/Film.vue b/src/components/Film.vue index 55a340e..fc0871c 100644 --- a/src/components/Film.vue +++ b/src/components/Film.vue @@ -49,7 +49,7 @@
- + 上映区间: - + 至 - +
@@ -425,7 +425,8 @@ export default { }, methods: { ...mapMutations(['SET_VIEW', 'SET_DETAIL', 'SET_VIDEO', 'SET_SHARE', 'SET_SETTING']), - refreshFilteredList () { + refreshFilteredList (popperVisible) { + if (popperVisible === true) return if (!this.showToolbar) { this.selectedAreas = this.selectedLangs = [] this.selectedYears.start = 0