From 049cb53c085fae3dd2bf0101088ada1906f7a4e4 Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Tue, 1 Apr 2025 11:20:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/user.vue | 4 ++-- subPackages/user/profile.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/user/user.vue b/pages/user/user.vue index a75bcba..8a02405 100644 --- a/pages/user/user.vue +++ b/pages/user/user.vue @@ -361,8 +361,8 @@ } .headImg { - width: 60rpx; - height: 60rpx; + width: 120rpx; + height: 120rpx; border-radius: 50%; } diff --git a/subPackages/user/profile.vue b/subPackages/user/profile.vue index 2341572..fec11dd 100644 --- a/subPackages/user/profile.vue +++ b/subPackages/user/profile.vue @@ -8,7 +8,7 @@ style="width: 80rpx;height: 80rpx;border-radius: 50%;"> - + 姓名 {{nickname}} @@ -210,7 +210,7 @@ birthday: this.birthday }, '/api/user/profile').then(res => { console.log(res) - if (res.code == 1) { + if (res.code == 1 || res.code == 200) { uni.showModal({ title: '提示', content: res.msg,