Commit e9a52548 by guomingpang

fix:首页文字错误,学员周活跃-本月新增,应修改成:学员周活跃-本周新增

parent 24707cde
......@@ -291,7 +291,7 @@ class Home extends React.Component {
</div>
<div className='data-number'>{weekVisitCustomerNum || 0}</div>
<div className='data-footer'>
<span className='footer-word'>新增</span>
<span className='footer-word'>新增</span>
{incWeekVisitCustomerNum > 0 && <span className='icon iconfont'>&#xe635;</span>}
<span className='footer-number'>{incWeekVisitCustomerNum > 0 ? incWeekVisitCustomerNum : 0}</span>
......
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