优化占位图显示

This commit is contained in:
2024-04-19 12:51:17 +08:00
parent 6c4c2ac85d
commit 7b3676eda7
11 changed files with 47 additions and 23 deletions

View File

@@ -31,6 +31,8 @@
</view>
<!-- </u-list-item>-->
<!-- </u-list>-->
<u-empty v-if='groupbuyList.length === 0' text='暂无团购活动' marginTop='100' />
</scroll-view>
</view>
</template>
@@ -112,6 +114,7 @@ const loadMore = () => {
.scroll-view {
background: #FFFFFF;
height: 100vh;
.item {
padding: 20rpx 30rpx 40rpx 30rpx;