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
5c2d1403
Commit
5c2d1403
authored
Dec 13, 2019
by
wangshuo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '00' of gitlab.julyedu.com:baiguangyao/mr-julyedu into 00
parents
d877e94e
926d7be2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
src/components/activity/newyear-2019/landing/index.js
+10
-8
No files found.
src/components/activity/newyear-2019/landing/index.js
View file @
5c2d1403
...
...
@@ -29,7 +29,7 @@ class Landing extends Component {
activityEnd
:
false
,
notices
:
[],
rule
:
''
,
isCaptain
:
sessionStorage
.
getItem
(
'status'
)
isCaptain
:
getParam
(
'origin'
)
==
1
}
componentDidMount
()
{
...
...
@@ -37,7 +37,7 @@ class Landing extends Component {
}
componentDidUpdate
(
prevProps
)
{
if
(
prevProps
.
user
.
hasError
!==
this
.
props
.
user
.
hasError
&&
!
this
.
props
.
user
.
hasError
)
{
if
(
prevProps
.
user
.
hasError
!==
this
.
props
.
user
.
hasError
&&
!
this
.
props
.
user
.
hasError
)
{
this
.
fetchPageData
()
}
}
...
...
@@ -58,7 +58,6 @@ class Landing extends Component {
let
searchParams
=
new
URLSearchParams
(
window
.
location
.
search
)
if
(
searchParams
.
get
(
'origin'
)
===
'1'
&&
!
browser
.
isWeixin
)
{
sessionStorage
.
setItem
(
'isCaptain'
,
'1'
)
searchParams
.
set
(
'origin'
,
'2'
)
window
.
history
.
replaceState
(
null
,
''
,
`landing?
${
searchParams
.
toString
()}
`
)
}
...
...
@@ -345,7 +344,6 @@ class Landing extends Component {
activityEnd
,
isCaptain
}
=
this
.
state
/*
* status
* 1-自己的队伍
...
...
@@ -475,8 +473,8 @@ class Landing extends Component {
<
/button
>
}
{
!
isCaptain
&&
prize_info
&&
!
activityEnd
&&
<
div
className
=
"certainly-prompt"
>
第
{
prize_info
.
stage_no
}
次必中
{
prize_info
.
name
}
prize_info
&&
!
activityEnd
&&
!
isCaptain
&&
<
div
className
=
"certainly-prompt"
>
第
{
prize_info
[
0
].
stage_no
}
次必中
{
prize_info
[
0
]
.
name
}
<
/div
>
}
{
...
...
@@ -490,9 +488,13 @@ class Landing extends Component {
}
<
/div
>
<
/BoxContainer
>
<
WhiteSpace
size
=
{
'xl'
}
/
>
{
isCaptain
&&
<
YearCourse
/>
!
isCaptain
&&
<>
<
WhiteSpace
size
=
{
'xl'
}
/
>
<
YearCourse
getSum
=
{()
=>
{
}}
/
>
<
/
>
}
<
/div
>
)
...
...
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