|
|
@ -10,7 +10,7 @@ |
|
|
<block wx:if="{{info.videourl}}" wx:key="*this"> |
|
|
<block wx:if="{{info.videourl}}" wx:key="*this"> |
|
|
<swiper-item> |
|
|
<swiper-item> |
|
|
<scroll-view> |
|
|
<scroll-view> |
|
|
<video bindplay="playVideo" src="{{info.videourl}}" autoplay="{{true}}" muted="{{true}}" |
|
|
<video bindplay="playVideo" src="{{info.videourl}}" autoplay="{{false}}" muted="{{true}}" |
|
|
show-mute-btn="{{true}}" show-background-playback-button="{{false}}" |
|
|
show-mute-btn="{{true}}" show-background-playback-button="{{false}}" |
|
|
show-progress="{{false}}" enable-progress-gesture="{{false}}"></video> |
|
|
show-progress="{{false}}" enable-progress-gesture="{{false}}"></video> |
|
|
<!-- <image lazy-load src="{{info.headimg}}" mode="aspectFill"></image> --> |
|
|
<!-- <image lazy-load src="{{info.headimg}}" mode="aspectFill"></image> --> |
|
|
|