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/pages/productVideo/index.wxml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/wechat_jiaxuan/pages/productVideo/index.wxml b/wechat_jiaxuan/pages/productVideo/index.wxml
index 8463b45..f481144 100644
--- a/wechat_jiaxuan/pages/productVideo/index.wxml
+++ b/wechat_jiaxuan/pages/productVideo/index.wxml
@@ -17,7 +17,7 @@
     <view wx:for="{{ dataList }}" class="item">
       <view class="img_wrap">
         <image class="img" src="{{ item.coverImage }}" mode="aspectFill"></image>
-        <image bindtap="itemClick" data-videourl="{{ item.videoUrl }}" class="play" src="../../static/icon/ic_play.png" mode="widthFix"></image>
+        <image bindtap="itemClick" data-videourl="{{ item.videoUrl }}"  data-id="{{ item.id }}" class="play" src="../../static/icon/ic_play.png" mode="widthFix"></image>
       </view>
 
       <view class="title">{{ item.title }}</view>
@@ -33,10 +33,10 @@
       <image class="default_empty" src="../../static/images/default_empty.png"></image>
     </view>
   </view>  
-    <view wx:if="{{ isShow }}" bind:tap="onClose" class="video_content">   
+  <!-- <view wx:if="{{ isShow }}" bind:tap="onClose" class="video_content">   
       <view  class="video">
       <video    id="myVideo" src="{{curVideoSrc}}"  autoplay   show-fullscreen-btn show-play-btn ></video>
       </view> 
-  </view >
-
+  </view > -->
+  <videoPlay class='videoPlay' /> 
 </view>
\ No newline at end of file

--
Gitblit v1.9.3