From a924e3906a3b77f04ac4fedcff9e76ebe0c997a2 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 24 七月 2024 19:19:21 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/wechat_jiaxuan/components/disProduct/index.wxml b/wechat_jiaxuan/components/disProduct/index.wxml
index d0248d6..578a03f 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>
@@ -39,7 +40,7 @@
             <view wx:for="{{ datalist }}" data-id="{{item.id}}" class="item" bindtap="handleDetail">
               <view class="img_wrap">
                 <image src="{{ item.coverImage }}" class="img" mode="widthFix"></image>
-                <image wx:if="{{ false }}" class="new" src="../../static/icon/chanpin_ic_new@2x.png" mode="widthFix"></image>
+                <image wx:if="{{ item.isNew }}" class="new" src="../../static/icon/chanpin_ic_new@2x.png" mode="widthFix"></image>
               </view>
               <view class="name">{{ item.title }}</view>
               <view class="info">

--
Gitblit v1.9.3