修改 下拉刷新

This commit is contained in:
xuli
2025-12-18 17:59:09 +08:00
parent a55cdb8121
commit d32152912a
3 changed files with 3 additions and 3 deletions

View File

@@ -162,7 +162,7 @@ const downCallback = async (mescroll) => {
const res = await getNoticeList(1, upOption.value.page.size);
cssFlag.value = false;
list.value = res.list;
mescroll.resetUpScroll();
// mescroll.resetUpScroll();
} catch (error) {
mescroll.endErr();
} finally {