Commit 585f5231 by lijiabin

【需求 22051】 feat: 加上未修改的部分

parent 01af9ac7
......@@ -149,7 +149,7 @@
</div>
<div class="flex items-center gap-1 bg-black/50 px-2 py-1 rounded-lg">
<el-icon class="text-sm"><IEpStar /></el-icon>
<span>{{ item?.replyCount }}</span>
<span>{{ item?.collectionCount }}</span>
</div>
</div>
</div>
......@@ -238,7 +238,7 @@
<el-icon class="text-sm">
<IEpStar />
</el-icon>
<span>{{ item.replyCount }}</span>
<span>{{ item.collectionCount }}</span>
</div>
</div>
<!-- 播放按钮 -->
......@@ -332,7 +332,7 @@
<el-icon class="text-sm">
<IEpStar />
</el-icon>
<span>{{ item.replyCount }}</span>
<span>{{ item.collectionCount }}</span>
</div>
</div>
<!-- 播放按钮 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment