From a2410e6dd7dfe33133e709e43b06b3bb7852d4b1 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期一, 12 八月 2024 11:37:03 +0800
Subject: [PATCH] 地图

---
 miniprogram/components/chat-components/summary/summaryWrapper.wxml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/miniprogram/components/chat-components/summary/summaryWrapper.wxml b/miniprogram/components/chat-components/summary/summaryWrapper.wxml
index 90c839d..98c16a9 100644
--- a/miniprogram/components/chat-components/summary/summaryWrapper.wxml
+++ b/miniprogram/components/chat-components/summary/summaryWrapper.wxml
@@ -7,6 +7,6 @@
     <deviceLastValue wx:elif="{{item.type===SummaryAnswerType.DeviceLastValue}}" data="{{item}}"></deviceLastValue>
     <webUrl wx:elif="{{item.type===SummaryAnswerType.Url}}" data="{{item}}"></webUrl>
     <amisPage wx:elif="{{item.type===SummaryAnswerType.AmisPage}}" data="{{item}}"></amisPage>
-
+    <mapCom wx:elif="{{item.type===SummaryAnswerType.Map}}" data="{{item}}"></mapCom>
   </view>
 </view>
\ No newline at end of file

--
Gitblit v1.9.3