jsk 解决定损任务返回时,不能定位之前位置的问题
This commit is contained in:
parent
5cbebd285d
commit
d9ceb5be79
|
|
@ -277,7 +277,7 @@ const onScroll = (e) => {
|
||||||
timer = setTimeout(() => {
|
timer = setTimeout(() => {
|
||||||
uni.setStorageSync('scrollTop', e.detail.scrollTop)
|
uni.setStorageSync('scrollTop', e.detail.scrollTop)
|
||||||
uni.setStorageSync('queryParams', JSON.stringify(queryParams.value))
|
uni.setStorageSync('queryParams', JSON.stringify(queryParams.value))
|
||||||
uni.setStorageSync('activeTab', activeTab.value)
|
// uni.setStorageSync('activeTab', activeTab.value)
|
||||||
}, 500)
|
}, 500)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue