From 5604077c8119ad416f7fd8e8498ca4e5fa6af13a Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Mon, 16 Mar 2026 15:58:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=BB=E6=92=AD=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E4=B8=AD=E5=BF=83):=20=E6=96=B0=E5=A2=9E=E2=80=9C=E6=8F=90?= =?UTF-8?q?=E7=8E=B0=E2=80=9D=E6=8C=89=E9=92=AE=E5=92=8C=E2=80=9C=E8=B5=84?= =?UTF-8?q?=E6=96=99=E4=B8=8D=E8=B6=B3=E2=80=9D=E6=8F=90=E9=86=92=E5=BC=B9?= =?UTF-8?q?=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/ar.json | 2 + src/locales/bn.json | 2 + src/locales/en.json | 2 + src/locales/tr.json | 2 + src/locales/zh.json | 2 + src/views/HostCenter/index.vue | 205 ++++++++++++++++++++++++++------- 6 files changed, 176 insertions(+), 39 deletions(-) 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('transfer') }} {{ t('withdraw') }} + + + + + + + {{ t('prompt') }} + + {{ t('fill_info_tips') }} + + + {{ t('card_issue_tips') }} + + + {{ t('to_improve') }} + + + +