From 3e3399c1ed3b898b525a1dcfa28181c539580839 Mon Sep 17 00:00:00 2001 From: woody Date: Thu, 19 Jun 2025 16:35:50 +0800 Subject: [PATCH] =?UTF-8?q?feat(mine):=20=E6=B7=BB=E5=8A=A0=E5=88=86?= =?UTF-8?q?=E7=BA=A2=E5=A5=96=E8=A1=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/index.vue | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/pages/mine/index.vue b/pages/mine/index.vue index 01288a0..cb010fb 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -30,12 +30,18 @@ userInfo.pkMaxAwardsVal || userInfo.pkAwardsVal || '无' }} - - - 当月奖衔: - {{ - userInfo.pkAwardsVal || '无' - }} + + + + 当月奖衔: + {{ + userInfo.pkAwardsVal || '无' + }} + + + 分红奖衔: + {{ userInfo.pkRangeAwardsVal }} + @@ -1017,7 +1023,7 @@ export default { padding: 40rpx 0; color: #ffffff; position: relative; - padding-bottom: 30rpx; // Add some bottom padding + padding-bottom: 0; // Add some bottom padding } .user-info-wrapper { @@ -1290,6 +1296,7 @@ export default { box-shadow: 0rpx 6rpx 24rpx rgba(0, 0, 0, 0.06); border-radius: 24rpx; padding: 20rpx; + margin-top: 20rpx; } .info-grid {