From 2faa6546a9f9ddb29f81cbc9770fc25b95703695 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 26 七月 2024 17:02:39 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/wechat_jiaxuan/components/disProduct/index.wxml b/wechat_jiaxuan/components/disProduct/index.wxml
index 6cd5b57..09c2d56 100644
--- a/wechat_jiaxuan/components/disProduct/index.wxml
+++ b/wechat_jiaxuan/components/disProduct/index.wxml
@@ -51,6 +51,9 @@
                 <text>{{ item.viewCount || 0 }}</text>
               </view>
             </view>
+            <view wx:if="{{ datalist.length == 0 }}" class="empty_wrap">
+              <image class="default_empty" src="../../static/images/default_empty.png"></image>
+            </view>
         </scroll-view>
       </view>
     </view>

--
Gitblit v1.9.3