Commit f2f6f0a6 by zhanghaozhe

限制人数只在正在抽奖状态下显示

parent 9e806272
......@@ -291,8 +291,9 @@ class FormalDraw extends Component {
<li key={index} className={'swiper-slide'}>
{
prize.level === 1 &&
item.status === 3 &&
<div className="tip">
{prize.people_limit}人释放
10000人释放
</div>
}
<img src={prize.img} alt=""/>
......
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