Commit 322d1de7 by guomingpang

Merge branch 'feature/pangguoming/20210701/active_students_number' into dev

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