scroll-view 横向滚动下方出现滚动条?
发布于 5 年前 作者 ryan 13828 次浏览 来自 官方Issues

刚刚才出现,以前一直没有出现过这种情况。

<scroll-view scroll-with-animation="true" scroll-into-view="item{{typeIndex < 4 ?  0 : typeIndex - 3}}" enable-flex="true" scroll-x="true" class="category-wrapper">
          <view wx:for="{{xmtype}}" id="item{{index}}" class="category {{item.xt_id == fuwuid ? 'category-actived' : ''}}" data-fuwu="{{item}}" data-fuwuid="{{item.xt_id}}" data-fuwuname="{{item.xt_name}}" data-index="{{index}}" bindtap="chooseFuwu">{{item.xt_name}}</view>
        </scroll-view>
1 回复

你好,基础库2.12.0的问题,已经恢复了,麻烦再观察下。

回到顶部