From acf8eb9d7af7359b689122a5fe1ef1dd5d2de80c Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 25 七月 2024 13:49:21 +0800
Subject: [PATCH] 提交

---
 wechat_staff/pages/detailDis/product.wxml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/wechat_staff/pages/detailDis/product.wxml b/wechat_staff/pages/detailDis/product.wxml
index 8553484..15b08ec 100644
--- a/wechat_staff/pages/detailDis/product.wxml
+++ b/wechat_staff/pages/detailDis/product.wxml
@@ -1,6 +1,6 @@
 <view class="main_app">
   <buoyClient showPurpose="1" />
-  <detailFooter binddown="handleDown" bindenjoy="handleEnjoy" path="0" info="{{info}}" />
+  <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 }}">
@@ -16,14 +16,14 @@
   </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>

--
Gitblit v1.9.3