From 42794ac8486759c805e5d465ba4588cc31cdcb83 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期一, 12 八月 2024 13:17:31 +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