更新
This commit is contained in:
@@ -467,7 +467,7 @@
|
||||
Foreground="#1B5E20"
|
||||
HorizontalAlignment="Center"
|
||||
Margin="0,0,0,6"/>
|
||||
<TextBlock Text="{Binding SelectedPackage.DisplaySummary}"
|
||||
<TextBlock Text="{Binding SelectedPackage.DisplaySummary, Mode=OneWay}"
|
||||
FontSize="14"
|
||||
Foreground="#33691E"
|
||||
HorizontalAlignment="Center"
|
||||
@@ -475,7 +475,7 @@
|
||||
Margin="0,0,0,4"/>
|
||||
<TextBlock HorizontalAlignment="Center">
|
||||
<Run Text="支付金额 ¥" Foreground="#2E7D32" FontSize="14"/>
|
||||
<Run Text="{Binding SelectedPackage.DisplayPrice}" Foreground="#2E7D32" FontSize="16" FontWeight="Bold"/>
|
||||
<Run Text="{Binding SelectedPackage.DisplayPrice, Mode=OneWay}" Foreground="#2E7D32" FontSize="16" FontWeight="Bold"/>
|
||||
</TextBlock>
|
||||
</StackPanel>
|
||||
</Border>
|
||||
@@ -741,7 +741,7 @@
|
||||
<TextBlock HorizontalAlignment="Center"
|
||||
Foreground="White">
|
||||
<Run Text="¥" FontSize="28" FontWeight="Bold"/>
|
||||
<Run Text="{Binding DisplayPrice}" FontSize="42" FontWeight="Bold"/>
|
||||
<Run Text="{Binding DisplayPrice, Mode=OneWay}" FontSize="42" FontWeight="Bold"/>
|
||||
</TextBlock>
|
||||
</Border>
|
||||
</Grid>
|
||||
@@ -829,7 +829,7 @@
|
||||
HorizontalAlignment="Center"
|
||||
Margin="0,0,0,12"/>
|
||||
|
||||
<TextBlock Text="{Binding SelectedPackage.DisplaySummary}"
|
||||
<TextBlock Text="{Binding SelectedPackage.DisplaySummary, Mode=OneWay}"
|
||||
FontSize="15"
|
||||
Foreground="#5D4037"
|
||||
HorizontalAlignment="Center"
|
||||
@@ -852,7 +852,7 @@
|
||||
Foreground="#FF6F00"
|
||||
FontSize="28"
|
||||
FontWeight="Bold"/>
|
||||
<Run Text="{Binding SelectedPackage.DisplayPrice}"
|
||||
<Run Text="{Binding SelectedPackage.DisplayPrice, Mode=OneWay}"
|
||||
Foreground="#FF6F00"
|
||||
FontSize="44"
|
||||
FontWeight="Bold"/>
|
||||
|
||||
Reference in New Issue
Block a user