|
@@ -54,7 +54,7 @@ const welcome = (props) => {
|
54
|
54
|
borderRadius: '12px', width: '32%', marginRight: '2%'
|
55
|
55
|
}}>
|
56
|
56
|
<span style={{ fontSize: '24px', color: '#fff' }}>总注册用户 </span>
|
57
|
|
- <span style={{ fontSize: '52px', color: '#fff', marginLeft: '26px', fontFamily: 'fantasy' }}>{(data.selectRegisteredCount && data.selectRegisteredCount + 95) || '0'}</span>
|
|
57
|
+ <span style={{ fontSize: '52px', color: '#fff', marginLeft: '26px', fontFamily: 'fantasy' }}>{data.selectRegisteredCount || '0'}</span>
|
58
|
58
|
</div>
|
59
|
59
|
}
|
60
|
60
|
{checkData.includes('number_of_new_users') &&
|