From a689b45a6f80460f9891cc5a346036a7e4c4c0b5 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 08 八月 2024 18:00:20 +0800 Subject: [PATCH] 支持除地图意外得其他回答,对接聊天室接口 --- miniprogram/components/chat-components/summary/summaryWrapper.json | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/miniprogram/components/chat-components/summary/summaryWrapper.json b/miniprogram/components/chat-components/summary/summaryWrapper.json index ff4b128..6fa1de2 100644 --- a/miniprogram/components/chat-components/summary/summaryWrapper.json +++ b/miniprogram/components/chat-components/summary/summaryWrapper.json @@ -2,7 +2,12 @@ "component": true, "usingComponents": { "summary":"summary/summary", - "recordset":"recordset/recordset" + "recordset":"recordset/recordset", + "deviceLastValue":"deviceLastValue/deviceLastValue", + "recordsetTable":"recordsetTable/recordsetTable", + "webUrl":"webUrl/webUrl" + + } } \ No newline at end of file -- Gitblit v1.9.3