Commit 6fb78282 by wangonghui

修改bug

parent bedb9898
......@@ -25,7 +25,7 @@ namespace VIZ.TVP.CBA.Module.DayMatch
/// <summary>
/// 插件显示名称
/// </summary>
public const string PLUGIN_NAME = "今日赛程";
public const string PLUGIN_NAME = "赛程";
public void Dispose()
{
......
......@@ -126,8 +126,8 @@
Command="{Binding BtnRoundCmd}" HorizontalContentAlignment="Center"
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"
Command="{Binding PromptCommand}" HorizontalContentAlignment="Center" Width="30" Height="30" />
<!--<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" />-->
</Grid>
</WrapPanel>
......
......@@ -37,7 +37,7 @@ namespace VIZ.TVP.CBA.Module
roundMatchItem = 1;
chooseMatchItems = new ObservableCollection<string>() { "赛程","轮次"};
chooseMatchItems = new ObservableCollection<string>() { "日期","轮次"};
RoundComEnable = false;
RoundBtnEnable = false;
......@@ -217,7 +217,7 @@ namespace VIZ.TVP.CBA.Module
}
private string selectChooseMatchItem= "赛程";
private string selectChooseMatchItem= "日期";
public string SelectChooseMatchItem
{
......@@ -227,14 +227,14 @@ namespace VIZ.TVP.CBA.Module
selectChooseMatchItem=value;
this.RaisePropertyChanged(nameof(SelectChooseMatchItem));
if(selectChooseMatchItem == "赛程")
if(selectChooseMatchItem == "日期")
{
RoundBtnEnable = false;
RoundComEnable = false;
MateDateEnable = true;
BtmEnable = true;
Title = "今日赛程";
//Title = "今日赛程";
}
else if(selectChooseMatchItem == "轮次")
{
......@@ -243,7 +243,7 @@ namespace VIZ.TVP.CBA.Module
MateDateEnable = false;
BtmEnable = false;
Title = "本轮赛程";
//Title = "本轮赛程";
}
}
}
......
......@@ -20,7 +20,7 @@ namespace VIZ.TVP.CBA.Module
/// <summary>
/// 插件显示名称
/// </summary>
public const string PLUGIN_NAME = "MVP球员";
public const string PLUGIN_NAME = "MVP 球员数据";
public void Dispose()
{
......
......@@ -21,7 +21,7 @@ namespace VIZ.TVP.CBA.Module
/// <summary>
/// 插件显示名称
/// </summary>
public const string PLUGIN_NAME = "单个球员";
public const string PLUGIN_NAME = "单球员数据";
public void Dispose()
{
......
......@@ -21,7 +21,7 @@ namespace VIZ.TVP.CBA.Module
/// <summary>
/// 插件显示名称
/// </summary>
public const string PLUGIN_NAME = "球队积分排名";
public const string PLUGIN_NAME = "积分榜";
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