Commit 0894f593 by zhanghaozhe

分享页

parent bd6749c9
...@@ -355,9 +355,10 @@ class Landing extends Component { ...@@ -355,9 +355,10 @@ class Landing extends Component {
<img className='main-avatar' <img className='main-avatar'
src={head_img} alt=""/> src={head_img} alt=""/>
{ {
status === 1 && <div className="des">邀请好友加入队伍,开宝箱领取丰厚奖品~</div> status === 1
? <div className="des">邀请好友加入队伍,开宝箱领取丰厚奖品~</div>
: <div className="des">加入我的<span>{team_num}</span>号队伍,一起开宝箱领取丰厚奖品~</div>
} }
<div className="des">加入我的<span>{team_num}</span>号队伍,一起开宝箱领取丰厚奖品~</div>
<Prizes showSystemNotices={false}/> <Prizes showSystemNotices={false}/>
<BulletScreen/> <BulletScreen/>
<div className="group"> <div className="group">
......
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