From d9ceb5be79caa342c3363f752b688404e1b993d6 Mon Sep 17 00:00:00 2001 From: jiask <1069621233@qq.com> Date: Mon, 26 Jan 2026 13:20:24 +0800 Subject: [PATCH] =?UTF-8?q?jsk=20=20=E8=A7=A3=E5=86=B3=E5=AE=9A=E6=8D=9F?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E8=BF=94=E5=9B=9E=E6=97=B6=EF=BC=8C=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E5=AE=9A=E4=BD=8D=E4=B9=8B=E5=89=8D=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/repair/repairManage/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/repair/repairManage/index.vue b/src/pages/repair/repairManage/index.vue index 47c5908..4a3c4e6 100644 --- a/src/pages/repair/repairManage/index.vue +++ b/src/pages/repair/repairManage/index.vue @@ -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) }