From 3d242031ca6ecb634739440325452e108f5c799e Mon Sep 17 00:00:00 2001 From: zyn Date: Fri, 8 Dec 2023 15:26:06 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E6=89=8B=E6=9C=BA=E7=AB=AF=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E7=BB=84=E4=BB=B6):=20=E4=BC=98=E5=8C=96=E6=9A=82?= =?UTF-8?q?=E6=97=A0=E6=95=B0=E6=8D=AE=E6=98=BE=E7=A4=BA=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/hzwlComponents/phone/PhoneScroll.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/hzwlComponents/phone/PhoneScroll.vue b/src/components/hzwlComponents/phone/PhoneScroll.vue index 632ccc387..d351b5691 100644 --- a/src/components/hzwlComponents/phone/PhoneScroll.vue +++ b/src/components/hzwlComponents/phone/PhoneScroll.vue @@ -129,6 +129,7 @@ export default { }, watch: { data() { + this.isEmpty = false if (this.data.length === 0) { this.scrollTo(0,0) this.isEmpty = true