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/detailDis/realpic.wxml |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/wechat_staff/pages/detailDis/realpic.wxml b/wechat_staff/pages/detailDis/realpic.wxml
index f972e59..21ebea9 100644
--- a/wechat_staff/pages/detailDis/realpic.wxml
+++ b/wechat_staff/pages/detailDis/realpic.wxml
@@ -1,11 +1,14 @@
-<view class="container">
-  <buoyClient showPurpose="1" class="buoyClient"/>
+<view>
+  <buoyClient showPurpose="1" class="buoyClient" />
   <detailFooter bindenjoy="handleEnjoy" path="2" info="{{info}}" />
   <!--  -->
-  <view class="main_title">{{ info.title }}</view>
-  <view class="time">鍙戝竷鏃堕棿锛歿{ info.publishDt }}</view>
-  <image class="info_item" wx:for="{{ info.contentImgList }}" src="{{ item }}" mode="widthFix"></image>
-  <view class="desc">{{ info.contentText || '' }}</view>
+  <view class="container">
+    <view class="main_title">{{ info.title }}</view>
+    <view class="time">鍙戝竷鏃堕棿锛歿{ info.publishDt }}</view>
+    <image data-url="{{ item }}" bindtap="priviewSpace" class="info_item" wx:for="{{ info.contentImgList }}" src="{{ item }}" mode="widthFix"></image>
+    <view class="desc">{{ info.contentText || '' }}</view>
+  </view>
+
   <!-- <view class="list">
     <view class="item">
       <image src="" mode="widthFix" />

--
Gitblit v1.9.3