强制显示成交统计

This commit is contained in:
甲辰生产 2026-04-11 22:56:13 +08:00
parent 407d05e3fd
commit c02fdf8269
1 changed files with 1 additions and 1 deletions

View File

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