|
|
{{ product.designerName }}
@if (product.operatorName) { {{ product.operatorName }} }
@if (product.fulfillmentType) { {{ product.fulfillmentType }} }
|
{{ product.rating || '-' }}
{{ getTotalStarCount(product.starDistribution) || product.ratingsCount }} 条
@for (star of getStarDistributionDesc(product.starDistribution); track star.star) {
{{ star.star }}★
{{ star.count }}
}
|
{{ product.negativeReviewCount }}
差评率 {{ product.negativeRate }}%
|
{{ product.returnCount }}
退货占比 {{ product.returnRate }}%
|
{{ getProductRiskLabel(product.riskLevel) }}
@if (product.alerts.length) {
{{ product.alerts[0].message }}
}
|
}