数据为空占位

This commit is contained in:
zhaofang
2022-11-14 11:33:13 +08:00
parent c7172e7db5
commit eaaa163e14
9 changed files with 143 additions and 106 deletions

View File

@@ -106,11 +106,15 @@
</view>
</view>
<view class="empty" v-if="course.list.length==0 && course.loadStatus=='noMore'" >
<u-empty icon="search" text=""></u-empty>
<!-- <u-empty icon="search" text=""></u-empty>
<view class="agreeTip">抱歉暂时没有找到相关内容,</view>
<view class="agreeTip">
是否要去<text class="productAgree" @click="toProductAgree">提个意见</text>
</view>
</view> -->
<u-empty
text="没有查找到相关内容"
icon="../../static/images/seach-empt.png">
</u-empty>
</view>
</view>
<view v-if="course.count>course.params.pageSize">
@@ -748,12 +752,6 @@
}
}
::v-deep .u-search__action{
font-size: 32upx;
color: #387DF7;
font-weight: 500;
}
/deep/ .u-empty__text{
display: none;
font-size: 32upx;
color: #387DF7;
font-weight: 500;