Commit c1416f4b by zhanghaozhe

微信分享头图

parent 20c474c0
...@@ -61,7 +61,7 @@ class SystemBulletScreen extends Component { ...@@ -61,7 +61,7 @@ class SystemBulletScreen extends Component {
}, 1000) }, 1000)
} else { } else {
setTimeout(() => { setTimeout(() => {
++this.count; ++this.count
swiper.slideNext() swiper.slideNext()
}, 3000) }, 3000)
} }
...@@ -93,11 +93,7 @@ class SystemBulletScreen extends Component { ...@@ -93,11 +93,7 @@ class SystemBulletScreen extends Component {
render() { render() {
const { const {
bullets = [ bullets
'第一条消息,第一条消息,第一条消息,第一条消息,第一条消息,第一条消息,',
'第二条消息,第二条消息,第二条消息,第二条消息,第二条消息,第二条消息,',
'第三条消息,第三条消息,第三条消息,第三条消息,第三条消息,第三条消息,',
]
} = this.props } = this.props
return ( return (
this.state.showNotices && this.state.showNotices &&
......
...@@ -185,8 +185,7 @@ class Landing extends Component { ...@@ -185,8 +185,7 @@ class Landing extends Component {
title: `@${user.data.username} 邀您一起组队拿豪礼!`, title: `@${user.data.username} 邀您一起组队拿豪礼!`,
desc: `加入我的队伍,机械键盘,纸质书籍等超多奖品等你拿!`, desc: `加入我的队伍,机械键盘,纸质书籍等超多奖品等你拿!`,
link: `${window.location.origin}/${location.pathname}?treasure_code=${treasure_code}&origin=2`, link: `${window.location.origin}/${location.pathname}?treasure_code=${treasure_code}&origin=2`,
//todo 分享图片更换 imgUrl: 'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/newyear20/H5/wx-share-icon.png'
imgUrl: 'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/newIndex/community/tou5_bj.png'
}) })
} }
sessionStorage.setItem('showShareTip', '1') sessionStorage.setItem('showShareTip', '1')
......
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