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
9b756571
Commit
9b756571
authored
Dec 16, 2019
by
zhanghaozhe
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '00' into dev
parents
5170f958
b767a24d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
8 deletions
+6
-8
src/components/activity/newyear-2019/common/system-bullet-screen/index.js
+3
-6
src/components/activity/newyear-2019/common/system-bullet-screen/system-bullet-screen.scss
+2
-1
src/components/activity/newyear-2019/common/user-bullet-screen/index.js
+1
-1
No files found.
src/components/activity/newyear-2019/common/system-bullet-screen/index.js
View file @
9b756571
...
@@ -22,7 +22,6 @@ class SystemBulletScreen extends Component {
...
@@ -22,7 +22,6 @@ class SystemBulletScreen extends Component {
this
.
swiper
&&
this
.
swiper
.
destroy
()
this
.
swiper
&&
this
.
swiper
.
destroy
()
}
}
initializeSwiper
=
()
=>
{
initializeSwiper
=
()
=>
{
const
_this
=
this
const
_this
=
this
this
.
swiper
=
new
Swiper
(
'.sys-bullet-screen-swiper-container'
,
{
this
.
swiper
=
new
Swiper
(
'.sys-bullet-screen-swiper-container'
,
{
...
@@ -62,18 +61,16 @@ class SystemBulletScreen extends Component {
...
@@ -62,18 +61,16 @@ class SystemBulletScreen extends Component {
},
1000
)
},
1000
)
}
else
{
}
else
{
setTimeout
(()
=>
{
setTimeout
(()
=>
{
++
this
.
count
;
swiper
.
slideNext
()
swiper
.
slideNext
()
},
3000
)
},
3000
)
}
}
}
}
transitionEnd
=
()
=>
{
transitionEnd
=
()
=>
{
const
{
const
{
bullets
}
=
this
.
props
bullets
=
[]
}
=
this
.
props
const
len
=
bullets
.
length
*
3
const
len
=
bullets
.
length
*
3
if
(
++
this
.
count
===
len
)
{
if
(
++
this
.
count
===
len
)
{
setTimeout
(()
=>
{
setTimeout
(()
=>
{
this
.
sysNotice
.
style
.
height
=
`0px`
this
.
sysNotice
.
style
.
height
=
`0px`
...
@@ -87,7 +84,7 @@ class SystemBulletScreen extends Component {
...
@@ -87,7 +84,7 @@ class SystemBulletScreen extends Component {
removeSystemNotices
=
e
=>
{
removeSystemNotices
=
e
=>
{
e
.
persist
()
e
.
persist
()
if
(
e
.
target
===
this
.
sysNotice
)
{
if
(
e
.
target
===
this
.
sysNotice
)
{
this
.
setState
({
this
.
setState
({
showNotices
:
false
showNotices
:
false
})
})
...
...
src/components/activity/newyear-2019/common/system-bullet-screen/system-bullet-screen.scss
View file @
9b756571
@import
"../user-bullet-screen/bullet-screen"
;
@import
"../user-bullet-screen/bullet-screen"
;
#system-bullet-screen
{
#system-bullet-screen
{
@extend
.bullet-screen
;
overflow
:
hidden
;
overflow
:
hidden
;
margin-top
:
11px
;
margin-top
:
11px
;
margin-bottom
:
16px
;
margin-bottom
:
16px
;
...
@@ -25,9 +26,9 @@
...
@@ -25,9 +26,9 @@
span
{
span
{
display
:
inline-block
;
display
:
inline-block
;
white-space
:
nowrap
;
white-space
:
nowrap
;
overflow
:
visible
;
line-height
:
30px
;
line-height
:
30px
;
}
}
}
}
@extend
.bullet-screen
;
}
}
src/components/activity/newyear-2019/common/user-bullet-screen/index.js
View file @
9b756571
...
@@ -16,7 +16,7 @@ class UserBulletScreen extends Component {
...
@@ -16,7 +16,7 @@ class UserBulletScreen extends Component {
this
.
getBulletScreenData
(
true
)
this
.
getBulletScreenData
(
true
)
}
}
componentWillU
pdate
()
{
componentWillU
nmount
()
{
this
.
swiper
&&
this
.
swiper
.
destroy
()
this
.
swiper
&&
this
.
swiper
.
destroy
()
}
}
...
...
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