From b2b8e5ed16f139597b10452df0c467b6e7cde500 Mon Sep 17 00:00:00 2001 From: gerson <1405270578@qq.com> Date: 星期日, 11 八月 2024 23:35:51 +0800 Subject: [PATCH] markdown 解析,echart tooltip,chatHistory 回复为空 --- miniprogram/components/chat-components/summary/recordsetTable/recordsetTable.wxml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/miniprogram/components/chat-components/summary/recordsetTable/recordsetTable.wxml b/miniprogram/components/chat-components/summary/recordsetTable/recordsetTable.wxml index 6c7c0ce..3738942 100644 --- a/miniprogram/components/chat-components/summary/recordsetTable/recordsetTable.wxml +++ b/miniprogram/components/chat-components/summary/recordsetTable/recordsetTable.wxml @@ -1 +1 @@ -<table class="basic-table" columns="{{tableColumns}}" dataList="{{dataList}}" showTipImage="{{dataList.length===0}}" /> \ No newline at end of file +<table class="basic-table" columns="{{tableColumns}}" dataList="{{dataList}}" showTipImage="{{dataList.length===0}}" /> \ No newline at end of file -- Gitblit v1.9.3