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
37581b39
Commit
37581b39
authored
Dec 16, 2019
by
zhanghaozhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
课程
parent
07a8269a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/components/activity/newyear-2019/preheat/YearCourse/index.js
+3
-3
No files found.
src/components/activity/newyear-2019/preheat/YearCourse/index.js
View file @
37581b39
...
@@ -482,7 +482,7 @@ class YearCourse extends Component {
...
@@ -482,7 +482,7 @@ class YearCourse extends Component {
{
{
(
bigcourse
.
courseList
&&
bigcourse
.
courseList
.
length
>
4
)
&&
(
bigcourse
.
courseList
&&
bigcourse
.
courseList
.
length
>
4
)
&&
<
button
className
=
"more-button"
onClick
=
{()
=>
this
.
handleToMore
(
'bigcourse'
)}
>
<
button
className
=
"more-button"
onClick
=
{()
=>
this
.
handleToMore
(
'bigcourse'
)}
>
{
group
.
isMore
?
'查看更多'
:
'收起'
}
{
bigcourse
.
isMore
?
'查看更多'
:
'收起'
}
<
/button
>
<
/button
>
}
}
<
/
>
<
/
>
...
@@ -520,7 +520,7 @@ class YearCourse extends Component {
...
@@ -520,7 +520,7 @@ class YearCourse extends Component {
{
{
(
freecourse
.
courseList
&&
freecourse
.
courseList
.
length
>
4
)
&&
(
freecourse
.
courseList
&&
freecourse
.
courseList
.
length
>
4
)
&&
<
button
className
=
"more-button"
onClick
=
{()
=>
this
.
handleToMore
(
'freecourse'
)}
>
<
button
className
=
"more-button"
onClick
=
{()
=>
this
.
handleToMore
(
'freecourse'
)}
>
{
group
.
isMore
?
'查看更多'
:
'收起'
}
{
freecourse
.
isMore
?
'查看更多'
:
'收起'
}
<
/button
>
<
/button
>
}
}
<
/
>
<
/
>
...
@@ -591,7 +591,7 @@ class YearCourse extends Component {
...
@@ -591,7 +591,7 @@ class YearCourse extends Component {
{
{
(
groupcourse
.
courseList
&&
groupcourse
.
courseList
.
length
>
4
)
&&
(
groupcourse
.
courseList
&&
groupcourse
.
courseList
.
length
>
4
)
&&
<
button
className
=
"more-button"
onClick
=
{()
=>
this
.
handleToMore
(
'groupcourse'
)}
>
<
button
className
=
"more-button"
onClick
=
{()
=>
this
.
handleToMore
(
'groupcourse'
)}
>
{
group
.
isMore
?
'查看更多'
:
'收起'
}
{
group
course
.
isMore
?
'查看更多'
:
'收起'
}
<
/button
>
<
/button
>
}
}
<
/
>
<
/
>
...
...
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