Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
baiguangyao
mr-julyedu
Commits
2221fb9a
Commit
2221fb9a
authored
Apr 07, 2020
by
zhanghaozhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ml
parent
c313abc5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/components/ml/index.js
+1
-1
src/components/ml/pythonStudy/index.js
+2
-2
No files found.
src/components/ml/index.js
View file @
2221fb9a
...
...
@@ -25,7 +25,7 @@ class ML extends Component {
}
componentDidMount
()
{
document
.
title
=
'机器学习小课
第一期
[精讲7大经典算法,在线编程,无需安装环境,会 python 即可学习] - 七月在线'
document
.
title
=
'机器学习小课 [精讲7大经典算法,在线编程,无需安装环境,会 python 即可学习] - 七月在线'
const
_this
=
this
this
.
fetchCourseInfo
()
// 获取App登录信息
...
...
src/components/ml/pythonStudy/index.js
View file @
2221fb9a
...
...
@@ -86,10 +86,10 @@ class PythonStudy extends Component {
const
{
courseInfo
,
syllabus
,
learning
,
toApp
}
=
this
.
state
;
return
(
<
div
className
=
"python-study"
>
<
HeaderBar
title
=
'机器学习小课
第一期
'
arrow
=
{
true
}
/
>
<
HeaderBar
title
=
'机器学习小课'
arrow
=
{
true
}
/
>
<
div
className
=
"python-study__header"
>
<
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"
>
<
span
>
{
courseInfo
.
contact_type
==
1
?
'上课请加QQ学习群'
:
'添加助教微信入群'
}
:
{
courseInfo
.
course_qq
}
<
/span
>
<
span
>
并备注您的学号:
{
uid
}
<
/span
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment