Browse Source

去掉总注册数死数字

魏熙美 5 years ago
parent
commit
5aacc685d8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/Welcome.jsx

+ 1
- 1
src/pages/Welcome.jsx View File

@@ -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') &&