Browse Source

充值

Lishi
xxe 2 years ago
parent
commit
544db13e82
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      HKCardIN/Logic/Model/UserAndCardInfo.cs
  2. +1
    -1
      HKCardIN/Views/RootView.xaml

+ 1
- 0
HKCardIN/Logic/Model/UserAndCardInfo.cs View File

@@ -16,5 +16,6 @@ namespace HKCardIN.Logic.Model
public int CardState { get; set; }
public string Stutas => CardState == 0 ? "禁用" : (CardState == 1 ? "正常" : (CardState == 2 ? "挂失" : "作废"));
public decimal Money { get; set; }
public DateTime CreateAt { get; set; }
}
}

+ 1
- 1
HKCardIN/Views/RootView.xaml View File

@@ -203,7 +203,7 @@
FontSize="18"
Foreground="Red"
Style="{StaticResource TextBlockDefaultBold}"
Text="2021-01-01" />
Text="{Binding Info.CreateAt, StringFormat={}{0:yyyy-MM-dd}}" />
</WrapPanel>
</StackPanel>
</StackPanel>


Loading…
Cancel
Save