今日金价 (美元/盎司)
{{ 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 }}
更新时间: {{ module.updated_at ? module.updated_at.split('T')[0] : '--' }}
💰 {{ currentModuleName }} - 实时数据
| 数据源 | 当前价格 | 环比变化 | 同比变化 | 更新时间 |
|---|---|---|---|---|
| {{ item.source }} | {{ formatPrice(item) }} | {{ item.mom ? (item.mom.price > 0 ? '+' : '') + item.mom.price + '%' : '--' }} | {{ item.yoy ? (item.yoy.price > 0 ? '+' : '') + item.yoy.price + '%' : '--' }} | {{ item.date ? item.date.replace('T', ' ').split('.')[0] : '--' }} |
暂无数据,点击刷新
📰 {{ currentModuleName }} - 热点资讯
{{ news.data.index }}
{{ news.data.title }}
暂无新闻
🔐
请先登录
登录后可查看数据模块和实时数据