From e54a17decbf65cd4534585baf2fbeeda1e7d2f57 Mon Sep 17 00:00:00 2001 From: zhangqiang <657634622@qq.com> Date: Wed, 28 Jul 2021 10:51:35 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=AD=82=E5=8D=B0=E7=A9=BF=E6=88=B4?= =?UTF-8?q?=E3=80=91=E7=82=B9=E5=87=BB=E9=AD=82=E5=8D=B0=E4=B8=8D=E7=A9=BF?= =?UTF-8?q?=E6=88=B4=EF=BC=8C=E9=AD=82=E5=8D=B0=E5=9C=A8=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E4=B8=AD=E6=B6=88=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManagedResources/~Lua/Modules/SoulPrint/SoulPrintPanel.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/SoulPrint/SoulPrintPanel.lua b/Assets/ManagedResources/~Lua/Modules/SoulPrint/SoulPrintPanel.lua index 97e66d6c33..436091ca5b 100644 --- a/Assets/ManagedResources/~Lua/Modules/SoulPrint/SoulPrintPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/SoulPrint/SoulPrintPanel.lua @@ -356,7 +356,7 @@ function this.SetScrollData() this.scrollView:SetData(data,function(index,root) this.SetScrollPre(root,data[index]) list[root] = root - end) + end,true,true) if isPlayAnim then if isFristOpenTime then isFristOpenTime:Stop()