<view class="data-view-view">
<scroll-view class="scroll" scroll-top='{
{scrollTop}}' bindscroll="scroll" scroll-y="true" lower-threshold="0" style="height:{
{scrollHeight}}px;" bindscrolltolower="loadMore" bindscrolltoupper="refresh" >
<view class="data-view-title" wx:for="{
{dataList}}" bindtap="getDetail" id="{
{item.manageUserId}}" wx:key='unique' >
<text class="data-view-title-item1">{
{item.manageUserName}}</text>
<text class="data-view-title-item2">{
{item.weights}}</text>
<text class="data-view-title-item2">{
{item.totals}}</text>
</view>
<view class="loading" hi
微信小程序 可滚动视图 scroll-view 中绑定bindscrolltolower,bindscrolltoupper 无效的问题处理
最新推荐文章于 2025-03-13 12:15:24 发布