我做上拉刷新的时候必须要下拉一下再上拉才能触发
<scroll-view scroll-top="{{scrollTop}}" scroll-y="true" style="height:{{scrollHeight}}px;" bindscrolltolower="bindDownLoad" bindscroll="upload" bindscrolltoupper="upload" scroll-with-animation="true" lower-threshold="1" upper-threshold="1">
<view class="total">
<view class="upload" wx:if="{{up == true}}">加载数据中...</view>
<view class="list">
<view class="condition listdetail" wx:for="{{houseimage}}" wx:for-item="item">
<view class="listimg">
<image src ="{{item.imgUrls}}"></image>
</view>
<view class="listcontent">
<view class="title titlefont fontstyle">{{item.title}}</view>
<view class="title contentfont fontstyle">{{item.room}}室{{item.parlour}}厅{{item.kitchen}}厨{{item.bathroom}}卫.{{item.area}}㎡.{{item.direction}}.</view>
<view class="title contentfont fontstyle">{{item.road}}.{{item.district}}</view>
<view class="title contentfont fontstyle">{{item.type}}</view>
</view>
</view>
</view>
</view>
</scroll-view>
楼主,问题解决了吗
解决了
怎么解决的 可以说下吗
不做这个就好了,我是表述错误应该是下拉刷新,就做上拉刷新就好了
我就是上拉 但是有的时候 还是要先下拉一下 在上拉才能刷新
嗯嗯他是这样的,你可以只做一种,然后通过数据不断的push就好了
提供一下能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。