更新20260316

This commit is contained in:
GukSang.Jin
2026-03-16 15:38:08 +08:00
parent 5b7238befa
commit 54b3448e31
16 changed files with 1132 additions and 30 deletions

View File

@@ -813,20 +813,38 @@
<!-- 二维码 -->
<Border Background="#F5F5F5"
Width="220"
Height="220"
Width="260"
Height="260"
CornerRadius="15"
HorizontalAlignment="Center"
Margin="0,0,0,18"
BorderBrush="#E0E0E0"
BorderThickness="2">
<Image Source="/Images/qrcode.png"
<Image Source="{Binding PaymentQrCodeImage}"
Stretch="Uniform"
Margin="10"/>
</Border>
<Border Background="#F5F5F5"
CornerRadius="12"
Padding="18,12"
Margin="0,0,0,18">
<StackPanel>
<TextBlock Text="{Binding PaymentStatusText}"
FontSize="16"
FontWeight="SemiBold"
Foreground="#2E7D32"
HorizontalAlignment="Center"
Margin="0,0,0,6"/>
<TextBlock Text="{Binding PaymentCountdownText, StringFormat=二维码有效期剩余 {0}}"
FontSize="14"
Foreground="#757575"
HorizontalAlignment="Center"/>
</StackPanel>
</Border>
<!-- 支付提示 -->
<TextBlock Text="请使用微信或支付宝扫描二维码"
<TextBlock Text="请使用微信扫码完成支付"
FontSize="15"
Foreground="#757575"
HorizontalAlignment="Center"
@@ -892,7 +910,7 @@
<!-- 底部状态栏 -->
<Border Grid.Row="2" Padding="30,20">
<TextBlock Text="等待支付中..."
<TextBlock Text="{Binding PaymentStatusText}"
FontSize="20"
Foreground="#558B2F"
HorizontalAlignment="Center"