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; } }