阅读背景:

微信小程序小程序使用scroll-view不能使用下拉刷新的解决办法

来源:互联网 
<scroll-view class="movie-grid-container" scroll-y="true" scroll-x="false" bindscrolltolower="loadMoreMovie">
      <block wx:for="{{movies}}" wx:key="{{item}}">
        <view class="movie">
          <template is="movieTemplate" data="{{...item}}" />
        </view>
      </block>
      <text class="has-no-more" wx:if="{{hasNoMore}}">没有更多了</text>
</scroll-view>
<scroll-view class="movie-grid-container" s



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: