From 31e719ba07275f1fba0a7f6e0013f1c714b85f5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=B3=E6=B8=85=E7=88=BD?= Date: Mon, 24 Mar 2025 17:21:32 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=A7=81=E5=9F=9F=E6=93=8D=E7=9B=98?= =?UTF-8?q?=E6=89=8B=E3=80=91=20=E6=93=8D=E7=9B=98=E6=89=8B=E7=AB=AFUI=20-?= =?UTF-8?q?=20=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cunkebao/pages/index/index.vue | 2 +- Cunkebao/pages/profile/index.vue | 98 +++++++++++++------------ Cunkebao/static/images/icons/logout.svg | 15 ++++ 3 files changed, 68 insertions(+), 47 deletions(-) create mode 100644 Cunkebao/static/images/icons/logout.svg diff --git a/Cunkebao/pages/index/index.vue b/Cunkebao/pages/index/index.vue index 3802e58b..a63cf7b7 100644 --- a/Cunkebao/pages/index/index.vue +++ b/Cunkebao/pages/index/index.vue @@ -4,7 +4,7 @@ 存客宝 - + diff --git a/Cunkebao/pages/profile/index.vue b/Cunkebao/pages/profile/index.vue index 8ae4d418..ded95cd7 100644 --- a/Cunkebao/pages/profile/index.vue +++ b/Cunkebao/pages/profile/index.vue @@ -4,8 +4,8 @@ 我的 - - + + @@ -24,9 +24,9 @@ 卡若 - - - 编辑资料 + + 编辑资料 + @@ -34,40 +34,36 @@ - 设备管理 - + - 微信号管理 - + - 流量池 - + - 内容库 - + - + 退出登录 @@ -103,7 +99,7 @@ export default { console.log('获取用户信息'); // 示例数据,实际应从API获取 this.userInfo = { - avatar: null, // 设置为 null,使用默认图标 + avatar: 'https://images.unsplash.com/photo-1568602471122-7832951cc4c5?w=400&h=400&auto=format&fit=crop', username: '卡若', account: '84675209' }; @@ -162,23 +158,29 @@ export default { \ No newline at end of file diff --git a/Cunkebao/static/images/icons/logout.svg b/Cunkebao/static/images/icons/logout.svg new file mode 100644 index 00000000..bb76ebf5 --- /dev/null +++ b/Cunkebao/static/images/icons/logout.svg @@ -0,0 +1,15 @@ + + + + + + + + \ No newline at end of file