flat: empty
This commit is contained in:
@@ -18,12 +18,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</block>
|
</block>
|
||||||
</block>
|
</block>
|
||||||
<view class="nothing" v-if="data.length === 0">
|
<empty v-if="data.length === 0" content="暂无岗位信息" mrTop="300"></empty>
|
||||||
<image src="/static/img/pic_notask.svg" mode=""></image>
|
|
||||||
<view class="nothingContnt">
|
|
||||||
暂无岗位信息
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -15,11 +15,8 @@
|
|||||||
<view style="font-size: 32rpx;">{{ item.name }}</view>
|
<view style="font-size: 32rpx;">{{ item.name }}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="policyContentList.length<=0">
|
|
||||||
<image src="../../static/img/pic_notask.svg" class="nothing" mode=""></image>
|
<empty v-if="policyContentList.length<=0" content="暂无最新资讯" mrTop="300"></empty>
|
||||||
<view class="nothing_text">暂无最新资讯</view>
|
|
||||||
<view class="baddd"></view>
|
|
||||||
</view>
|
|
||||||
</view>
|
</view>
|
||||||
<!-- <view class="nothing" v-if="data.length === 0">
|
<!-- <view class="nothing" v-if="data.length === 0">
|
||||||
<image src="/static/img/pic_notask.svg" mode=""></image>
|
<image src="/static/img/pic_notask.svg" mode=""></image>
|
||||||
|
|||||||
@@ -18,12 +18,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</block>
|
</block>
|
||||||
</block>
|
</block>
|
||||||
<view class="nothing" v-if="data.length === 0">
|
<empty v-if="data.length === 0" content="暂无岗位信息" mrTop="300"></empty>
|
||||||
<image src="/static/img/pic_notask.svg" mode=""></image>
|
|
||||||
<view class="nothingContnt">
|
|
||||||
暂无任务信息
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user