This commit is contained in:
guozhigq
2023-07-26 22:04:56 +08:00
parent 5b46123f3f
commit ca12be5373
19 changed files with 311 additions and 215 deletions

View File

@ -63,7 +63,9 @@ class NetworkImgLayer extends StatelessWidget {
height: height ?? double.infinity,
child: Center(
child: Image.asset(
'assets/images/loading.png',
type == 'avatar'
? 'assets/images/noface.jpeg'
: 'assets/images/loading.png',
width: 300,
height: 300,
)),