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