jsk 还原至1月22日

This commit is contained in:
jiask 2026-01-26 15:00:05 +08:00
parent 146f637090
commit c9796e2057
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)
}