恢复条件判断
This commit is contained in:
parent
c02fdf8269
commit
8ff8a31b2b
|
|
@ -272,7 +272,7 @@ export default function Home() {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* 今日成交数据统计 */}
|
{/* 今日成交数据统计 */}
|
||||||
{true && (
|
{dealStats.total > 0 && (
|
||||||
<div style={{ marginBottom: '20px' }}>
|
<div style={{ marginBottom: '20px' }}>
|
||||||
<div style={{ color: 'rgba(255,255,255,0.7)', fontSize: '14px', marginBottom: '12px', paddingLeft: '4px' }}>📈 今日成交数据统计</div>
|
<div style={{ color: 'rgba(255,255,255,0.7)', fontSize: '14px', marginBottom: '12px', paddingLeft: '4px' }}>📈 今日成交数据统计</div>
|
||||||
<div style={{ background: '#1e293b', borderRadius: '12px', padding: '16px' }}>
|
<div style={{ background: '#1e293b', borderRadius: '12px', padding: '16px' }}>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue