feat: 搜索直播间、用户
This commit is contained in:
@ -36,7 +36,7 @@ class NetworkImgLayer extends StatelessWidget {
|
||||
? 0
|
||||
: StyleString.imgRadius.x),
|
||||
child: CachedNetworkImage(
|
||||
imageUrl: src!,
|
||||
imageUrl: src!.startsWith('//') ? 'https:${src!}' : src!,
|
||||
width: width ?? double.infinity,
|
||||
height: height ?? double.infinity,
|
||||
alignment: Alignment.center,
|
||||
|
||||
Reference in New Issue
Block a user