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));
},
// 头像点击