This commit is contained in:
kbing1981 2024-07-16 16:54:54 +08:00
parent d5e544e433
commit 0e2a825b9d
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@
</view> -->
<t-refresh ref="refresh" v-if="hongbao.length>0" @refresh="refresh" @loadMore="loadMore" :loadingType="loadingType" :tPadding="0">
<template slot="content">
<checkbox-group @change="checkboxChange">
<checkbox-group @change="checkboxChange" >
<view>
<view class="youhui-weiyong youhui-list" v-for="(item,index) in hongbao" :key="index">
<view class="youhui-view-left">
@ -148,6 +148,7 @@
<style scoped>
/deep/.refresh-body{
height: 870px !important;
margin-bottom: 60rpx;
}
.que-btn{
display: inline-block;