给固定高度的话有时只有一条数据的话会有很大的空白 这种情况怎么办?怎样才能自适应呢?有没有好的解决办法?
<scroll-view class="scroll1" bindscrolltolower="loadMore1" data-id="{{list[current].id}}" scroll-y> </scroll-view>
scroll-view设置一个固定高度
<scroll-view class="scroll1" style='height:800px' bindscrolltolower="loadMore1" data-id="{{list[current].id}}" scroll-y> </scroll-view>
2.1m questions
2.1m answers
60 comments
57.0k users