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
19d3716e
Commit
19d3716e
authored
Dec 16, 2019
by
FE
Browse files
Options
Browse Files
Download
Plain Diff
merge and solve
parents
f1254fe5
420e524a
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
34 additions
and
16 deletions
+34
-16
src/components/activity/newyear-2019/common/prizes/index.js
+1
-1
src/components/activity/newyear-2019/common/system-bullet-screen/index.js
+4
-6
src/components/activity/newyear-2019/common/user-bullet-screen/bullet-screen.scss
+2
-0
src/components/activity/newyear-2019/landing/index.js
+1
-1
src/components/activity/newyear-2019/preheat/LiveRoom/index.js
+12
-3
src/components/activity/newyear-2019/preheat/YearCourse/index.js
+1
-1
src/components/activity/newyear-2019/preheat/index.js
+1
-1
src/components/activity/newyear-2019/treasure-box/team.js
+12
-3
No files found.
src/components/activity/newyear-2019/common/prizes/index.js
View file @
19d3716e
...
...
@@ -85,7 +85,7 @@ class Prizes extends Component {
}
=
this
.
props
return
(
<>
{
showSystemNotices
&&
<
SystemBulletScreen
/>
}
{
showSystemNotices
&&
<
SystemBulletScreen
bullets
=
{
this
.
state
.
notices
}
/>
}
<
div
className
=
{
'prizes-box'
}
ref
=
{
el
=>
this
.
prizeBox
=
el
}
>
<
a
href
=
"javascript:;"
className
=
'rule-btn'
onClick
=
{
this
.
showRules
}
>
活动规则
>
<
/a
>
<
div
className
=
{
`bg`
}
ref
=
{
el
=>
this
.
bg
=
el
}
/
>
...
...
src/components/activity/newyear-2019/common/system-bullet-screen/index.js
View file @
19d3716e
...
...
@@ -61,17 +61,15 @@ class SystemBulletScreen extends Component {
content
.
style
.
transform
=
`translate3d(
${
-
(
contentWidth
-
wrapperWidth
)
-
10
}
px,0,0)`
},
1000
)
}
else
{
this
.
swiper
.
slideNext
()
setTimeout
(()
=>
{
swiper
.
slideNext
()
},
3000
)
}
}
transitionEnd
=
()
=>
{
const
{
bullets
=
[
'第一条消息,第一条消息,第一条消息,第一条消息,第一条消息,第一条消息,'
,
'第二条消息,第二条消息,第二条消息,第二条消息,第二条消息,第二条消息,'
,
'第三条消息,第三条消息,第三条消息,第三条消息,第三条消息,第三条消息,'
,
]
bullets
=
[]
}
=
this
.
props
const
len
=
bullets
.
length
*
3
...
...
src/components/activity/newyear-2019/common/user-bullet-screen/bullet-screen.scss
View file @
19d3716e
...
...
@@ -11,6 +11,8 @@
height
:
100%
;
padding
:
2px
;
line-height
:
26px
;
display
:
flex
;
align-items
:
center
;
}
.avatar
{
...
...
src/components/activity/newyear-2019/landing/index.js
View file @
19d3716e
...
...
@@ -34,7 +34,7 @@ class Landing extends Component {
componentDidMount
()
{
this
.
fetchPageData
()
window
.
showFollowAlert
=
this
.
remind
(
'create'
)
window
.
showFollowAlert
=
this
.
remind
.
bind
(
this
,
'create'
)
}
componentDidUpdate
(
prevProps
)
{
...
...
src/components/activity/newyear-2019/preheat/LiveRoom/index.js
View file @
19d3716e
...
...
@@ -41,7 +41,7 @@ class LiveRoom extends Component {
// 检查是否已登录
const
{
hasError
,
data
=
{}}
=
this
.
props
.
user
;
if
(
hasError
)
{
this
.
props
.
history
.
push
(
'/passport/login'
);
this
.
toLogin
(
);
}
else
{
http
.
get
(
`
${
API
[
'base-api'
]}
/sys/createLiveQrcode/
${
id
}
`
).
then
(
res
=>
{
let
{
errno
,
data
,
msg
}
=
res
.
data
;
...
...
@@ -67,7 +67,7 @@ class LiveRoom extends Component {
toLivingRoom
=
(
id
)
=>
{
const
{
hasError
,
data
=
{}}
=
this
.
props
.
user
;
if
(
hasError
)
{
this
.
props
.
history
.
push
(
'/passport/login'
);
this
.
toLogin
(
);
}
else
{
window
.
location
.
href
=
`
${
window
.
location
.
protocol
}
//www.julyedu.com/live/m_room/
${
id
}
`
}
...
...
@@ -76,7 +76,7 @@ class LiveRoom extends Component {
checkVideo
=
(
url
)
=>
{
const
{
hasError
,
data
=
{}}
=
this
.
props
.
user
;
if
(
hasError
)
{
this
.
props
.
history
.
push
(
'/passport/login'
);
this
.
toLogin
(
);
}
else
{
const
vCourseId
=
url
.
split
(
'/'
)[
0
];
history
.
push
(
`/play/video?id=
${
vCourseId
}
`
)
...
...
@@ -103,6 +103,15 @@ class LiveRoom extends Component {
}
}
// 去登录
toLogin
=
()
=>
{
if
(
!
getParam
(
'version'
))
{
this
.
props
.
history
.
push
(
'/passport/login'
)
}
else
{
SendMessageToApp
(
"toLogin"
)
}
}
render
()
{
const
{
list
,
showMark
,
subUrl
}
=
this
.
state
;
return
(
...
...
src/components/activity/newyear-2019/preheat/YearCourse/index.js
View file @
19d3716e
...
...
@@ -438,7 +438,7 @@ class YearCourse extends Component {
{
/*浮框*/
}
<
div
className
=
'nav-right'
>
<
span
onClick
=
{
this
.
toBoxList
}
className
=
'nav-right__link'
>
未
拆
宝箱
未
开
宝箱
{
removable
>
0
&&
<
i
className
=
"nav-right__number"
>
{
removable
}
<
/i
>
...
...
src/components/activity/newyear-2019/preheat/index.js
View file @
19d3716e
...
...
@@ -152,7 +152,7 @@ export default class index extends Component {
<
/div
>
<
div
className
=
"banner-treasure__decorate"
><
/div
>
<
/div
>
{
/*浮框*/
}
<
div
className
=
'nav-right'
>
<
span
onClick
=
{
this
.
toBoxList
}
className
=
'nav-right__link'
>
...
...
src/components/activity/newyear-2019/treasure-box/team.js
View file @
19d3716e
import
React
,
{
Component
}
from
'react'
;
import
'./team.scss'
import
{
getParam
,
http
,
SendMessageToApp
,
browser
}
from
"@/utils"
import
{
getParam
,
http
,
SendMessageToApp
}
from
"@/utils"
import
{
Toast
}
from
'antd-mobile'
;
import
{
withRouter
}
from
'react-router-dom'
;
import
{
compose
}
from
"redux"
...
...
@@ -54,7 +54,7 @@ class TeamInfo extends Component {
// 跳转到我的宝箱页
toYearTreasure
=
(
close
)
=>
{
if
(
this
.
props
.
user
.
hasError
)
{
this
.
props
.
history
.
push
(
'/passport/login'
);
this
.
toLogin
(
);
}
else
{
let
search
=
''
;
if
(
close
)
{
...
...
@@ -69,10 +69,19 @@ class TeamInfo extends Component {
}
// 去登录
toLogin
=
()
=>
{
if
(
!
getParam
(
'version'
))
{
this
.
props
.
history
.
push
(
'/passport/login'
)
}
else
{
SendMessageToApp
(
"toLogin"
)
}
}
// 邀请好友组队
createTeam
=
()
=>
{
if
(
this
.
props
.
user
.
hasError
)
{
this
.
props
.
history
.
push
(
'/passport/login'
);
this
.
toLogin
(
);
}
else
{
const
{
is_my_team
,
my_team
:
{
treasure_code
}}
=
this
.
state
;
if
(
is_my_team
)
{
// 有自己的队伍
...
...
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