From 7dc29ed74ebaa8a0e66f68264d9a13f95dc3af21 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 02 八月 2024 11:09:06 +0800
Subject: [PATCH] aa

---
 wechat_staff/pages/productVideo/index.wxml |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/wechat_staff/pages/productVideo/index.wxml b/wechat_staff/pages/productVideo/index.wxml
index 6b07bb4..0ce81d1 100644
--- a/wechat_staff/pages/productVideo/index.wxml
+++ b/wechat_staff/pages/productVideo/index.wxml
@@ -1,4 +1,5 @@
 <view class="container">
+  <buoyClient class="buoyClient"/>
   <!-- 鍒嗙被 -->
   <view>
     <scroll-view scroll-x="true" style="weight: 710rpx;margin-bottom: 30rpx;">
@@ -15,9 +16,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="widthFix"></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>
@@ -25,9 +26,12 @@
         <view>{{ item.publishDt }}</view>
         <view class="df_sb">
           <image class="liulan" src="../../static/icon/zixun_ic_liulan.png" mode="widthFix"></image>
-          <text>{{ item.viewCount }}</text>
+          <text>{{ format.formarCount(item.viewCount) }}</text>
         </view>
       </view>
     </view>
   </view>
-</view>
\ No newline at end of file
+  
+  <videoPlay class='videoPlay' /> 
+</view>
+<wxs module="format" src="../../utils/format.wxs"></wxs>
\ No newline at end of file

--
Gitblit v1.9.3