im ok
This commit is contained in:
3
components/GoEasyVideoPlayer/goEasyVideoPlayer.wxml
Normal file
3
components/GoEasyVideoPlayer/goEasyVideoPlayer.wxml
Normal file
@@ -0,0 +1,3 @@
|
||||
<view class="goeasy-video-player" style="width0;height:0;overflow:hidden">
|
||||
<video id="videoPlayer" wx:if="{{show}}" src="{{src}}" autoplay="true" custom-cache="{{false}}" bindfullscreenchange="onFullScreenChange" bindplay="onPlay" controls duration="{{duration}}"></video>
|
||||
</view>
|
||||
Reference in New Issue
Block a user