Commit 5c18d981 by zhanghaozhe

Merge branch '00'

parents fdd9dca7 08cab26d
......@@ -126,7 +126,8 @@ class Landing extends Component {
})
}
handleToMyTreasure = () => {
handleToMyTreasure = id => {
const {history} = this.props
this.joinSuccessPopup && this.joinSuccessPopup.remove()
if (getParam('version')) {
history.push(`/year/yearTreasure?id=${id}&version=${getParam('version')}`)
......@@ -136,7 +137,6 @@ class Landing extends Component {
}
joinSuccess = ({id, status, my_team: {team_num, lack_member, is_team, treasure_code}}) => {
const {history} = this.props
this.joinSuccessPopup = Popup({
title: <div className={'join-success'}>
<img src="https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/newyear20/H5/check-icon.png" alt=""/>
......@@ -156,9 +156,9 @@ class Landing extends Component {
{
status === 2
? <img style={{width: '150px', marginTop: '23px'}}
src="https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/newyear20/PC/treasure-box.png"
src="https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/newyear20/treasure-split.gif"
alt=""
onClick={this.handleToMyTreasure}
onClick={this.handleToMyTreasure.bind(this, id)}
/>
: is_team
? <button type='button'
......
.sup {
position: absolute;
right: -10px;
top: -13px;
top: 0;
transform: translateY(-100%);
width: 30px;
height: 16px;
background: rgba(255, 227, 0, 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