<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>