From cf5f6f27d45529bdfa104b5a460451245a897c9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com> Date: Fri, 3 Mar 2023 14:54:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=88=97=E8=A1=A8=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E5=90=8E=E8=BF=94=E5=9B=9E=E9=A1=B6=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/order/order.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/order/order.vue b/src/pages/order/order.vue index 85cf261..fae9e7a 100644 --- a/src/pages/order/order.vue +++ b/src/pages/order/order.vue @@ -193,6 +193,10 @@ export default { this.$nextTick(() => { this.setTabHeight(); }); + uni.pageScrollTo({ + scrollTop: 0, + duration: 100, + }); }, changeTab(e) { this.switchTab(e.detail.current);