Skip to content

Commit

Permalink
fix 重复赋值start
Browse files Browse the repository at this point in the history
  • Loading branch information
xaoyaoo committed Aug 13, 2024
1 parent e1164bb commit bb4d7f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/chat/ChatRecordsMain.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bb4d7f6

Please sign in to comment.