今日金价 (美元/盎司)
{{ stats.goldPrice || '--' }}
{{ stats.goldChange > 0 ? '↑' : '↓' }} {{ Math.abs(stats.goldChange || 0) }}% 环比
WTI油价 (美元/桶)
{{ stats.oilPrice || '--' }}
{{ stats.oilChange > 0 ? '↑' : '↓' }} {{ Math.abs(stats.oilChange || 0) }}% 环比
热点新闻
{{ newsList.length }}
条
数据模块
{{ modules.length }}
个
{{ module.name }}
{{ module.description }}
💰 {{ currentModuleName }} - 实时数据
| 数据源 | 当前价格 | 环比变化 | 更新时间 |
|---|---|---|---|
| {{ item.source }} | {{ formatPrice(item) }} | {{ item.mom ? (item.mom.price > 0 ? '+' : '') + item.mom.price + '%' : '--' }} | {{ item.date ? item.date.replace('T', ' ').split('.')[0] : '--' }} |
📭
暂无数据
📰 {{ currentModuleName }} - 热点资讯
{{ news.data.index }}
{{ news.data.title }}
📭
暂无新闻
🔐
请先登录
登录后可查看数据模块和实时数据