didi / mand-mobile

💰 A mobile UI toolkit, based on Vue.js 2, designed for financial scenarios.
https://didi.github.io/mand-mobile
Apache License 2.0
3.46k stars 772 forks source link

scroll view 没有设置高度的时候无法触发endReached #234

Closed chenweiyj closed 5 years ago

chenweiyj commented 5 years ago

Mand Mobile Version

1.6.2

OS Version & Browser Version

macos 10.13 chrome 69

Node Version, Package Management Tool

node8 yarn 1.9.4

Recurring Links

Recurring Steps

Expectant Behaviors

Actual Behaviors

scroll view 没有设置高度的时候无法触发endReached。 我需要除去nav bar,剩下的都是给scroll view,不同设备高度不可知,而且我又是用px2rem自动转换的。 这种情况怎么用scroll view?

xxyan0205 commented 5 years ago

使用flex布局

chenweiyj commented 5 years ago

@xxyan0205 有没有示例

xxyan0205 commented 5 years ago

@xxyan0205 有没有示例

这个本身与Scrollview组件没有直接关系,是如何实现除去NavBar以外的正文区域的高度自适应,然后Scrollview高度只要充满正文区域即可。

Edit Vue Template

chenweiyj commented 5 years ago

@xxyan0205 有没有示例

这个本身与Scrollview组件没有直接关系,是如何实现除去NavBar以外的正文区域的高度自适应,然后Scrollview高度只要充满正文区域即可。

Edit Vue Template

你这样写loadmore是无法执行的,scroll-view检测不到到底了

Edit Vue Template

xxyan0205 commented 5 years ago

之前漏写了overflow:hidden