feat(实时资讯): 在资讯列表上方添加"资讯头条 Top20"标题
增加标题以明确显示资讯列表的内容分类,提升用户体验
This commit is contained in:
parent
b7f4539e63
commit
36d03f14f5
|
|
@ -64,6 +64,7 @@
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view style="background-color: white; margin-top: 40rpx">
|
<view style="background-color: white; margin-top: 40rpx">
|
||||||
|
<indexMenuTitle title="资讯头条 Top20"></indexMenuTitle>
|
||||||
<RankList :newsList="newsList"></RankList>
|
<RankList :newsList="newsList"></RankList>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue