กล่องข้อความ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-01-18 09:22:13 +07:00
parent b7de285e8d
commit c7f564ee62

View file

@ -152,7 +152,6 @@ const scrollTargetRef = ref<any>(null);
const totalInbox = ref<number>(0);
async function onLoad(index: number, done: any) {
const num = index === 1 ? 0 : index++;
if (inboxList.value.length < totalInbox.value) {
setTimeout(() => {
fetchlistInbox(num);