标准化活动日历

This commit is contained in:
shenyanpei
2021-11-11 15:59:18 +08:00
parent 4f01fbeebc
commit 8e45feb99c
+1 -1
View File
@@ -162,7 +162,7 @@ export default {
})
this.resDate = res
this.dealMyDate()
this.todayData = []
this.resDate.forEach(item=>{
if (item.date.slice(0,10) === this.nowDate) {
this.todayData.push(item)