From 5776f4f5be2d5aa37a1e928ba95567dfc2e97d5c Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 12 七月 2024 15:19:01 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
wechat_jiaxuan/pages/discover/discover.wxml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/wechat_jiaxuan/pages/discover/discover.wxml b/wechat_jiaxuan/pages/discover/discover.wxml
index 352c4be..9a877da 100644
--- a/wechat_jiaxuan/pages/discover/discover.wxml
+++ b/wechat_jiaxuan/pages/discover/discover.wxml
@@ -17,5 +17,7 @@
<!-- -->
<view class="main_content" style="height: calc( 100vh - {{menuButtonInfo.top}}px - 88rpx )">
<disProduct wx:if="{{ activeTabs == '0' }}" />
+ <disCase wx:if="{{ activeTabs == '1' }}" />
+ <disRealpic wx:if="{{ activeTabs == '2' }}" />
</view>
</view>
\ No newline at end of file
--
Gitblit v1.9.3