From a0b51c8e9f9bfd2740d4d6c2adac3ecde0b24e54 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com>
Date: Thu, 16 Oct 2025 15:41:37 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=AA=E4=BA=BA=E4=B8=AD?=
=?UTF-8?q?=E5=BF=83=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/user/index.css | 12 +++++++++++-
pages/user/index.vue | 28 ++++++++++++++++------------
2 files changed, 27 insertions(+), 13 deletions(-)
diff --git a/pages/user/index.css b/pages/user/index.css
index b6a652dc..00149fe7 100644
--- a/pages/user/index.css
+++ b/pages/user/index.css
@@ -62,7 +62,17 @@ page {
pointer-events: auto;
}
-.avatar_setting>image {
+.avatar_setting_box{
+ width: 70rpx;
+ height: 50rpx;
+ overflow: hidden;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ margin: 0 5rpx;
+}
+
+.avatar_setting_box image {
width: 34rpx;
height: 34rpx;
}
diff --git a/pages/user/index.vue b/pages/user/index.vue
index 1b846ddd..c4bd5921 100644
--- a/pages/user/index.vue
+++ b/pages/user/index.vue
@@ -10,21 +10,25 @@
{{ userInfo.nick_name ? userInfo.nick_name : '登录/注册' }}
-
-
-
+
+
+
+
+
+
+
{{ userInfo.mobile }}
-
+
{{ userInfo.points }}
积分
@@ -32,7 +36,7 @@
0.00
繁华币
-
+
{{ userInfo.property_housing_fund }}元
物业费公积金
@@ -113,7 +117,7 @@
-
+
功能服务
@@ -267,7 +271,7 @@ export default {
},
methods: {
- goWallet(type,item) {
+ goWallet(type, item) {
NavgateTo('/packages/user/wallet/index?type=' + type + '&item=' + JSON.stringify(item));
},
// 头像点击