flat: empty

This commit is contained in:
Apcallover
2024-03-28 19:22:45 +08:00
parent 185d501f20
commit b3fed9ba4c
3 changed files with 4 additions and 17 deletions

View File

@@ -15,11 +15,8 @@
<view style="font-size: 32rpx;">{{ item.name }}</view>
</view>
</view>
<view v-if="policyContentList.length<=0">
<image src="../../static/img/pic_notask.svg" class="nothing" mode=""></image>
<view class="nothing_text">暂无最新资讯</view>
<view class="baddd"></view>
</view>
<empty v-if="policyContentList.length<=0" content="暂无最新资讯" mrTop="300"></empty>
</view>
<!-- <view class="nothing" v-if="data.length === 0">
<image src="/static/img/pic_notask.svg" mode=""></image>