diff --git a/mini-program/src/pages/main/MineView.vue b/mini-program/src/pages/main/MineView.vue
index 72e14f0..3ba902e 100644
--- a/mini-program/src/pages/main/MineView.vue
+++ b/mini-program/src/pages/main/MineView.vue
@@ -3,12 +3,6 @@
-
-
- 个人中心
-
-
-
@@ -44,36 +38,28 @@
{{ profile.zodiac || '未设置' }}
- ◉
- MBTI
- {{ profile.mbti || '未设置' }}
-
-
◻
职业
{{ profile.profession || '未设置' }}
-
-
-
📍
城市
{{ profile.city || '未设置' }}
-
+
🏢
行业
{{ profile.industry || '未设置' }}
-
+
+
+
+
🏗
公司
{{ profile.company || '未设置' }}
-
-
-
🎂
生日
@@ -278,7 +264,6 @@ const terminateLifeHarmony = () => {
background-position: 60rpx 20rpx, 120rpx 100rpx;
}
-.profile-topbar,
.stats-grid,
.menu-item {
position: relative;
@@ -287,21 +272,6 @@ const terminateLifeHarmony = () => {
align-items: center;
}
-.profile-topbar {
- height: 68rpx;
- justify-content: space-between;
-}
-
-.top-placeholder {
- width: 72rpx;
-}
-
-.page-title {
- font-size: 34rpx;
- font-weight: 500;
- letter-spacing: 4rpx;
-}
-
.avatar-stage {
position: relative;
z-index: 1;
@@ -445,7 +415,7 @@ const terminateLifeHarmony = () => {
.profile-grid {
display: grid;
- grid-template-columns: repeat(3, 1fr);
+ grid-template-columns: repeat(4, 1fr);
margin-bottom: 24rpx;
}