From 79ad42e43cc201d856b99350880f2918cd8cca01 Mon Sep 17 00:00:00 2001 From: 18631081161 <2088094923@qq.com> Date: Thu, 29 Jan 2026 17:19:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- miniapp/pages/mine/index.vue | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/miniapp/pages/mine/index.vue b/miniapp/pages/mine/index.vue index ad196b4..b5e0ff6 100644 --- a/miniapp/pages/mine/index.vue +++ b/miniapp/pages/mine/index.vue @@ -35,7 +35,11 @@ - + + 资料审核中 + + + 您还未填写孩子的相亲资料 @@ -344,6 +348,7 @@ export default { statusBarHeight, isLoggedIn, userInfo, + userStore, interactCounts, defaultAvatar, memberIconUrl, @@ -524,6 +529,18 @@ export default { &::after { border: none; } + + &.disabled { + background: #ccc; + color: #999; + } + } +} + +// 审核中资料的样式 +.profile-card.auditing { + .tip-text { + color: #ff9800; } }