Commit 6fb78282 by wangonghui

修改bug

parent bedb9898
...@@ -25,7 +25,7 @@ namespace VIZ.TVP.CBA.Module.DayMatch ...@@ -25,7 +25,7 @@ namespace VIZ.TVP.CBA.Module.DayMatch
/// <summary> /// <summary>
/// 插件显示名称 /// 插件显示名称
/// </summary> /// </summary>
public const string PLUGIN_NAME = "今日赛程"; public const string PLUGIN_NAME = "赛程";
public void Dispose() public void Dispose()
{ {
......
...@@ -126,8 +126,8 @@ ...@@ -126,8 +126,8 @@
Command="{Binding BtnRoundCmd}" HorizontalContentAlignment="Center" Command="{Binding BtnRoundCmd}" HorizontalContentAlignment="Center"
Width="100" Height="30" IsEnabled="{Binding RoundBtnEnable,Mode=TwoWay}" /> Width="100" Height="30" IsEnabled="{Binding RoundBtnEnable,Mode=TwoWay}" />
<dx:SimpleButton Grid.Row="1" Grid.Column="1" Glyph='/VIZ.TVP.CBA.Module;component/Image/CBAPng/Prompt2525.png' FontSize="16" <!--<dx:SimpleButton Grid.Row="1" Grid.Column="1" Glyph='/VIZ.TVP.CBA.Module;component/Image/CBAPng/Prompt2525.png' FontSize="16"
Command="{Binding PromptCommand}" HorizontalContentAlignment="Center" Width="30" Height="30" /> Command="{Binding PromptCommand}" HorizontalContentAlignment="Center" Width="30" Height="30" />-->
</Grid> </Grid>
</WrapPanel> </WrapPanel>
......
...@@ -37,7 +37,7 @@ namespace VIZ.TVP.CBA.Module ...@@ -37,7 +37,7 @@ namespace VIZ.TVP.CBA.Module
roundMatchItem = 1; roundMatchItem = 1;
chooseMatchItems = new ObservableCollection<string>() { "赛程","轮次"}; chooseMatchItems = new ObservableCollection<string>() { "日期","轮次"};
RoundComEnable = false; RoundComEnable = false;
RoundBtnEnable = false; RoundBtnEnable = false;
...@@ -217,7 +217,7 @@ namespace VIZ.TVP.CBA.Module ...@@ -217,7 +217,7 @@ namespace VIZ.TVP.CBA.Module
} }
private string selectChooseMatchItem= "赛程"; private string selectChooseMatchItem= "日期";
public string SelectChooseMatchItem public string SelectChooseMatchItem
{ {
...@@ -227,14 +227,14 @@ namespace VIZ.TVP.CBA.Module ...@@ -227,14 +227,14 @@ namespace VIZ.TVP.CBA.Module
selectChooseMatchItem=value; selectChooseMatchItem=value;
this.RaisePropertyChanged(nameof(SelectChooseMatchItem)); this.RaisePropertyChanged(nameof(SelectChooseMatchItem));
if(selectChooseMatchItem == "赛程") if(selectChooseMatchItem == "日期")
{ {
RoundBtnEnable = false; RoundBtnEnable = false;
RoundComEnable = false; RoundComEnable = false;
MateDateEnable = true; MateDateEnable = true;
BtmEnable = true; BtmEnable = true;
Title = "今日赛程"; //Title = "今日赛程";
} }
else if(selectChooseMatchItem == "轮次") else if(selectChooseMatchItem == "轮次")
{ {
...@@ -243,7 +243,7 @@ namespace VIZ.TVP.CBA.Module ...@@ -243,7 +243,7 @@ namespace VIZ.TVP.CBA.Module
MateDateEnable = false; MateDateEnable = false;
BtmEnable = false; BtmEnable = false;
Title = "本轮赛程"; //Title = "本轮赛程";
} }
} }
} }
......
...@@ -20,7 +20,7 @@ namespace VIZ.TVP.CBA.Module ...@@ -20,7 +20,7 @@ namespace VIZ.TVP.CBA.Module
/// <summary> /// <summary>
/// 插件显示名称 /// 插件显示名称
/// </summary> /// </summary>
public const string PLUGIN_NAME = "MVP球员"; public const string PLUGIN_NAME = "MVP 球员数据";
public void Dispose() public void Dispose()
{ {
......
...@@ -21,7 +21,7 @@ namespace VIZ.TVP.CBA.Module ...@@ -21,7 +21,7 @@ namespace VIZ.TVP.CBA.Module
/// <summary> /// <summary>
/// 插件显示名称 /// 插件显示名称
/// </summary> /// </summary>
public const string PLUGIN_NAME = "单个球员"; public const string PLUGIN_NAME = "单球员数据";
public void Dispose() public void Dispose()
{ {
......
...@@ -21,7 +21,7 @@ namespace VIZ.TVP.CBA.Module ...@@ -21,7 +21,7 @@ namespace VIZ.TVP.CBA.Module
/// <summary> /// <summary>
/// 插件显示名称 /// 插件显示名称
/// </summary> /// </summary>
public const string PLUGIN_NAME = "球队积分排名"; public const string PLUGIN_NAME = "积分榜";
public void Dispose() public void Dispose()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment