Commit 2654da96 by wangshuo

宝箱必中文案

parent a35c8ab8
......@@ -532,7 +532,7 @@ class Landing extends Component {
}
{
prize_info && prize_info.length !== 0 && !activityEnd && !isCaptain && <div className="certainly-prompt">
{prize_info[0].stage_no}必中 {prize_info[0].name}
{prize_info[0].stage_no}个宝箱必中 {prize_info[0].name}
</div>
}
{
......
......@@ -231,7 +231,7 @@ class TeamInfo extends Component {
}
</div>
{
stage_no > 0 && name && <p className='stage_prize'>{`第${stage_no}必中${name}`}</p>
stage_no > 0 && name && <p className='stage_prize'>{`第${stage_no}个宝箱必中${name}`}</p>
}
</div>
)
......
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