From fb06ed19d9028c2372628afaa49e4ec696d6ee4d Mon Sep 17 00:00:00 2001 From: kuaileWu <1432334894@qq.com> Date: Thu, 19 Jun 2025 18:38:01 +0800 Subject: [PATCH] visitor_first_preview --- components/SelectYear.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/SelectYear.vue b/components/SelectYear.vue index 309c976..0b08fcb 100644 --- a/components/SelectYear.vue +++ b/components/SelectYear.vue @@ -44,11 +44,11 @@ export default { }, methods: { handleYearChange(e) { - this.currentYear = this.years[e.detail.value]; + this.currentYear = this.years[e.detail.value]; }, comfirmYear(){ - this.$emit('change', this.currentYear) - this.closePop() + this.$emit('change', this.currentYear) + this.closePop() }, show(){ this.$refs.selectDate.open('bottom')