This commit is contained in:
BianLzhaoMin 2025-06-15 15:27:03 +08:00
parent 566c94f356
commit 637528d037
1 changed files with 0 additions and 1 deletions

View File

@ -202,7 +202,6 @@ const scrollTop = ref(0)
onShow((options) => {
getTableList(true)
const savedScrollTop = uni.getStorageSync('scrollTop') || 0
console.log('🚀 ~ onShow ~ savedScrollTop:', savedScrollTop)
scrollTop.value = 0
setTimeout(() => {
scrollTop.value = savedScrollTop