Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
VIZ.TVP.CBA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘龙飞
VIZ.TVP.CBA
Commits
c0a72ad0
Commit
c0a72ad0
authored
Mar 17, 2023
by
wangonghui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加足球赛事界面德开发
parent
cd2b8bc2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
4 additions
and
31 deletions
+4
-31
VIZ.TVP.FTB.Module/Common/JsonModel.cs
+2
-2
VIZ.TVP.FTB.Module/FDayMatch/View/FDayMatchView.xaml
+0
-21
VIZ.TVP.FTB.Module/FDayMatch/ViewModel/FDayMatchViewModel.cs
+0
-2
VIZ.TVP.FTB.Module/FTeamStandings/View/FTeamStandingView.xaml
+1
-3
VIZ.TVP.FTB.Module/HeaderPage/View/DateHeaderView.xaml
+0
-0
VIZ.TVP.FTB.Module/HeaderPage/ViewModel/DateHeaderViewModel.cs
+0
-0
VIZ.TVP.FTB.Module/ShootPlayerRank/View/ShootPlayerRankView.xaml
+0
-3
VIZ.TVP.FTB.Module/ShootPlayerRank/ViewModel/ShootPlayerRankViewModel.cs
+1
-0
No files found.
VIZ.TVP.FTB.Module/Common/JsonModel.cs
View file @
c0a72ad0
...
...
@@ -206,9 +206,9 @@ namespace VIZ.TVP.FTB.Module
Log
.
Info
(
"序列化结束时间"
);
var
sortPlayerShoot
=
shootPlayerRanks
.
playerstats
.
Take
(
5
).
ToList
();
//
var sortPlayerShoot = shootPlayerRanks.playerstats.Take(5).ToList();
shootPlayerRanks
.
playerstats
=
sortPlayerShoot
;
//
shootPlayerRanks.playerstats = sortPlayerShoot;
});
...
...
VIZ.TVP.FTB.Module/FDayMatch/View/FDayMatchView.xaml
View file @
c0a72ad0
...
...
@@ -56,14 +56,6 @@
<dxe:TextEdit Grid.Column="1" Width="170" FontSize="16" HorizontalContentAlignment="Left"
HorizontalAlignment="Center" VerticalAlignment="Center" Text="{Binding Title,Mode=TwoWay }"></dxe:TextEdit>
<!--<TextBlock Grid.Column="2" TextBlock.TextAlignment="Center" Text="查询方式:" FontSize="16" VerticalAlignment="Center" Width="70" />
<dxe:ComboBoxEdit Grid.Column="3" Width="60" FontSize="14" ItemsSource="{Binding Path=ChooseMatchItems,Mode=TwoWay}"
SelectedItem="{Binding Path=SelectChooseMatchItem,Mode=TwoWay}" />-->
<TextBlock TextBlock.TextAlignment="Center" Text="轮次:" Width="60" Grid.Column="4" FontSize="16" VerticalAlignment="Center"/>
<dxe:ComboBoxEdit Grid.Column="5" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="16"
...
...
@@ -71,24 +63,12 @@
SelectedItem="{Binding Path=RoundMatchItem,Mode=TwoWay}" >
</dxe:ComboBoxEdit>
<!--<TextBlock TextBlock.TextAlignment="Center" Text="日期:" Width="60" Grid.Column="4" FontSize="16" VerticalAlignment="Center"/>
<dxe:DateEdit Grid.Column="5" HorizontalAlignment="Center" FontSize="16" EditValue="{Binding MatchDate,Mode=TwoWay}"
ShowToday="False" ShowClearButton="False"
VerticalAlignment="Center" MaskUseAsDisplayFormat="True"
Width="120" IsEnabled="{Binding MateDateEnable,Mode=TwoWay}">
</dxe:DateEdit>-->
<WrapPanel Grid.Row="0" Grid.Column="6" HorizontalAlignment="Center" VerticalAlignment="Center">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="110"/>
<ColumnDefinition Width="30"/>
</Grid.ColumnDefinitions>
<!--<Button Content="加载赛程" Command="{Binding BtnCmd}" HorizontalContentAlignment="Center"
Grid.Column="0" Width="100" Height="30" FontSize="14" IsEnabled="{Binding BtmEnable,Mode=TwoWay}" />-->
<Button Grid.Row="0" Grid.Column="0" Content="加载轮次" FontSize="16"
Command="{Binding BtnRoundCmd}" HorizontalContentAlignment="Center"
...
...
@@ -100,7 +80,6 @@
</Grid>
</WrapPanel>
</Grid>
</WrapPanel>
...
...
VIZ.TVP.FTB.Module/FDayMatch/ViewModel/FDayMatchViewModel.cs
View file @
c0a72ad0
...
...
@@ -55,8 +55,6 @@ namespace VIZ.TVP.FTB.Module
{
roundMatchItem
=
value
;
this
.
RaisePropertyChanged
(
nameof
(
RoundMatchItem
));
Title
=
$"意甲联赛第
{
roundMatchItem
}
轮"
;
}
}
...
...
VIZ.TVP.FTB.Module/FTeamStandings/View/FTeamStandingView.xaml
View file @
c0a72ad0
...
...
@@ -33,9 +33,7 @@
</UserControl.Resources>
<Grid >
<Grid.ColumnDefinitions>
<ColumnDefinition Width="197*"/>
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition Height="60"/>
<RowDefinition Height="*"/>
...
...
VIZ.TVP.FTB.Module/HeaderPage/View/DateHeaderView.xaml
View file @
c0a72ad0
This diff is collapsed.
Click to expand it.
VIZ.TVP.FTB.Module/HeaderPage/ViewModel/DateHeaderViewModel.cs
View file @
c0a72ad0
This diff is collapsed.
Click to expand it.
VIZ.TVP.FTB.Module/ShootPlayerRank/View/ShootPlayerRankView.xaml
View file @
c0a72ad0
...
...
@@ -33,9 +33,6 @@
</UserControl.Resources>
<Grid >
<Grid.ColumnDefinitions>
<ColumnDefinition Width="197*"/>
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition Height="60"/>
<RowDefinition Height="*"/>
...
...
VIZ.TVP.FTB.Module/ShootPlayerRank/ViewModel/ShootPlayerRankViewModel.cs
View file @
c0a72ad0
...
...
@@ -276,6 +276,7 @@ namespace VIZ.TVP.FTB.Module
#
endregion
#
region
打开更新数据时间日志
/// <summary>
/// 打开数据更新日志
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment