Commit b621cf13 by xuzhenghua

pull

parent 62cd42f3
......@@ -6,6 +6,8 @@ import './bullet-screen.scss'
class UserBulletScreen extends Component {
swiper
state = {
bulletScreenData: []
}
......@@ -14,6 +16,10 @@ class UserBulletScreen extends Component {
this.getBulletScreenData(true)
}
componentWillUpdate() {
this.swiper && this.swiper.destroy()
}
initializeBulletScreen = () => {
const _this = this
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment