| 商品名 | ||
|---|---|---|
| 基础价格 | ||
| 折扣比 | ||
| 实际价格 | {{ ownPrice(item).toFixed(2) }} | |
| 最大差价好友 | {{ getMaxDiff(item).friend }} | {{ globalMaxDiff.productName ? globalMaxDiff.productName + ' - ' + globalMaxDiff.friend : '暂无' }} |
| 最大差价金额 | {{ getMaxDiff(item).diff.toFixed(2) }} | {{ globalMaxDiff.diff ? globalMaxDiff.diff.toFixed(2) : '0.00' }} |
| % | ||
| {{ calcPrice(item, friend.discounts[item.name]).toFixed(2) }} | ||
| {{ (calcPrice(item, friend.discounts[item.name]) - ownPrice(item)).toFixed(2) }} | ||