收藏
回答

上拉刷新问题

我做上拉刷新的时候必须要下拉一下再上拉才能触发


<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>


回答关注问题邀请回答
收藏

2 个回答

  • Cherries
    Cherries
    2018-10-29

    楼主,问题解决了吗

    2018-10-29
    有用
    回复 5
    • 赵政彬
      赵政彬
      2018-10-29

      解决了

      2018-10-29
      回复
    • Cherries
      Cherries
      2018-10-29回复赵政彬

      怎么解决的 可以说下吗

      2018-10-29
      回复
    • 赵政彬
      赵政彬
      2018-10-30回复Cherries

      不做这个就好了,我是表述错误应该是下拉刷新,就做上拉刷新就好了

      2018-10-30
      回复
    • Cherries
      Cherries
      2018-10-30回复赵政彬

      我就是上拉 但是有的时候 还是要先下拉一下  在上拉才能刷新

      2018-10-30
      回复
    • 赵政彬
      赵政彬
      2018-10-30回复Cherries

      嗯嗯他是这样的,你可以只做一种,然后通过数据不断的push就好了

      2018-10-30
      回复
  • 是小白啊
    是小白啊
    2018-10-23

    提供一下能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    2018-10-23
    有用
    回复
登录 后发表内容