From d8c1bb93c2b7dbbed8ab726577ea6bf57f47eab2 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 01 八月 2024 14:28:16 +0800
Subject: [PATCH] aa

---
 wechat_jiaxuan/pages/productVideo/index.wxml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/wechat_jiaxuan/pages/productVideo/index.wxml b/wechat_jiaxuan/pages/productVideo/index.wxml
index 8463b45..13f53e4 100644
--- a/wechat_jiaxuan/pages/productVideo/index.wxml
+++ b/wechat_jiaxuan/pages/productVideo/index.wxml
@@ -15,9 +15,9 @@
   <!-- content -->
   <view class="content" >
     <view wx:for="{{ dataList }}" class="item">
-      <view class="img_wrap">
+      <view bindtap="itemClick" data-videourl="{{ item.videoUrl }}"  data-id="{{ item.id }}" 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 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