From 1a6905045d38bb50b0c6554c3440bdfd339c8d23 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 30 七月 2024 19:13:46 +0800
Subject: [PATCH] ‘’
---
wechat_jiaxuan/components/videoPlay/index.wxml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/wechat_jiaxuan/components/videoPlay/index.wxml b/wechat_jiaxuan/components/videoPlay/index.wxml
index 75e31f2..3ea0b5f 100644
--- a/wechat_jiaxuan/components/videoPlay/index.wxml
+++ b/wechat_jiaxuan/components/videoPlay/index.wxml
@@ -1,5 +1,5 @@
<view wx:if="{{ isVShow }}" bind:tap="onClose" class="video_content">
<view class="video">
- <video id="myVideo" src="{{videoSrc}}" autoplay show-fullscreen-btn show-play-btn ></video>
+ <video id="myVideo" src="{{videoSrc}}" autoplay show-play-btn ></video>
</view>
</view >
\ No newline at end of file
--
Gitblit v1.9.3