Commit 591f5f7e by wangshuo

解决冲突

parent 197abddd
...@@ -16,11 +16,8 @@ class UserBulletScreen extends Component { ...@@ -16,11 +16,8 @@ class UserBulletScreen extends Component {
this.getBulletScreenData(true) this.getBulletScreenData(true)
} }
<<<<<<< HEAD componentWillUpdate() {}
componentWillUpdate() {
=======
componentWillUnmount() { componentWillUnmount() {
>>>>>>> 00
this.swiper && this.swiper.destroy() this.swiper && this.swiper.destroy()
} }
......
...@@ -62,7 +62,6 @@ class Landing extends Component { ...@@ -62,7 +62,6 @@ class Landing extends Component {
} }
} }
<<<<<<< HEAD
componentWillUnmount() { componentWillUnmount() {
this.shareTipPopup && this.shareTipPopup.remove() this.shareTipPopup && this.shareTipPopup.remove()
} }
...@@ -83,9 +82,6 @@ class Landing extends Component { ...@@ -83,9 +82,6 @@ class Landing extends Component {
} }
createMeta = (title,dec,imgname) => { createMeta = (title,dec,imgname) => {
=======
createMeta = () => {
>>>>>>> a39d99f886043e7b6e36758defd406d49df37bd6
let meta = document.createElement('meta'); let meta = document.createElement('meta');
meta.setAttribute('name', 'description') meta.setAttribute('name', 'description')
meta.setAttribute('itemprop', 'description') meta.setAttribute('itemprop', 'description')
......
...@@ -172,31 +172,7 @@ export default class index extends Component { ...@@ -172,31 +172,7 @@ export default class index extends Component {
</div> </div>
<div className="banner-treasure__decorate"></div> <div className="banner-treasure__decorate"></div>
</div> </div>
<<<<<<< HEAD
<<<<<<< HEAD
{/*浮框*/}
<div className='nav-right'>
<span onClick={this.toBoxList} className='nav-right__link'>
未开宝箱
{
removable > 0 &&
<i className="nav-right__number">{removable}</i>
}
</span>
<a onClick={() => this.toYearWish()} className='nav-right__link'>
心愿单
{
this.state.txt1 > 0 &&
<i className="nav-right__number">{this.state.txt1}</i>
}
</a>
</div>
=======
>>>>>>> 00
=======
>>>>>>> a39d99f886043e7b6e36758defd406d49df37bd6
{/* 大咖直播 */} {/* 大咖直播 */}
<LiveRoom isAppUpdate={this.state.isAppUpdate}/> <LiveRoom isAppUpdate={this.state.isAppUpdate}/>
......
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