scroll 动态设置高度后无法触发下拉刷新,怎么解决?
<scroll-view scroll-y="true"
style='height:{{scrollheight}}px'
bindrefresherrefresh='toupper'
bindscrolltolower="loadMore"
scroll-with-animation="true"
refresher-enabled='true'
refresher-threshold="20"
refresher-triggered='{{refresher}}'
lower-threshold='100'
data-index='{{index}}'>
如果height设置为固定的常数就可以触发refresher-enabled,
怎么解决?
3 回复
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)