src/components/chat/hooks/useScrollLoad.ts
@@ -79,7 +79,9 @@ const currentUserMsg = tmpMessageList[insertIndex - 1]; currentUserMsg.content.values = item?.answer?.question ?? currentUserMsg.content.values; const mapUser = userItemIdMap.get(item.answer.history_id); const mapUser = userItemIdMap.get(item.answer?.history_id); const answerTime = formatShowTimeYear.value(mapUser?.create_time); tmpMessageList.splice( insertIndex,