From 77618951785151efc48c46432b5c9a2e4dc2a7c0 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Fri, 29 Mar 2024 10:18:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E8=BF=90=E8=90=A5?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=20-=20=E8=BA=AB=E4=BB=BD=E8=BF=87=E5=A4=9A?= =?UTF-8?q?=EF=BC=8C=E4=B8=8D=E8=83=BD=E6=BB=91=E5=8A=A8=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 6 +++ pages/agent/centerV2.vue | 12 +++++ pages/agent/invite/my_invite.vue | 84 +++++++++++++++++++++++++++++ pages/user/index.vue | 90 ++++++++++++++++---------------- 4 files changed, 148 insertions(+), 44 deletions(-) create mode 100644 pages/agent/invite/my_invite.vue diff --git a/pages.json b/pages.json index 23c51b6..f5c9072 100644 --- a/pages.json +++ b/pages.json @@ -1400,6 +1400,12 @@ "style": { "navigationBarTitleText": "订单管理" } + }, + { + "path": "invite/my_invite", + "style": { + "navigationBarTitleText": "我的邀请" + } } ] }, diff --git a/pages/agent/centerV2.vue b/pages/agent/centerV2.vue index e165ad6..5002854 100644 --- a/pages/agent/centerV2.vue +++ b/pages/agent/centerV2.vue @@ -151,6 +151,18 @@ export default { icon: 'icon-dingdanguanli', }); } + // 我的邀请 + if(['6'].includes(String(agentType))){ + menuList.push({ + title: '我的邀请', + type: 'link', + url: '/pages/agent/invite/my_invite', + icon: 'icon-yaoqing1', + }); + } + + + // 工作台 // staging_list:[ diff --git a/pages/agent/invite/my_invite.vue b/pages/agent/invite/my_invite.vue new file mode 100644 index 0000000..178bc60 --- /dev/null +++ b/pages/agent/invite/my_invite.vue @@ -0,0 +1,84 @@ + + + + + diff --git a/pages/user/index.vue b/pages/user/index.vue index df0451d..ce039b3 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -278,54 +278,56 @@ - -