diff --git a/src/components/chat/ChatRecordsMain.vue b/src/components/chat/ChatRecordsMain.vue index 37bfd36..0327601 100644 --- a/src/components/chat/ChatRecordsMain.vue +++ b/src/components/chat/ChatRecordsMain.vue @@ -121,7 +121,6 @@ const init = async () => { messages.value = []; userlist.value = {}; msg_loading.value = false; - start.value = 0; limit.value = limit.value || 100; min_id.value = 0; max_id.value = 0;