Commit ea2d0167 by FE

add college

parent 00382be3
......@@ -18,7 +18,6 @@ class CollegeCourse extends Component {
componentDidMount() {
this.fetchCourseList();
document.title = `助力高校在线教学计划之中科大软院(苏州)专区 - 七月在线`
}
fetchCourseList = () => {
......@@ -31,6 +30,7 @@ class CollegeCourse extends Component {
header: data.name,
courseList: data.data
});
document.title = `助力高校在线教学计划之${data.name}专区 - 七月在线`
}
});
}
......
......@@ -21,13 +21,7 @@ class CollegePage extends Component {
icon: 'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/college-plan/content.png',
},
],
schoolList: [
{
id: null,
name: '东华理工大学软件学院',
logo: 'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/college-plan/dhlg_logo.png'
}
],
schoolList: [],
};
}
......
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