Commit 2221fb9a by zhanghaozhe

ml

parent c313abc5
...@@ -25,7 +25,7 @@ class ML extends Component { ...@@ -25,7 +25,7 @@ class ML extends Component {
} }
componentDidMount() { componentDidMount() {
document.title = '机器学习小课 第一期[精讲7大经典算法,在线编程,无需安装环境,会 python 即可学习] - 七月在线' document.title = '机器学习小课 [精讲7大经典算法,在线编程,无需安装环境,会 python 即可学习] - 七月在线'
const _this = this const _this = this
this.fetchCourseInfo() this.fetchCourseInfo()
// 获取App登录信息 // 获取App登录信息
......
...@@ -86,10 +86,10 @@ class PythonStudy extends Component { ...@@ -86,10 +86,10 @@ class PythonStudy extends Component {
const {courseInfo, syllabus, learning, toApp} = this.state; const {courseInfo, syllabus, learning, toApp} = this.state;
return ( return (
<div className="python-study"> <div className="python-study">
<HeaderBar title='机器学习小课 第一期' arrow={true}/> <HeaderBar title='机器学习小课' arrow={true}/>
<div className="python-study__header"> <div className="python-study__header">
<div className="python-study__course"> <div className="python-study__course">
<h2 className="python-study__course-name">机器学习小课 第一期</h2> <h2 className="python-study__course-name">机器学习小课</h2>
<p className="python-study__course-contact"> <p className="python-study__course-contact">
<span>{courseInfo.contact_type == 1 ? '上课请加QQ学习群' : '添加助教微信入群'}{courseInfo.course_qq}</span> <span>{courseInfo.contact_type == 1 ? '上课请加QQ学习群' : '添加助教微信入群'}{courseInfo.course_qq}</span>
<span>并备注您的学号:{uid}</span> <span>并备注您的学号:{uid}</span>
......
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