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
98da329f
Commit
98da329f
authored
Nov 02, 2019
by
FE
Browse files
Options
Browse Files
Download
Plain Diff
3
parents
1b556ef3
6dd7b3c9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
src/components/blessingPreheat/collectBlessing/index.js
+2
-2
src/components/blessingPreheat/courseList/index.js
+0
-0
src/components/blessingPreheat/index.js
+0
-0
No files found.
src/components/blessingPreheat/collectBlessing/index.js
View file @
98da329f
...
...
@@ -8,7 +8,7 @@ import ListHeader from './../listHeader';
import
'./index.scss'
;
@
connect
(({
user
})
=>
({
uid
:
user
.
data
.
uid
||
''
uid
:
user
&&
user
.
data
&&
user
.
data
.
uid
?
user
.
data
.
uid
:
''
}))
class
CollectBlessing
extends
Component
{
...
...
@@ -231,7 +231,7 @@ class CollectBlessing extends Component {
<
i
className
=
"collect-blessing__num"
>
{
index
+
1
}
<
/i
>
<
p
className
=
"collect-blessing__title"
>
{
item
}
<
/p
>
{
index
===
0
&&
index
===
0
&&
<>
{
(
isLogin
&&
isSign
)
...
...
src/components/blessingPreheat/courseList/index.js
View file @
98da329f
This diff is collapsed.
Click to expand it.
src/components/blessingPreheat/index.js
View file @
98da329f
This diff is collapsed.
Click to expand it.
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