From c158656fd98fadc1cf2f7adea56896b8c001ebfd Mon Sep 17 00:00:00 2001 From: santaner Date: Wed, 24 Jan 2024 19:11:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=AA=E4=BA=BA=E4=B8=BB?= =?UTF-8?q?=E9=A1=B5=E5=8F=8A=E9=92=B1=E5=8C=85=E9=A1=B5=E6=95=B0=E5=AD=97?= =?UTF-8?q?=E8=BF=87=E5=A4=9A=E9=87=8D=E5=8F=A0=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/index.vue | 8 +++++--- pages/users/user_wallet/index.vue | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/pages/user/index.vue b/pages/user/index.vue index 0bc0e33..c7bef79 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -67,14 +67,16 @@ {{brandInfo.brokerage_price || 0}} 增值积分 - + {{brandInfo.all_value || 0}} 总贡献值 + + {{brandInfo.hp_value || 0}} 生命值 @@ -773,7 +775,7 @@ width: 25%; text-align: center; .num { - font-size: 42rpx; + font-size: 36rpx; font-weight: bold; } .txt { diff --git a/pages/users/user_wallet/index.vue b/pages/users/user_wallet/index.vue index 057dca2..59fc951 100644 --- a/pages/users/user_wallet/index.vue +++ b/pages/users/user_wallet/index.vue @@ -298,7 +298,7 @@ } .my-account .wrapper .header .headerCon .cumulative .item .money { - font-size: 48rpx; + font-size: 40rpx; // font-family: 'Guildford Pro'; color: #fff; margin-top: 6rpx;