xxe 2 years ago
parent
commit
37ef937099
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      HKCardOUT/Logic/Service/HKCore.cs
  2. +2
    -2
      HKCardOUT/Views/AdWindow.xaml

+ 1
- 1
HKCardOUT/Logic/Service/HKCore.cs View File

@@ -261,7 +261,7 @@ namespace HKCardOUT.Logic.Service
.WhereIF(screen == 0, t => t.Location == "3" || t.Location == "4")
.WhereIF(screen == 1, t => t.Location == "1" || t.Location == "2")
.WhereIF(screen == 2, t => t.Location == "5" || t.Location == "6")
.OrderByDescending(t => t.CreateTime).ToPageList(0, 10);
.OrderByDescending(t => t.CreateTime).ToPageList(0, 6);
return data;
}
}


+ 2
- 2
HKCardOUT/Views/AdWindow.xaml View File

@@ -10,10 +10,10 @@
d:DataContext="{d:DesignInstance Type=viewModels:AdWindowViewModel}"
WindowStyle="None"
mc:Ignorable="d">
<Grid>
<Grid Name="gr">
<Grid.RowDefinitions>
<RowDefinition />
<RowDefinition Height=".2*" />
<RowDefinition Height=".1*" />
</Grid.RowDefinitions>
<view2:WebView2 x:Name="view2" />
<Grid Grid.Row="1">


Loading…
Cancel
Save