提交更新

parent 99118b1f
...@@ -1139,8 +1139,10 @@ ...@@ -1139,8 +1139,10 @@
const lunchTxt = item.lunchStatus ? '' : ''; const lunchTxt = item.lunchStatus ? '' : '';
const supperTxt = item.supperStatus ? '' : ''; const supperTxt = item.supperStatus ? '' : '';
day.topInfo = breakfastTxt + lunchTxt + supperTxt; day.topInfo = breakfastTxt + lunchTxt + supperTxt;
if(day.topInfo){
day.className = 'notice-day' day.className = 'notice-day'
} }
}
}) })
} }
} else if (this.tabIndex == 2) { // 出入校报告 } 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