Commit 7d3cecb5 by FE

nav text and right nav

parent 17302ee5
......@@ -154,11 +154,17 @@ export default class index extends Component {
<div className='nav-right'>
<span onClick={this.toBoxList} className='nav-right__link'>
未拆宝箱
{
removable > 0 &&
<i className="nav-right__number">{removable}</i>
}
</span>
<a onClick={() => this.toYearWish()} className='nav-right__link'>
心愿单
{
this.state.txt1 > 0 &&
<i className="nav-right__number">{this.state.txt1}</i>
}
</a>
</div>
{/* 大咖直播 */}
......
......@@ -25,15 +25,15 @@ class TreasureNav extends Component {
},
{
id: 'year-free',
name: '免费专区'
name: '免费'
},
{
id: 'year-group',
name: '分拼团'
name: '1分拼团'
},
{
id: 'year-discount',
name: '一折专区'
name: '抄低专区'
},
]
};
......
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