小程序API:上拉加载
2021-02-18 05:18
标签:上拉 pre font 加载 想法 item reac for -name 第一种:onReachBottom 第二种:使用scroll-view组件 以上仅为个人想法,如有不同见解请评论哦 小程序API:上拉加载 标签:上拉 pre font 加载 想法 item reac for -name 原文地址:https://www.cnblogs.com/yang-xiao-fan/p/8343001.html
scroll-view scroll-y="true" bindscrolltolower="bindMore" style="height:450px">
view class="all-class-title">班级列表view>
view bindtap="onChoice">
view class="class-name all-class-title-list" wx:for="{{state.list_ten}}"
data-clazzName="{{item.clazzName}}" data-id="{{item.id}}">{{item.clazzName}}
view>
view wx:if="{{state.bottom}}">正在加载view>
view>
scroll-view>
bindMore(){
this.setState({bottom:true})
//发送请求
}
scroll-view scroll-y="true" lower-threshold="400" bindscrolltolower="bindMore" style="height:450px">
scroll-view>
上一篇:C#发送邮件代码