This commit is contained in:
MeysamMoghaddam
2025-11-09 11:39:54 +03:30
parent 50587080b0
commit 2e5aaac095
8 changed files with 15 additions and 15 deletions

View File

@@ -136,7 +136,7 @@ public partial class Index
private async Task ShareReferralCode()
{
var shareText = $"کد دعوت من در KBS: {_userProfile.ReferralCode}\nبرای عضویت از این لینک استفاده کنید:";
var shareText = $"کد دعوت من در کارا بازار سلامت: {_userProfile.ReferralCode}\nبرای عضویت از این لینک استفاده کنید:";
try
{
@@ -144,7 +144,7 @@ public partial class Index
await JSRuntime.InvokeVoidAsync("navigator.share",
new
{
title = "کد دعوت KBS",
title = "کد دعوت کارا بازار سلامت",
text = shareText,
url = $"{Navigation.BaseUri}?ref={_userProfile.ReferralCode}"
});