<view style=“height:100%;width:100%;”>
<scroll-view scroll-y style=“height:100%;background:#fff;”>
<view class=“itemper”> //列表重复内容
<view class=“itemleft”>
<view class=“imagebox”>
<image></image>
</view>
<text class=“lefttext”>augus</text>
</view>
<view class=“itemright”>
<text> 还差<text class="whatper ">1</text>人成团</text>
<text class="wejoin ">我要参团</text>
</view>
</view>
</scroll-view>
</view>
预期滚动到底部之后,底部没有空白,如下图:
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)