Commit d2be9932 authored by 俞嘉婷's avatar 俞嘉婷

【首页】-【我的奖品】

parent c5234f98
...@@ -41,7 +41,7 @@ export class PrizePanel extends Component<any, any> { ...@@ -41,7 +41,7 @@ export class PrizePanel extends Component<any, any> {
<img className="img" src={optionImg}/> <img className="img" src={optionImg}/>
<div className="prizeName">{optionName}</div> <div className="prizeName">{optionName}</div>
<Button className={`btn md${this.BTN_MD[type]}`} onClick={this.clickBtn}/> <Button className={`btn md${this.BTN_MD[type]}`} onClick={this.clickBtn}/>
{type != 'red' && <div className="tips">奖品可在【首页】_【我的奖品】中查看</div>} {type != 'red' && <div className="tips">奖品可在【首页】-【我的奖品】中查看</div>}
<Button className="close" onClick={this.clickClose}/> <Button className="close" onClick={this.clickClose}/>
</div> </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