xxe 2 年之前
父節點
當前提交
37ef937099
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. +1
    -1
      HKCardOUT/Logic/Service/HKCore.cs
  2. +2
    -2
      HKCardOUT/Views/AdWindow.xaml

+ 1
- 1
HKCardOUT/Logic/Service/HKCore.cs 查看文件

@@ -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 查看文件

@@ -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…
取消
儲存