更新 announcement.html
parent
b07880eb7d
commit
a2be2f6378
|
|
@ -72,7 +72,7 @@
|
|||
$(document).ready(function () {
|
||||
// 请求后端获取课程信息
|
||||
$.get('/api/get-today-courses', function (data) {
|
||||
|
||||
|
||||
if (data.msg == "ok") {
|
||||
data.data.forEach(function (course) {
|
||||
// 为每个课程创建一个段落<p>并添加到容器中,并设置样式使字体更大且更加好看
|
||||
|
|
|
|||
Reference in New Issue