feat(邀请成为BD): 标题显示问题修复

This commit is contained in:
hzj 2025-11-10 11:15:04 +08:00
parent b860c488b5
commit ddefceafd7
4 changed files with 4 additions and 1 deletions

View File

@ -106,6 +106,7 @@
"last_month": "الشهر الماضي",
"this_month": "هذا الشهر",
"invite_become_agent": "دعوة المستخدم لتصبح وكيلًا",
"invite_become_BD": "دعوة المستخدمين لتصبح BD",
"invite": "دعوة",
"invitation_submitted": "تم تقديم معلومات الدعوة بنجاح",
"agent_number": "أعضاء الوكالة",

View File

@ -106,6 +106,7 @@
"last_month": "Last month",
"this_month": "This month",
"invite_become_agent": "Invite User To Become Agent",
"invite_become_BD": "Invite User To Become BD",
"invite": "Invite",
"invitation_submitted": "Invitation information submitted successfully!",
"agent_number": "Agent number",

View File

@ -106,6 +106,7 @@
"last_month": "上个月",
"this_month": "这个月",
"invite_become_agent": "邀请用户成为代理",
"invite_become_BD": "邀请用户成为BD",
"invite": "邀请",
"invitation_submitted": "邀请信息提交成功",
"agent_number": "代理成员",

View File

@ -2,7 +2,7 @@
<div class="fullPage">
<!-- 顶部导航 -->
<GeneralHeader
:title="t('invite')"
:title="t('invite_become_BD')"
:showLanguageList="true"
color="black"
style="box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); z-index: 999"