{{ productInfo.title }}
{{ productInfo.type === 'sale' ? '出售' : '收购' }}
分类
{{ productInfo.category }}
{{ productInfo.type === 'sale' ? '单价' : '收购价' }}
¥{{ productInfo.price }}/{{ productInfo.unit }}
数量
{{ productInfo.quantity }}{{ productInfo.unit }}
所在地
{{ productInfo.location }}
{{ productInfo.type === 'sale' ? '产品详情' : '收购要求' }}
{{ productInfo.description || '无补充说明' }}
发布者信息
联系人
{{ productInfo.publisher.name }}
联系电话
{{ productInfo.publisher.phone }}
发布时间
{{ productInfo.publishTime }}