滑动列表使用了scroll-view,全屏设置了100vh,页面样式是没问题,但是顶部的scroll-view下拉刷新却是不能使用,没有弹性下拉的过程,但是在ios上面这个功能正式使用的。
.scheme-detail { height : 100 vh; background : #EDEEF0 ; overflow : hidden ; position : relative ; } .scroll-view{ box-sizing: border-box; position : absolute ; top : 0 ; left : 0 ; width : 100% ; height : 100% ; 」 |
<scroll-view :scroll-y= "scrollYable" @scroll= "handlerScroll" :style= "hotelFirstPic" class= "scroll-view" :scroll-into-view= "currentView" :scroll- with -animation= "true" > </scroll-view> |
ios本来就是这个吊样!scroll-view的下拉刷新没有拉下效果要自己想办法整!
iOS特色 安卓特色