|
|
@ -321,6 +321,7 @@ class _EditInfoPageState extends State<EditInfoPage> { |
|
|
File(controller.avatarLocalPath.value), |
|
|
File(controller.avatarLocalPath.value), |
|
|
width: 85.w, |
|
|
width: 85.w, |
|
|
height: 85.w, |
|
|
height: 85.w, |
|
|
|
|
|
fit: BoxFit.cover, |
|
|
) : (controller.userData.value?.profilePhoto?.isNotEmpty ?? false) ? CachedNetworkImage( |
|
|
) : (controller.userData.value?.profilePhoto?.isNotEmpty ?? false) ? CachedNetworkImage( |
|
|
imageUrl: "${controller.userData.value?.profilePhoto ?? ""}?x-oss-process=image/format,webp/resize,w_170", |
|
|
imageUrl: "${controller.userData.value?.profilePhoto ?? ""}?x-oss-process=image/format,webp/resize,w_170", |
|
|
width: 85.w, |
|
|
width: 85.w, |
|
|
@ -330,6 +331,7 @@ class _EditInfoPageState extends State<EditInfoPage> { |
|
|
Assets.imagesUserAvatar, |
|
|
Assets.imagesUserAvatar, |
|
|
width: 85.w, |
|
|
width: 85.w, |
|
|
height: 85.w, |
|
|
height: 85.w, |
|
|
|
|
|
fit: BoxFit.cover, |
|
|
), |
|
|
), |
|
|
), |
|
|
), |
|
|
), |
|
|
), |
|
|
|