Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -189,6 +189,7 @@ class HttpUtils {
|
||||
}
|
||||
|
||||
if (resultCode.toUpperCase() == "UNLOGIN") {
|
||||
ToastUtils.showToast(msg: map['resultMsg']);
|
||||
unLoginAction?.call();
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -133,10 +133,13 @@ class _UploadImagesState extends State<UploadImages> {
|
||||
}) {
|
||||
return GestureDetector(
|
||||
onTap: () => widget.oneTap?.call(index),
|
||||
child: ClipRRect(
|
||||
borderRadius: BorderRadiusGeometry.circular(20.r),
|
||||
child: CustomerImagesNetworking(
|
||||
imageUrl: imageUrl,
|
||||
fit: widget.fit ?? BoxFit.cover,
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user