From 7d607f19253fcdbbf36d692894cee036af6c5de1 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 29 七月 2024 13:43:39 +0800
Subject: [PATCH] 提交

---
 wechat_staff/pages/detailDis/product.wxml |   18 +++++-------------
 1 files changed, 5 insertions(+), 13 deletions(-)

diff --git a/wechat_staff/pages/detailDis/product.wxml b/wechat_staff/pages/detailDis/product.wxml
index 6743e03..0f5cd50 100644
--- a/wechat_staff/pages/detailDis/product.wxml
+++ b/wechat_staff/pages/detailDis/product.wxml
@@ -1,14 +1,6 @@
 <view class="main_app">
-  <buoyClient showPurpose="1" />
-  <detailFooter />
-  <view class="user" wx:if="{{ false }}">
-    <view class="avatar"></view>
-    <view class="content">
-      <view class="name">涓佹鏋�</view>
-      <view class="desc">瀵艰喘锝�5骞寸粡楠�</view>
-    </view>
-    <view class="btn">鑱旂郴TA</view>
-  </view>
+  <buoyClient class="buoyClient" showPurpose="1" class="buoyClient"/>
+  <detailFooter bindenjoy="handleEnjoy" path="0" info="{{info}}" />
   <!-- banner杞挱 -->
   <swiper class="banner_swiper" circular indicator-dots autoplay style="height:{{bannerHeight}}rpx" duration>
     <block wx:for="{{ info.bannerImgList }}">
@@ -24,21 +16,21 @@
   </view>
   <!-- video -->
   <view wx:if="{{ info.video }}" class="video">
-    <view class="title">浜у搧瑙嗛</view>
+    <view class="title" >浜у搧瑙嗛</view>
     <view class="img_wrap">
       <image class="img" src="{{ info.coverImage }}" mode="widthFix"></image>
       <view bindtap="playVideo" class="play">鎾斁</view>
     </view>
   </view>
   <view class="detail">
-    <view class="title">浜у搧璇︽儏</view>
+    <view class="title" bind:tap="goTestPage">浜у搧璇︽儏</view>
     <view class="line" wx:for="{{ info.productParamList }}">
       <view class="label">{{ item.paramName }}锛�</view>
       <view class="val">{{ item.paramValue }}</view>
     </view>
   </view>
   <!-- 瀵屾枃鏈� -->
-  <view>
+  <view wx:if="{{info.content}}">
     <mp-html content="{{info.content}}"></mp-html>
   </view>
   <view class="spaceList">

--
Gitblit v1.9.3