From 26fb0b3e76f52212a2cef49a0bc0b94e7425880c Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 29 七月 2024 10:55:10 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

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

diff --git a/wechat_jiaxuan/pages/productVideo/index.wxml b/wechat_jiaxuan/pages/productVideo/index.wxml
index 31b55bd..8463b45 100644
--- a/wechat_jiaxuan/pages/productVideo/index.wxml
+++ b/wechat_jiaxuan/pages/productVideo/index.wxml
@@ -1,7 +1,7 @@
-<view class="container">
+<view class="container"  >
   <!-- 鍒嗙被 -->
   <view>
-    <scroll-view scroll-x="true" style="weight: 710rpx;margin-bottom: 30rpx;">
+    <scroll-view scroll-x="true" style="width: 710rpx;margin-bottom: 30rpx;" >
       <view class="scroll_cate">
         <view bindtap="cateClick" data-code="{{item.labelCode}}" wx:for="{{ category }}" class="item {{ tagCodes == item.labelCode ? 'active': '' }}">{{ item.labelName }}</view>
       </view>
@@ -13,7 +13,7 @@
     </scroll-view> -->
   </view>
   <!-- content -->
-  <view class="content">
+  <view class="content" >
     <view wx:for="{{ dataList }}" class="item">
       <view class="img_wrap">
         <image class="img" src="{{ item.coverImage }}" mode="aspectFill"></image>
@@ -32,5 +32,11 @@
     <view wx:if="{{ dataList.length == 0 }}" class="empty_wrap">
       <image class="default_empty" src="../../static/images/default_empty.png"></image>
     </view>
-  </view>
+  </view>  
+    <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>
\ No newline at end of file

--
Gitblit v1.9.3