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