jsk 解决定损任务返回时,不能定位之前位置的问题

This commit is contained in:
jiask 2026-01-26 13:20:24 +08:00
parent 5cbebd285d
commit d9ceb5be79
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ const onScroll = (e) => {
timer = setTimeout(() => {
uni.setStorageSync('scrollTop', e.detail.scrollTop)
uni.setStorageSync('queryParams', JSON.stringify(queryParams.value))
uni.setStorageSync('activeTab', activeTab.value)
// uni.setStorageSync('activeTab', activeTab.value)
}, 500)
}