From b34744f5bb68ed1ba7d1dd5251298a42e4aaaf9c Mon Sep 17 00:00:00 2001 From: 叶富雄 <yefuxiong@yeah.net> Date: Sat, 14 Mar 2026 02:09:50 +0800 Subject: [PATCH] ui --- pages/profile/profile.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/profile/profile.vue b/pages/profile/profile.vue index 46f0e01..c2f61bd 100644 --- a/pages/profile/profile.vue +++ b/pages/profile/profile.vue @@ -6,7 +6,7 @@ <view class="profile-item"> <text class="label">头像(点击更换)</text> <view class="" @tap="setImg"> - <image :src="$baseUrl + userInfo.avatar" ></image> + <image :src="$baseUrl + userInfo.avatar" mode=""></image> </view> </view> <view class="profile-item"> -- Gitblit v1.9.3