fix:【开锁页-图标线上环境应是绿色图标,现为黑色。另消息提醒应显示】
This commit is contained in:
parent
1dd9da1bef
commit
fae8e9872f
@ -1262,16 +1262,13 @@ class _LockDetailPageState extends State<LockDetailPage>
|
|||||||
SizedBox(
|
SizedBox(
|
||||||
width: 42.w,
|
width: 42.w,
|
||||||
height: 42.h,
|
height: 42.h,
|
||||||
child: FlavorsImg(
|
child: Image.asset(iconUrl,
|
||||||
black: true,
|
width: 42.w,
|
||||||
child: Image.asset(iconUrl,
|
height: 42.w,
|
||||||
width: 42.w,
|
color: bottomBtnisEable
|
||||||
height: 42.w,
|
? AppColors.mainColor
|
||||||
color: bottomBtnisEable
|
: AppColors.lockDetailBottomBtnUneable,
|
||||||
? AppColors.mainColor
|
fit: BoxFit.fitWidth),
|
||||||
: AppColors.lockDetailBottomBtnUneable,
|
|
||||||
fit: BoxFit.fitWidth),
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
SizedBox(height: 5.h),
|
SizedBox(height: 5.h),
|
||||||
Expanded(
|
Expanded(
|
||||||
@ -1295,16 +1292,13 @@ class _LockDetailPageState extends State<LockDetailPage>
|
|||||||
SizedBox(
|
SizedBox(
|
||||||
width: 42.w,
|
width: 42.w,
|
||||||
height: 42.w,
|
height: 42.w,
|
||||||
child: FlavorsImg(
|
child: Image.asset(iconUrl,
|
||||||
black: true,
|
width: 42.w,
|
||||||
child: Image.asset(iconUrl,
|
height: 42.w,
|
||||||
width: 42.w,
|
color: bottomBtnisEable
|
||||||
height: 42.w,
|
? AppColors.mainColor
|
||||||
color: bottomBtnisEable
|
: AppColors.lockDetailBottomBtnUneable,
|
||||||
? AppColors.mainColor
|
fit: BoxFit.fitWidth),
|
||||||
: AppColors.lockDetailBottomBtnUneable,
|
|
||||||
fit: BoxFit.fitWidth),
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
SizedBox(height: 15.h),
|
SizedBox(height: 15.h),
|
||||||
Text(
|
Text(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user