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
e90640ef
Commit
e90640ef
authored
Dec 13, 2019
by
zhanghaozhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分享页
parent
954011c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
src/components/activity/newyear-2019/landing/index.js
+9
-7
No files found.
src/components/activity/newyear-2019/landing/index.js
View file @
e90640ef
...
...
@@ -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,7 +473,7 @@ class Landing extends Component {
<
/button
>
}
{
!
isCaptain
&&
prize_info
&&
!
activityEnd
&&
<
div
className
=
"certainly-prompt"
>
prize_info
&&
!
activityEnd
&&
!
isCaptain
&&
<
div
className
=
"certainly-prompt"
>
第
{
prize_info
.
stage_no
}
次必中
{
prize_info
.
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