@@ -50,6 +50,9 @@
}
},
mounted () {
+ let yearDate = new Date().getFullYear()
+ this.nameRight[2] = (yearDate - 1) + '年交易'
+ this.nameRight[3] = yearDate + '年交易'
this.$nextTick(() => {
this.changeIntervalL(true)
this.changeIntervalR(true)