yangyin
2024-11-05 98f2147789fadc058adcef82f042fad98dcbee57
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,