scroll-view api func不起作用

来源:21-5 实现上滑加载更多数据

慕粉1421318830

2018-10-30



   
       
           
               
           
       
   

<import src="../movie/movie-template.wxml" />

<template name="movieGridTemplate">

   <scroll-view class="grid-container" srcoll-y="true"  bindscrolltolower="lower" bindscroll="scrollFunc">

       <block wx:for="{{movies}}" wx:for-item="movie" wx:key="i">

           <view class="single-view-container">

               <template data="{{...movie}}" is="movieTemplate" />

           </view>

       </block>

   </scroll-view>

</template>




 lower(event) {
        console.log("加载更多");
    },
    scrollFunc() {
        console.log("正在滑动");
    },

两个方法都没触发 这是为啥 高度也已经设置了


写回答

1回答

7七月

2018-10-30

这个代码应该是没错的,具体为什么,只靠这个代码确实判断不出来。最好的方式,建议下载源码,源码是可以下拉的,然后堆源码找原因。

0
4
慕粉1421318830
非常感谢!
2018-10-30
共4条回复

微信小程序入门与实战(全新版) 超20000人学习的好课

4年同步微信官方迭代,累计20000+人学习, 比微信官方更火爆!

23867 学习 · 6899 问题

查看课程