直接修改官方的demo, 发现scroll-view在横向移动中,scroll-top设置无效?
wxml部分:
js 部分:
表现:
@Remember_BTW火羊x2~
你确定吗?
看下我的代码有问题吗
<view>
<scroll-view scroll-x=“true” style=“background:black;height:110px;width:100%; white-space: nowrap;”>
<view style=“background: red; width: 100%; height: 100px; display: inline-block”></view>
<view style=“background: green; width: 200px; height: 100px; display: inline-block”></view>
<view style=“background: blue; width: 200px; height: 100px; display: inline-block”></view>
<view style=“background: yellow; width: 200px; height: 100px; display: inline-block”></view>
</scroll-view>
</view>