From 3ac33e0ea28357bac078ac93404ac02ad9a61738 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 23 七月 2024 18:01:06 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 wechat_jiaxuan/components/disProduct/index.wxml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/wechat_jiaxuan/components/disProduct/index.wxml b/wechat_jiaxuan/components/disProduct/index.wxml
index d0248d6..b9bd8b2 100644
--- a/wechat_jiaxuan/components/disProduct/index.wxml
+++ b/wechat_jiaxuan/components/disProduct/index.wxml
@@ -28,6 +28,7 @@
             <view class="btn sub" bindtap="subParam">纭</view>
           </view>
         </view>
+        <view wx:if="{{ activeParam.length > 0 }}" class="shade"></view>
         <view class="status">
           <view class="item {{ sortType == 'NORMAL' ? 'active' : '' }}" data-status="NORMAL" bindtap="statusChange">榛樿</view>
           <view class="separate"></view>

--
Gitblit v1.9.3