From a75efdfbe81a0320c8e602c5d2b4791fa66caa8d Mon Sep 17 00:00:00 2001 From: woody Date: Sat, 14 Jun 2025 10:06:15 +0800 Subject: [PATCH] =?UTF-8?q?feat(mine):=20=E6=88=91=E7=9A=84=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/index.vue | 155 +++++++++++++++++++++---------------------- 1 file changed, 75 insertions(+), 80 deletions(-) diff --git a/pages/mine/index.vue b/pages/mine/index.vue index 6614cc2..b53ff68 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -25,15 +25,13 @@ style="margin-left: 20rpx" class="level_tag level_tag--primary" > - - 会员等级 {{ userInfo.pkGradeVal || '-' }} - + 荣誉奖衔 @@ -180,7 +178,80 @@ - + + + + {{ '市场动态' }} + + + + + + 总业绩 + + {{ + formattedTotalSumPv.integer + }} + {{ + formattedTotalSumPv.decimal + }} + + + + + 小区业绩 + + {{ + formattedSmallAreaPv.integer + }} + {{ + formattedSmallAreaPv.decimal + }} + + + + + + + + + + + 总盒数 + + {{ + formattedTotalBox.integer + }} + + + + + + 小区盒数 + + {{ + formattedSmallAreaBox.integer + }} + + + + + + + + + + {{ '我的订单' }} @@ -261,81 +332,6 @@ - - - - {{ '市场动态' }} - - - - - - 总业绩 - - {{ - formattedTotalSumPv.integer - }} - {{ - formattedTotalSumPv.decimal - }} - - - - - 小区业绩 - - {{ - formattedSmallAreaPv.integer - }} - {{ - formattedSmallAreaPv.decimal - }} - - - - - - - - - - - 总盒数 - - {{ - formattedTotalBox.integer - }} - - - - - - 小区盒数 - - {{ - formattedSmallAreaBox.integer - }} - - - - - - - - - - -