- 在外層容器使用scroll-view,并設(shè)置高度
<scroll-view style="height: 100%;">
...
<view>
<input />
</view>
...
</scroll-view>
<scroll-view style="height: 100%;">
...
<view>
<input />
</view>
...
</scroll-view>