From b9d28bd6af15026741099c25a6e72fe947ad3772 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 10 四月 2025 17:31:50 +0800 Subject: [PATCH] 修改数字人对话 --- src/components/chat/messageList/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/chat/messageList/index.vue b/src/components/chat/messageList/index.vue index 6029e7b..d67a336 100644 --- a/src/components/chat/messageList/index.vue +++ b/src/components/chat/messageList/index.vue @@ -19,7 +19,7 @@ :isTalking="isTalking" /> </div> - <div v-if="showAskMore" class="ml-4 mt-5 "> + <div v-if="showAskMore && msgList.at(-1)?.content?.askMoreList?.length > 0" class="ml-4 mt-5 "> <div class="text-gray-600 mb-5">浣犲彲浠ョ户缁棶鎴戯細</div> <div class="space-y-2 inline-flex flex-col"> <div -- Gitblit v1.9.3