@for (tag of caseItem.styleTags; track $index) {
{{ tag }}
}
@if (caseItem.customerReview) {
"{{ caseItem.customerReview }}"
}
@if (isInternalUser) {
{{ caseItem.isExcellent ? '优秀案例库' : '普通案例' }}
分享: {{ caseItem.shareCount }}
收藏: {{ caseItem.favoriteCount }}
}