Commit b2d1f3d9 authored by 天马流星拳's avatar 天马流星拳

fix(PrizePanel): 修改奖品查看提示文案

将提示文案从“奖品可在【首页】-【我的奖品】中查看”改为“奖品可在「首页奖品」中查看”,使其更简洁直观
parent 97d20406
......@@ -30,7 +30,7 @@ export class PrizePanel extends Component<any, any> {
<img className="img" src={optionImg} />
<div className="prizeName">{optionName}</div>
<Button className={`btn`} onClick={this.clickBtn} />
<div className="tips">奖品可在【首页】-【我的奖品】中查看</div>
<div className="tips">奖品可在「首页奖品」中查看</div>
<Button className="close" onClick={this.clickClose} />
</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