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

@@ -18,12 +18,7 @@
</view>
</block>
</block>
<view class="nothing" v-if="data.length === 0">
<image src="/static/img/pic_notask.svg" mode=""></image>
<view class="nothingContnt">
暂无任务信息
</view>
</view>
<empty v-if="data.length === 0" content="暂无岗位信息" mrTop="300"></empty>
</view>
</template>