กล่องข้อความ
This commit is contained in:
parent
b7de285e8d
commit
c7f564ee62
1 changed files with 0 additions and 1 deletions
|
|
@ -152,7 +152,6 @@ const scrollTargetRef = ref<any>(null);
|
||||||
const totalInbox = ref<number>(0);
|
const totalInbox = ref<number>(0);
|
||||||
async function onLoad(index: number, done: any) {
|
async function onLoad(index: number, done: any) {
|
||||||
const num = index === 1 ? 0 : index++;
|
const num = index === 1 ? 0 : index++;
|
||||||
|
|
||||||
if (inboxList.value.length < totalInbox.value) {
|
if (inboxList.value.length < totalInbox.value) {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
fetchlistInbox(num);
|
fetchlistInbox(num);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue