Commit edd0764c by zhanghaozhe

Merge branch '00' of gitlab.julyedu.com:baiguangyao/mr-julyedu into 00

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