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 @@
-
-
-
- 门店商家管理
-
- 门店商家管理中心
+
+
+
+
+ 门店商家管理
+
+ 门店商家管理中心
+
-
-
- 酒道馆管理
-
- 酒道馆管理中心
-
-
-
-
-
- 烟酒店管理
-
- 烟酒店管理中心
-
-
-
-
-
-
-
- {{ item.mer ? item.mer.mer_name : '' }}
-
- {{ item.agent_type_text }}
-
+
+ 酒道馆管理
+
+ 酒道馆管理中心
+
-
-
- {{ item.agent_type_text }}
-
- {{ merItem.mer_name || '' }}
+
+
+ 烟酒店管理
+
+ 烟酒店管理中心
+
-
-
- {{ item.corporate_name || '' }}
-
- {{ tagItem || '' }}
+
+
+
+
+ {{ item.mer ? item.mer.mer_name : '' }}
+
+ {{ item.agent_type_text }}
+
+
+
+
+
+ {{ item.agent_type_text }}
+
+ {{ merItem.mer_name || '' }}
+
+
+
+
+ {{ item.corporate_name || '' }}
+
+ {{ tagItem || '' }}
+
+
-
-
+
取消
@@ -934,12 +936,12 @@
position: relative;
._list{
- height: calc(100% - 160rpx);
+ height: calc(80vh - 160rpx);
width: calc(100% - (var(--list-padding-) * 2));
position: fixed;
top: var(--list-padding-);
left: var(--list-padding-);
- overflow-y: auto;
+ overflow: auto;
._list-item{
width: 100%;
background: #FFFFFF;