李志伟 3 年之前
父節點
當前提交
4c623fa694
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      src/pages/Honghe.vue

+ 5
- 0
src/pages/Honghe.vue 查看文件

@@ -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) => {