From 67e7df9f96667f1bf7150a0f92ca35c4fc36cba5 Mon Sep 17 00:00:00 2001 From: wyf <494641114@qq.com> Date: Tue, 18 Nov 2025 11:16:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/main_bottom/mine_page.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pages/main_bottom/mine_page.dart b/lib/pages/main_bottom/mine_page.dart index 3a30998..33dc313 100644 --- a/lib/pages/main_bottom/mine_page.dart +++ b/lib/pages/main_bottom/mine_page.dart @@ -150,7 +150,7 @@ class _MinePageState extends State { userInfoController.model .user!.avatar!.isEmpty ? Image.asset( - "assets/img/avatar.png", + "assets/img/avatar.jpg", fit: BoxFit.cover, ) : Image.network( @@ -159,7 +159,7 @@ class _MinePageState extends State { fit: BoxFit.cover, )) : Image.asset( - "assets/img/avatar.png", + "assets/img/avatar.jpg", fit: BoxFit.cover, ), // child: login == 1