diff --git a/pagesA/edit-profile/edit-profile.vue b/pagesA/edit-profile/edit-profile.vue
index 7caedbc..5b9be08 100644
--- a/pagesA/edit-profile/edit-profile.vue
+++ b/pagesA/edit-profile/edit-profile.vue
@@ -1,460 +1,472 @@
-
-
-
-
-
- 头像
-
-
-
-
-
-
-
-
- 用户名
-
- {{ userInfo.username }}
-
-
-
-
-
-
- 电话
-
- {{ userInfo.phone }}
-
-
-
-
-
-
- 邮箱
-
- {{ userInfo.email }}
-
-
-
-
-
-
-
-
-
+
+
+
+ 头像
+
+
+
+
+
+
+
+
+ 用户名
+
+ {{ userInfo.username }}
+
+
+
+
+
+
+ 电话
+
+ {{ userInfo.phone }}
+
+
+
+
+
+
+ 邮箱
+
+ {{ userInfo.email }}
+
+
+
+
+
+
+
+
+
-
-
- 用户协议
-
-
-
-
-
-
-
- 关于我们
-
-
-
-
-
-
-
-
-
- 退出登陆
-
-
-
-
-
-
-
- 编辑{{
+
+
+ 用户协议
+
+
+
+
+
+
+
+ 关于我们
+
+
+
+
+
+
+
+
+
+ 退出登陆
+
+
+
+
+
+
+
+ 编辑{{
editType === "username"
? "用户名"
: editType === "phone"
? "电话"
- : "邮箱"
+ : editType === 'email' ? "邮箱" : ''
}}
-
-
-
- 取消
- 保存
-
-
-
-
-
-
-
+ "
+ border="bottom"
+ clearable
+ >
+
+ 取消
+ 保存
+
+
+
+
+
+
+
\ No newline at end of file