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 @@ 卡若 账号: 84675209 - - - 编辑资料 + + 编辑资料 + @@ -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