From f50f4f95337f7e004684983e88ef8a0fda6543ff Mon Sep 17 00:00:00 2001 From: Jafeng <2998840497@qq.com> Date: Tue, 3 Feb 2026 09:59:49 +0800 Subject: [PATCH 1/3] =?UTF-8?q?feat:=E4=BC=98=E5=8C=96=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/group-avatar.vue | 7 +- pages/home/article-list.vue | 76 ++++++++++++----- pages/home/consult.vue | 48 ++++++----- pages/home/customer-archive.vue | 144 +++++++++++++++++++++++--------- pages/home/home.vue | 10 ++- pages/home/team-head.vue | 33 ++++++-- pages/home/team-mate.vue | 97 ++++++++++++++------- static/home/个人基本信息bg.svg | 81 ++++++++++++++++++ static/home/健康信息bg.svg | 76 +++++++++++++++++ static/home/健康宣教.png | Bin 0 -> 75424 bytes static/home/切换团队.png | Bin 0 -> 1335 bytes static/home/右箭头-灰色.png | Bin 0 -> 483 bytes static/home/右箭头-蓝色.png | Bin 0 -> 498 bytes static/home/喇叭介绍.png | Bin 0 -> 5904 bytes static/home/女性图标.png | Bin 0 -> 947 bytes static/home/我的宣教.png | Bin 0 -> 8495 bytes static/home/我的问卷.png | Bin 0 -> 7824 bytes static/home/服务评价.png | Bin 0 -> 9750 bytes static/home/档案管理.png | Bin 0 -> 1286 bytes static/home/聊天咨询.png | Bin 0 -> 8088 bytes 20 files changed, 448 insertions(+), 124 deletions(-) create mode 100644 static/home/个人基本信息bg.svg create mode 100644 static/home/健康信息bg.svg create mode 100644 static/home/健康宣教.png create mode 100644 static/home/切换团队.png create mode 100644 static/home/右箭头-灰色.png create mode 100644 static/home/右箭头-蓝色.png create mode 100644 static/home/喇叭介绍.png create mode 100644 static/home/女性图标.png create mode 100644 static/home/我的宣教.png create mode 100644 static/home/我的问卷.png create mode 100644 static/home/服务评价.png create mode 100644 static/home/档案管理.png create mode 100644 static/home/聊天咨询.png diff --git a/components/group-avatar.vue b/components/group-avatar.vue index 6a5ede1..29dc71f 100644 --- a/components/group-avatar.vue +++ b/components/group-avatar.vue @@ -1,5 +1,5 @@