scroll-view套video使其横向滚动,视频悬浮在手机上,怎么让它滚动?
<view class=“most-new-content”>
<view class=“most-new-content-desc”>{{mostNew[index].description}}</view>
<scroll-view scroll-x=“true” style=" white-space: nowrap; display: flex;height:100%;" >
<!-- <view > –>
<video class=“section” poster=“http://www.jshuaiweb.com/mini/jinyi/images/mostNew-1.png” src=“http://tbm.alicdn.com/Uob6TqgDJuggjUaP6bv/NNtoO48LH9fensAkefH%40%40sdregop.mp4” danmu-list=“{{danmuList}}” enable-danmu danmu-btn controls bindtap=“bindfullscreenchange” objectFit=‘fill’>
</video>
<!-- </view> –>
<image bindtap=‘touchStart’ wx:for=“{{mostNew[index].imgUrl}}” wx:key=“index” src=“{{item}}”></image>
</scroll-view>
</view>
