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