From c1796719320a4673fff45d6fd1a71e7fb7654709 Mon Sep 17 00:00:00 2001 From: xxe Date: Fri, 23 Sep 2022 12:27:26 +0800 Subject: [PATCH] 1 --- HKCardOUT/ViewModels/RootViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HKCardOUT/ViewModels/RootViewModel.cs b/HKCardOUT/ViewModels/RootViewModel.cs index ac4d6bf..291976b 100644 --- a/HKCardOUT/ViewModels/RootViewModel.cs +++ b/HKCardOUT/ViewModels/RootViewModel.cs @@ -33,7 +33,7 @@ namespace HKCardOUT.ViewModels ThreadManage.GetInstance().Start(() => { Result = new ObservableCollection(this.Container.Get().PullDaySaleLog()); - Thread.Sleep(3000); + Thread.Sleep(500); }, "消费记录查询"); //广告初始化 var Init = DataBus.StoreInfo?.Devices.Join(DataBus.StoreInfo?.Stalls, t => t.GateId, x => x.Id, (t, x) => new AdDTO