From 1af3313e81fe8e9fe0ca18547dd1fa5901aa58ed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=A6=86=E9=92=B1=E8=90=BD=E5=B0=BD=E6=A7=BF=E8=8A=B1?=
=?UTF-8?q?=E7=A8=80?= <2675540038@qq.com>
Date: Sat, 14 Jun 2025 09:12:12 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9UI?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
packageA/my/person-detail.vue | 33 +++++++++++++++++++++------------
pages/center/index.vue | 12 ++++++------
2 files changed, 27 insertions(+), 18 deletions(-)
diff --git a/packageA/my/person-detail.vue b/packageA/my/person-detail.vue
index 9016dc0..ce2d1a2 100644
--- a/packageA/my/person-detail.vue
+++ b/packageA/my/person-detail.vue
@@ -9,8 +9,12 @@
头像设置
-
-
+
+
+
+
+
+
@@ -18,10 +22,12 @@
昵称设置
-
- {{niName}}
-
+
+ {{niName}}
+
+
+
+
@@ -29,10 +35,12 @@
签名
-
- {{signature}}
-
+
+ {{signature}}
+
+
+
+
@@ -597,8 +605,8 @@
justify-content: space-between;
font-size: 30rpx;
color: #181818;
- height: 105rpx;
- line-height: 105rpx;
+ height: 110rpx;
+ line-height: 110rpx;
border-bottom: 1rpx solid #f5f6fa;
.right {
@@ -606,6 +614,7 @@
align-items: center;
font-size: 30rpx;
color: #202020;
+ gap: 10rpx;
}
}
}
diff --git a/pages/center/index.vue b/pages/center/index.vue
index bd323dd..d949bd2 100644
--- a/pages/center/index.vue
+++ b/pages/center/index.vue
@@ -45,9 +45,8 @@
style="width: 44rpx;height: 44rpx;padding-right: 8rpx;" />
集合地点
-
-
+
+ {{form.address==''?'请填写地址':form.address}}
@@ -65,9 +64,10 @@
style="width: 44rpx;height: 44rpx;padding-right: 8rpx;" />
活动时间
-
-
+
+
+ {{form.time==''?'请选择活动时间':form.time}}