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
30dcc4b7
Commit
30dcc4b7
authored
Apr 07, 2020
by
zhanghaozhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ml小课
parent
25541c0e
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
src/components/ml/index.js
+1
-1
src/components/ml/pythomDes/Description/index.js
+2
-2
src/components/ml/pythomDes/Study/index.js
+1
-1
src/components/ml/pythomDes/Study/index.scss
+1
-0
No files found.
src/components/ml/index.js
View file @
30dcc4b7
...
@@ -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登录信息
...
...
src/components/ml/pythomDes/Description/index.js
View file @
30dcc4b7
...
@@ -7,7 +7,7 @@ export default class Description extends Component {
...
@@ -7,7 +7,7 @@ export default class Description extends Component {
list
:
[
list
:
[
{
{
icon
:
'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/mlCourse/m/des_icon_1.png'
,
icon
:
'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/mlCourse/m/des_icon_1.png'
,
text
:
'交互式授课,学习像聊天一样有趣;'
text
:
'
0门槛
交互式授课,学习像聊天一样有趣;'
},
},
{
{
icon
:
'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/mlCourse/m/des_icon_2.png'
,
icon
:
'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/mlCourse/m/des_icon_2.png'
,
...
@@ -34,7 +34,7 @@ export default class Description extends Component {
...
@@ -34,7 +34,7 @@ export default class Description extends Component {
<
div
className
=
{
'description'
}
>
<
div
className
=
{
'description'
}
>
<
img
className
=
{
'left'
}
src
=
"https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/h5_python_class/left__decorate.png"
alt
=
""
/>
<
img
className
=
{
'left'
}
src
=
"https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/h5_python_class/left__decorate.png"
alt
=
""
/>
<
img
className
=
{
'right'
}
src
=
"https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/h5_python_class/right__decorate.png"
alt
=
""
/>
<
img
className
=
{
'right'
}
src
=
"https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/h5_python_class/right__decorate.png"
alt
=
""
/>
<
p
className
=
{
'title'
}
>
课
/
程
/
介
/
绍
<
/p
>
<
p
className
=
{
'title'
}
>
课
/
程
/
特
/
色
<
/p
>
<
img
src
=
{
'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/mlCourse/m/ml-introduce.png'
}
/
>
<
img
src
=
{
'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/mlCourse/m/ml-introduce.png'
}
/
>
<
ul
className
=
{
'des-list'
}
>
<
ul
className
=
{
'des-list'
}
>
{
{
...
...
src/components/ml/pythomDes/Study/index.js
View file @
30dcc4b7
...
@@ -29,7 +29,7 @@ export default class Study extends Component {
...
@@ -29,7 +29,7 @@ export default class Study extends Component {
<
img
className
=
{
'learn_left'
}
src
=
"https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/h5_python_class/learn_left.png"
alt
=
""
/>
<
img
className
=
{
'learn_left'
}
src
=
"https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/h5_python_class/learn_left.png"
alt
=
""
/>
<
img
className
=
{
'learn_bottom'
}
src
=
"https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/h5_python_class/learn_bottom.png"
alt
=
""
/>
<
img
className
=
{
'learn_bottom'
}
src
=
"https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/h5_python_class/learn_bottom.png"
alt
=
""
/>
<
p
className
=
{
'title'
}
>
课
/
程
/
安
/
排
<
/p
>
<
p
className
=
{
'title'
}
>
课
/
程
/
安
/
排
<
/p
>
<
p
className
=
{
'sub__title'
}
>
2020
年
4
月
20
日开班
<
/p
>
{
/*<p className={'sub__title'}>2020年4月20日开班</p>*/
}
<
div
className
=
{
'table__container'
}
>
<
div
className
=
{
'table__container'
}
>
<
div
className
=
{
'table__head'
}
>
<
div
className
=
{
'table__head'
}
>
<
div
className
=
{
'head_title order_number'
}
>
序号
<
/div
>
<
div
className
=
{
'head_title order_number'
}
>
序号
<
/div
>
...
...
src/components/ml/pythomDes/Study/index.scss
View file @
30dcc4b7
...
@@ -24,6 +24,7 @@
...
@@ -24,6 +24,7 @@
}
}
.title
{
.title
{
margin-bottom
:
20px
;
font-size
:
20px
;
font-size
:
20px
;
font-weight
:
600
;
font-weight
:
600
;
color
:
rgba
(
255
,
255
,
255
,
1
);
color
:
rgba
(
255
,
255
,
255
,
1
);
...
...
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