提交更新

parent 01570a09
......@@ -1248,8 +1248,10 @@
const lunchTxt = item.lunchStatus ? '' : '';
const supperTxt = item.supperStatus ? '' : '';
day.topInfo = breakfastTxt + lunchTxt + supperTxt;
if (day.topInfo) {
day.className = 'notice-day'
}
}
})
}
} else if (this.tabIndex == 2) { // 出入校报告
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment