diff --git a/src/App.vue b/src/App.vue
index a99d936..786236e 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,6 +1,6 @@
\ No newline at end of file
diff --git a/src/pages/index/user.vue b/src/pages/index/user.vue
index 40ea2de..618e1d9 100644
--- a/src/pages/index/user.vue
+++ b/src/pages/index/user.vue
@@ -3,15 +3,15 @@
-
+
-
+
- 游泳爱好者
+ {{ userInfo.name }}
- 138****8888
+ {{ userInfo.phone || '暂无手机号' }}
@@ -22,25 +22,17 @@
-
+
- 12
+ {{ userInfo.projectCount || 0 }}
我的项目
-
-
+
- 8
- 记录数
-
-
-
-
-
- 8
+ {{ userInfo.studentCount || 0 }}
学员数
@@ -50,6 +42,7 @@