Browse Source

visitor_first_preview

master
kuaileWu 3 months ago
parent
commit
fb06ed19d9
  1. 6
      components/SelectYear.vue

6
components/SelectYear.vue

@ -44,11 +44,11 @@ export default {
}, },
methods: { methods: {
handleYearChange(e) { handleYearChange(e) {
this.currentYear = this.years[e.detail.value]; this.currentYear = this.years[e.detail.value];
}, },
comfirmYear(){ comfirmYear(){
this.$emit('change', this.currentYear) this.$emit('change', this.currentYear)
this.closePop() this.closePop()
}, },
show(){ show(){
this.$refs.selectDate.open('bottom') this.$refs.selectDate.open('bottom')

Loading…
Cancel
Save