强制显示今日成交统计卡片

This commit is contained in:
甲辰生产 2026-04-11 22:53:26 +08:00
parent c813e82232
commit 6c1e927f42
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ export default function Home() {
</div> </div>
{/* 今日成交数据统计 */} {/* 今日成交数据统计 */}
{dealStats && dealStats.total > 0 && ( {true && (
<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' }}>