From f53420e9d61d6ad71e6fb8761e7684a950db3de7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Thu, 30 Mar 2023 22:09:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=88=97=E8=A1=A8=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/get/index.vue | 1 + src/pages/order/order.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/pages/get/index.vue b/src/pages/get/index.vue index a6bbc10..804ee58 100644 --- a/src/pages/get/index.vue +++ b/src/pages/get/index.vue @@ -153,6 +153,7 @@ export default { currentTab.list = []; uni.pageScrollTo({ scrollTop: 0, + duration: 0, }); this.loadData(); }, diff --git a/src/pages/order/order.vue b/src/pages/order/order.vue index 90b98d0..1621013 100644 --- a/src/pages/order/order.vue +++ b/src/pages/order/order.vue @@ -141,6 +141,7 @@ export default { currentTab.list = []; uni.pageScrollTo({ scrollTop: 0, + duration: 0, }); this.loadData(); },