From 1fccecc01b5d346d72fb3feea9302f4f043f4465 Mon Sep 17 00:00:00 2001 From: woody Date: Sat, 12 Jul 2025 11:32:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(mine):=20=E7=A7=BB=E9=99=A4=E5=B8=82?= =?UTF-8?q?=E5=9C=BA=E5=8A=A8=E6=80=81=E5=8F=8A=E7=9B=92=E6=95=B0=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/index.vue | 111 +------------------------------------------ 1 file changed, 2 insertions(+), 109 deletions(-) diff --git a/pages/mine/index.vue b/pages/mine/index.vue index 08921d6..b90d6f4 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -52,113 +52,6 @@ - - - - - {{ userInfo.pkGradeVal || '-' }} - 会员等级 - - - - - - - - {{ '市场动态' }} - - - - - - 总业绩 - - {{ - formattedTotalSumPv.integer - }} - {{ - formattedTotalSumPv.decimal - }} - - - - - 小区业绩 - - {{ - formattedSmallAreaPv.integer - }} - {{ - formattedSmallAreaPv.decimal - }} - - - - - - - - - - - 总盒数 - - {{ - formattedTotalBox.integer - }} - - - - - - 小区盒数 - - {{ - formattedSmallAreaBox.integer - }} - - - - - - - - - - {{ '我的订单' }} @@ -876,7 +769,7 @@ export default { box-shadow: 0px 4px 20px 0px rgba(204, 204, 204, 0.4); border-radius: 20rpx; padding: 0 20rpx; - margin-top: 20rpx; + margin-top: 40rpx; .my_title { display: flex; @@ -1178,7 +1071,7 @@ export default { } .btnbox { - margin-top: 30rpx; + margin-top: 190rpx; padding: 20rpx 22rpx 150rpx 22rpx; }