feat(实时资讯): 在资讯列表上方添加"资讯头条 Top20"标题

增加标题以明确显示资讯列表的内容分类,提升用户体验
This commit is contained in:
zzp 2025-09-22 13:39:53 +08:00
parent b7f4539e63
commit 36d03f14f5
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@
</view>
<view style="background-color: white; margin-top: 40rpx">
<indexMenuTitle title="资讯头条 Top20"></indexMenuTitle>
<RankList :newsList="newsList"></RankList>
</view>