|
|
@@ -278,7 +278,7 @@ class _MyPageState extends State < MyPage > with AutomaticKeepAliveClientMixin {
|
|
|
child: Padding(
|
|
|
padding: EdgeInsets.only(bottom: ScreenUtil.getInstance().setWidth(24), ),
|
|
|
child: ClipOval(
|
|
|
- child: Image.asset('lib/images/icon_logo.png',
|
|
|
+ child: Image.asset('lib/images/icon_avatar.png',
|
|
|
fit: BoxFit.cover,
|
|
|
width: ScreenUtil.getInstance().setWidth(120),
|
|
|
height: ScreenUtil.getInstance().setWidth(120), ),
|