feat(邀请成为BD): 标题显示问题修复
This commit is contained in:
parent
b860c488b5
commit
ddefceafd7
@ -106,6 +106,7 @@
|
|||||||
"last_month": "الشهر الماضي",
|
"last_month": "الشهر الماضي",
|
||||||
"this_month": "هذا الشهر",
|
"this_month": "هذا الشهر",
|
||||||
"invite_become_agent": "دعوة المستخدم لتصبح وكيلًا",
|
"invite_become_agent": "دعوة المستخدم لتصبح وكيلًا",
|
||||||
|
"invite_become_BD": "دعوة المستخدمين لتصبح BD",
|
||||||
"invite": "دعوة",
|
"invite": "دعوة",
|
||||||
"invitation_submitted": "تم تقديم معلومات الدعوة بنجاح",
|
"invitation_submitted": "تم تقديم معلومات الدعوة بنجاح",
|
||||||
"agent_number": "أعضاء الوكالة",
|
"agent_number": "أعضاء الوكالة",
|
||||||
|
|||||||
@ -106,6 +106,7 @@
|
|||||||
"last_month": "Last month",
|
"last_month": "Last month",
|
||||||
"this_month": "This month",
|
"this_month": "This month",
|
||||||
"invite_become_agent": "Invite User To Become Agent",
|
"invite_become_agent": "Invite User To Become Agent",
|
||||||
|
"invite_become_BD": "Invite User To Become BD",
|
||||||
"invite": "Invite",
|
"invite": "Invite",
|
||||||
"invitation_submitted": "Invitation information submitted successfully!",
|
"invitation_submitted": "Invitation information submitted successfully!",
|
||||||
"agent_number": "Agent number",
|
"agent_number": "Agent number",
|
||||||
|
|||||||
@ -106,6 +106,7 @@
|
|||||||
"last_month": "上个月",
|
"last_month": "上个月",
|
||||||
"this_month": "这个月",
|
"this_month": "这个月",
|
||||||
"invite_become_agent": "邀请用户成为代理",
|
"invite_become_agent": "邀请用户成为代理",
|
||||||
|
"invite_become_BD": "邀请用户成为BD",
|
||||||
"invite": "邀请",
|
"invite": "邀请",
|
||||||
"invitation_submitted": "邀请信息提交成功",
|
"invitation_submitted": "邀请信息提交成功",
|
||||||
"agent_number": "代理成员",
|
"agent_number": "代理成员",
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
<div class="fullPage">
|
<div class="fullPage">
|
||||||
<!-- 顶部导航 -->
|
<!-- 顶部导航 -->
|
||||||
<GeneralHeader
|
<GeneralHeader
|
||||||
:title="t('invite')"
|
:title="t('invite_become_BD')"
|
||||||
:showLanguageList="true"
|
:showLanguageList="true"
|
||||||
color="black"
|
color="black"
|
||||||
style="box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); z-index: 999"
|
style="box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); z-index: 999"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user