flat: empty
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user