@code{ /// /// 显示签名界面 /// bool ShowHandwritten { get; set; } = false; /// /// 签名Base64 /// public string? DrawBase64 { get; set; } }