{{ detail.goods.name }} ↗原页面
{{ detail.goods.parsed.description_text }}
¥{{ detail.goods.latest_price }}
{{ stockLabel(detail.goods.latest_stock) }}
状态 {{ detail.goods.last_status===1?'在售':'未知' }}
店铺 {{ detail.goods.shop_nickname }} (销量 {{ detail.goods.shop_sell_count }})
快照历史 (最新在前)
| 时间 | 价格 | 参考价 | 库存 | 状态 |
| {{ s.ts }} | ¥{{ s.price }} |
{{ s.market_price || '-' }} |
{{ stockLabel(s.stock_count) }} |
{{ s.status===1?'在售':(s.status===null?'-':'下架') }} |
最近事件
暂无
{{ e.ts }} · {{ eventLabel(e.type) }} {{ e.old_value }}→{{ e.new_value }} {{ e.note }}