李志伟 3 years ago
parent
commit
4c623fa694
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      src/pages/Honghe.vue

+ 5
- 0
src/pages/Honghe.vue View File

@@ -211,6 +211,11 @@ export default {
211 211
     },
212 212
     canclMyWinning() {
213 213
       this.showMyWinning = false
214
+      this.list.map((item) => {
215
+        if (item.id == this.currentMonth.id) {
216
+          item.mode = 3
217
+        }
218
+      })
214 219
     },
215 220
     handleMonthClick(month) {
216 221
       this.list.map((item) => {