Commit f54a9f8b by FE

Merge branch '00' into dev

parents 331951df bc24cf3e
...@@ -144,6 +144,7 @@ class Landing extends Component { ...@@ -144,6 +144,7 @@ class Landing extends Component {
src="https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/newyear20/PC/treasure-box.png" src="https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/newyear20/PC/treasure-box.png"
alt="" alt=""
onClick={() => { onClick={() => {
this.joinSuccessPopup && this.joinSuccessPopup.remove()
history.push(`/year/yearTreasure?id=${id}`) history.push(`/year/yearTreasure?id=${id}`)
}} }}
/> />
......
...@@ -82,6 +82,12 @@ export default (props) => { ...@@ -82,6 +82,12 @@ export default (props) => {
(!bind_phone && !bind_address && prize_type === 2) && (!bind_phone && !bind_address && prize_type === 2) &&
<a className="team-result">已发放至您的账户</a> <a className="team-result">已发放至您的账户</a>
} }
{/* 第三:奖品,任意线上课程兑换券 */}
{
(!bind_phone && !bind_address && prize_type === 5) &&
<a className="team-result">文案待定</a>
}
</> </>
) )
} }
\ No newline at end of file
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