mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 02:46:46 +08:00
数据为空占位
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user