4961关注15506浏览
<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>
-
至过去的我
2044人对此回答表示赞同
我是未来的你,你现在是不是在年找寻小程序答案。你不要感觉诧异,给你来信原因,就是让你不在后悔。今天去学习如何推广小程序,相信......点击查看更多> -
Wyatt
10人对此回答表示赞同
tip:请勿在 scroll-view中使用 textarea、 map、 canvas、 video组件 展开100回复分享发布于 5年前评论(0)
收起评论
-
泯灭人性
5人对此回答表示赞同
看官方的说明video标签是原生组件不要用在scrollview里面
展开50回复分享发布于 5年前评论(0)
收起评论