From ae26661ab8abf1f84021bb06bea7f674fdb164a5 Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Mon, 26 Feb 2024 21:09:29 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E6=98=BE=E7=A4=BAli?= =?UTF-8?q?st-view=E9=9A=90=E8=97=8F=E5=BB=B6=E8=BF=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/list-view/list-view-multiplex.uvue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/component/list-view/list-view-multiplex.uvue b/pages/component/list-view/list-view-multiplex.uvue index 790e60ed..e72c34b5 100644 --- a/pages/component/list-view/list-view-multiplex.uvue +++ b/pages/component/list-view/list-view-multiplex.uvue @@ -43,7 +43,7 @@ //延时显示list-view 测试list-item延时显示bug setTimeout(()=>{ this.list_show = !this.list_show - }, 4000) + }, 400) }, switchItemContent() { this.displayArrow = !this.displayArrow -- GitLab