下拉刷新时有了下拉的动画,不执行下拉的事件

发布于 7 年前作者 juanhe6486 次浏览最后编辑 7 年前来自 ask

 <scroll-view scroll-y=“true” style=“height: 100%;” bindscrolltolower=“refesh” bindscrolltoupper=“refesh”>

 “enablePullDownRefresh”: true

refesh() {

    console.log(1)

 

  },

都写了   ,有下拉时的动画  ,不执行 refesh事件

1 回复
laiwei
laiwei1 楼5 年前

page和scroll-view的下拉是冲突的吧,enablePullDownRefresh对应page,bindscrolltoupper对应scroll-view