feat: 更新 @riwa/api-types 依赖至 0.0.51,调整 my-subscribe-list 组件以使用新版数据结构
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user