aa
jiangping
2024-09-27 c417ccf6b15ffeb1edf3dc2e63b7bfcb00f30628
1
2
3
4
5
<view wx:if="{{ isVShow }}" bind:tap="onClose" class="video_content">   
      <view  class="video">
      <video id="myVideo" src="{{videoSrc}}" show-fullscreen-btn="{{false}}" autoplay show-play-btn ></video>
      </view> 
  </view >