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
1973c2b2
Commit
1973c2b2
authored
Dec 14, 2019
by
xuzhenghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
登录问题
parent
58085a3d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
26 deletions
+28
-26
src/components/activity/newyear-2019/landing/landing.scss
+3
-3
src/components/activity/newyear-2019/preheat/YearCourse/index.js
+2
-2
src/components/activity/newyear-2019/preheat/index.js
+23
-21
No files found.
src/components/activity/newyear-2019/landing/landing.scss
View file @
1973c2b2
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
text-align
:
center
;
text-align
:
center
;
#to-square
{
#to-square
{
position
:
relative
;
position
:
fixed
;
width
:
100%
;
width
:
100%
;
height
:
30px
;
height
:
30px
;
background
:
#FF2121
;
background
:
#FF2121
;
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
font-size
:
14px
;
font-size
:
14px
;
line-height
:
30px
;
line-height
:
30px
;
text-align
:
center
;
text-align
:
center
;
z-index
:
10
;
z-index
:
21
;
}
}
.box-container
{
.box-container
{
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
.snow-deco
{
.snow-deco
{
position
:
absolute
;
position
:
absolute
;
top
:
0
;
top
:
30px
;
left
:
0
;
left
:
0
;
display
:
block
;
display
:
block
;
width
:
100%
;
width
:
100%
;
...
...
src/components/activity/newyear-2019/preheat/YearCourse/index.js
View file @
1973c2b2
...
@@ -327,11 +327,11 @@ class YearCourse extends Component {
...
@@ -327,11 +327,11 @@ class YearCourse extends Component {
isFollow
=
(
id
,
key
)
=>
{
isFollow
=
(
id
,
key
)
=>
{
const
_this
=
this
const
_this
=
this
http
.
get
(
`
${
API
.
home
}
/
m/live/isFollow
`
).
then
(
res
=>
{
http
.
get
(
`
${
API
.
home
}
/
sys/user/isFollowWeChat
`
).
then
(
res
=>
{
const
{
code
,
data
,
msg
}
=
res
.
data
const
{
code
,
data
,
msg
}
=
res
.
data
if
(
code
===
200
)
{
if
(
code
===
200
)
{
_this
.
setState
({
_this
.
setState
({
isshowFollow
:
data
.
status
==
0
?
true
:
false
isshowFollow
:
!
data
.
is_follow
})
})
if
(
!
_this
.
state
.
isshowFollow
)
{
if
(
!
_this
.
state
.
isshowFollow
)
{
...
...
src/components/activity/newyear-2019/preheat/index.js
View file @
1973c2b2
...
@@ -10,11 +10,14 @@ import {setCurrentUser, startFetchUser} from "@/store/userAction"
...
@@ -10,11 +10,14 @@ import {setCurrentUser, startFetchUser} from "@/store/userAction"
import
{
SendMessageToApp
,
getParam
,
http
}
from
'@/utils'
import
{
SendMessageToApp
,
getParam
,
http
}
from
'@/utils'
import
{
addDays
}
from
"date-fns"
import
{
addDays
}
from
"date-fns"
import
{
connect
}
from
"react-redux"
import
{
connect
}
from
"react-redux"
import
{
Toast
}
from
'antd-mobile'
;
import
{
Toast
}
from
'antd-mobile'
import
{
compose
}
from
"redux"
@
connect
(
state
=>
({
@
connect
(
state
=>
({
user
:
state
.
user
user
:
state
.
user
}))
}),
{
setCurrentUser
,
startFetchUser
}
)
export
default
class
index
extends
Component
{
export
default
class
index
extends
Component
{
state
=
{
state
=
{
...
@@ -35,8 +38,7 @@ export default class index extends Component {
...
@@ -35,8 +38,7 @@ export default class index extends Component {
window
[
'loginInfo'
]
=
result
=>
{
window
[
'loginInfo'
]
=
result
=>
{
_this
.
loginInfo
(
result
)
_this
.
loginInfo
(
result
)
}
}
_this
.
getStage
()
_this
.
getStage
();
}
}
// 获取app登录数据
// 获取app登录数据
...
@@ -107,10 +109,10 @@ export default class index extends Component {
...
@@ -107,10 +109,10 @@ export default class index extends Component {
// 跳转到我的宝箱列表页
// 跳转到我的宝箱列表页
toBoxList
=
()
=>
{
toBoxList
=
()
=>
{
const
isLogin
=
!
this
.
props
.
user
.
hasError
const
isLogin
=
!
this
.
props
.
user
.
hasError
const
{
currentOpenId
}
=
this
.
state
;
const
{
currentOpenId
}
=
this
.
state
let
search
=
''
;
let
search
=
''
if
(
currentOpenId
)
{
if
(
currentOpenId
)
{
search
=
`?id=
${
currentOpenId
}
`
;
search
=
`?id=
${
currentOpenId
}
`
}
}
if
(
isLogin
)
{
if
(
isLogin
)
{
this
.
props
.
history
.
push
(
`/year/yearTreasure
${
search
}
`
)
this
.
props
.
history
.
push
(
`/year/yearTreasure
${
search
}
`
)
...
@@ -126,16 +128,16 @@ export default class index extends Component {
...
@@ -126,16 +128,16 @@ export default class index extends Component {
// 获取活动以及宝箱的阶段
// 获取活动以及宝箱的阶段
getStage
=
()
=>
{
getStage
=
()
=>
{
http
.
get
(
`
${
API
.
home
}
/activity/stage`
).
then
(
res
=>
{
http
.
get
(
`
${
API
.
home
}
/activity/stage`
).
then
(
res
=>
{
const
{
code
,
data
,
msg
}
=
res
.
data
;
const
{
code
,
data
,
msg
}
=
res
.
data
if
(
code
===
200
)
{
if
(
code
===
200
)
{
// treasure_stage,宝箱阶段,0-不在活动时间,1-活动时间内
// treasure_stage,宝箱阶段,0-不在活动时间,1-活动时间内
this
.
setState
({
this
.
setState
({
treasure_stage
:
data
.
treasure_stage
treasure_stage
:
data
.
treasure_stage
})
})
}
else
{
}
else
{
Toast
.
info
(
msg
,
2
)
;
Toast
.
info
(
msg
,
2
)
}
}
})
;
})
}
}
toYearWish
=
()
=>
{
toYearWish
=
()
=>
{
...
@@ -152,9 +154,9 @@ export default class index extends Component {
...
@@ -152,9 +154,9 @@ export default class index extends Component {
}
}
sonToPar
(
e
){
sonToPar
(
e
)
{
this
.
setState
({
this
.
setState
({
txt1
:
e
txt1
:
e
})
})
}
}
...
@@ -192,7 +194,7 @@ export default class index extends Component {
...
@@ -192,7 +194,7 @@ export default class index extends Component {
{
/* 组队开宝箱 */
}
{
/* 组队开宝箱 */
}
{
{
treasure_stage
===
1
&&
<
TreasureBox
getRemovable
=
{
this
.
getRemovable
}
/
>
treasure_stage
===
1
&&
<
TreasureBox
getRemovable
=
{
this
.
getRemovable
}
/
>
}
}
{
/*课程*/
}
{
/*课程*/
}
...
...
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