From 52787adceb282c1914589c7ceb252bdb03e2df36 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 02 八月 2024 11:26:12 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

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

diff --git a/wechat_staff/pages/productVideo/index.wxml b/wechat_staff/pages/productVideo/index.wxml
index 65f3489..0ce81d1 100644
--- a/wechat_staff/pages/productVideo/index.wxml
+++ b/wechat_staff/pages/productVideo/index.wxml
@@ -16,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>
@@ -26,11 +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>
   
   <videoPlay class='videoPlay' /> 
-</view>
\ No newline at end of file
+</view>
+<wxs module="format" src="../../utils/format.wxs"></wxs>
\ No newline at end of file

--
Gitblit v1.9.3