diff --git a/Cunkebao/src/pages/pc/ckbox/components/ChatWindow/index.tsx b/Cunkebao/src/pages/pc/ckbox/components/ChatWindow/index.tsx index 5470c535..bf97e639 100644 --- a/Cunkebao/src/pages/pc/ckbox/components/ChatWindow/index.tsx +++ b/Cunkebao/src/pages/pc/ckbox/components/ChatWindow/index.tsx @@ -43,9 +43,6 @@ const ChatWindow: React.FC = ({ useEffect(() => { const prevMessages = prevMessagesRef.current; - // 检查是否有视频状态变化(从加载中变为已完成或开始加载) - console.log("currentMessages", currentMessages); - const hasVideoStateChange = currentMessages.some((msg, index) => { const prevMsg = prevMessages[index]; if (!prevMsg || prevMsg.id !== msg.id) return false; @@ -591,7 +588,7 @@ const ChatWindow: React.FC = ({
: }