标准化活动日历
This commit is contained in:
@@ -162,7 +162,7 @@ export default {
|
|||||||
})
|
})
|
||||||
this.resDate = res
|
this.resDate = res
|
||||||
this.dealMyDate()
|
this.dealMyDate()
|
||||||
|
this.todayData = []
|
||||||
this.resDate.forEach(item=>{
|
this.resDate.forEach(item=>{
|
||||||
if (item.date.slice(0,10) === this.nowDate) {
|
if (item.date.slice(0,10) === this.nowDate) {
|
||||||
this.todayData.push(item)
|
this.todayData.push(item)
|
||||||
|
|||||||
Reference in New Issue
Block a user