feat: 更新 @riwa/api-types 依赖至 0.0.51,调整 my-subscribe-list 组件以使用新版数据结构

This commit is contained in:
2025-12-22 06:12:20 +07:00
parent 7a347c0ad6
commit 3f848de1bc
3 changed files with 10 additions and 10 deletions

View File

@@ -40,14 +40,14 @@ defineProps<{
</div>
<div>
<div class="text-sm font-semibold mb-1 truncate">
<!-- {{ item.product?.name }} -->
{{ item.edition.product?.name }}
</div>
<div class="flex items-center space-x-2">
<div class="text-xs text-text-500">
<!-- {{ item.product?.code }} -->
{{ item.edition.product?.code }}
</div>
<div class="text-xs rounded-md px-1 py-0.5 bg-text-800">
<!-- {{ item.product.category?.name }} -->
{{ item.edition.product.category?.name }}
</div>
</div>
</div>