@@ -211,6 +211,11 @@ export default {
},
canclMyWinning() {
this.showMyWinning = false
+ this.list.map((item) => {
+ if (item.id == this.currentMonth.id) {
+ item.mode = 3
+ }
+ })
handleMonthClick(month) {
this.list.map((item) => {