xxe 2 years ago
parent
commit
c179671932
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      HKCardOUT/ViewModels/RootViewModel.cs

+ 1
- 1
HKCardOUT/ViewModels/RootViewModel.cs View File

@@ -33,7 +33,7 @@ namespace HKCardOUT.ViewModels
ThreadManage.GetInstance().Start(() =>
{
Result = new ObservableCollection<SaleLog>(this.Container.Get<HKCore>().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


Loading…
Cancel
Save