fix:增加跳过配网流程
This commit is contained in:
parent
f6f10f1bcd
commit
86854e8f3f
@ -72,6 +72,20 @@ class _WifiListPageState extends State<WifiListPage> {
|
|||||||
ScreenUtil().bottomBarHeight -
|
ScreenUtil().bottomBarHeight -
|
||||||
64.h)),
|
64.h)),
|
||||||
),
|
),
|
||||||
|
state.pageName.value == 'saveLock'
|
||||||
|
? SubmitBtn(
|
||||||
|
btnName: '跳过'.tr,
|
||||||
|
fontSize: 28.sp,
|
||||||
|
borderRadius: 20.w,
|
||||||
|
padding: EdgeInsets.only(top: 25.w, bottom: 25.w),
|
||||||
|
onClick: () {
|
||||||
|
Get.offAndToNamed(Routers.starLockMain);
|
||||||
|
},
|
||||||
|
)
|
||||||
|
: Container(),
|
||||||
|
SizedBox(
|
||||||
|
height: 20.h,
|
||||||
|
),
|
||||||
SubmitBtn(
|
SubmitBtn(
|
||||||
btnName: '手动配网'.tr,
|
btnName: '手动配网'.tr,
|
||||||
fontSize: 28.sp,
|
fontSize: 28.sp,
|
||||||
@ -82,7 +96,8 @@ class _WifiListPageState extends State<WifiListPage> {
|
|||||||
'lockSetInfoData': state.lockSetInfoData.value,
|
'lockSetInfoData': state.lockSetInfoData.value,
|
||||||
'pageName': state.pageName.value,
|
'pageName': state.pageName.value,
|
||||||
});
|
});
|
||||||
}),
|
},
|
||||||
|
),
|
||||||
SizedBox(
|
SizedBox(
|
||||||
height: 64.h,
|
height: 64.h,
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user