diff --git a/src/locales/ar.json b/src/locales/ar.json index 30c5fc8..785e100 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -127,6 +127,8 @@ "host_setting": "إعدادات المضيف", "my_agency": "وكيلي", "tips": "نصائح", + "prompt": "موجه", + "to_improve": "إكمال المعلومات", "leave_agent_tips": "يمكن للمضيف مغادرة الوكيل الحالي فقط في اليوم الأول والـ16 من كل شهر", "loading": "جار التحميل", diff --git a/src/locales/bn.json b/src/locales/bn.json index b3be323..ca8ba4e 100644 --- a/src/locales/bn.json +++ b/src/locales/bn.json @@ -127,6 +127,8 @@ "host_setting": "হোস্ট সেটিং", "my_agency": "আমার এজেন্সি", "tips": "টিপস", + "prompt": "প্রম্পট", + "to_improve": "সম্পূর্ণ করুন", "leave_agent_tips": "হোস্ট শুধুমাত্র প্রতি মাসের ১ এবং ১৬ তারিখে বর্তমান এজেন্ট ছাড়তে পারে", "loading": "লোড হচ্ছে", diff --git a/src/locales/en.json b/src/locales/en.json index e967c4c..207c97f 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -127,6 +127,8 @@ "host_setting": "Host Setting", "my_agency": "My Agency", "tips": "Tips", + "prompt": "Prompt", + "to_improve": "To improve", "leave_agent_tips": "The host can only leave the current agent on the 1st and 16th of each month", "loading": "Loading", diff --git a/src/locales/tr.json b/src/locales/tr.json index c9af486..28e52ae 100644 --- a/src/locales/tr.json +++ b/src/locales/tr.json @@ -127,6 +127,8 @@ "host_setting": "Host Ayarı", "my_agency": "Acentem", "tips": "İpuçları", + "prompt": "İstem", + "to_improve": "Bilgileri Tamamla", "leave_agent_tips": "Host sadece her ayın 1'i ve 16'sında mevcut acenteden ayrılabilir", "loading": "Yükleniyor", diff --git a/src/locales/zh.json b/src/locales/zh.json index 1bba543..9923010 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -127,6 +127,8 @@ "host_setting": "主播设置", "my_agency": "我的代理", "tips": "提示", + "prompt": "提示", + "to_improve": "去完善", "leave_agent_tips": "主播只能在每月1日和16日离开当前代理", "loading": "加载中", diff --git a/src/views/HostCenter/index.vue b/src/views/HostCenter/index.vue index 6dbc82f..42a5f60 100644 --- a/src/views/HostCenter/index.vue +++ b/src/views/HostCenter/index.vue @@ -7,7 +7,6 @@ :title="t('host_center')" color="black" style="box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); z-index: 999" - @help="goToHelp" /> @@ -191,24 +190,85 @@ + + + + +
+
+
{{ t('prompt') }}
+
+ {{ t('fill_info_tips') }} +
+
+ {{ t('card_issue_tips') }} +
+
+ {{ t('to_improve') }} +
+
+
+