修复添加虹膜、添加手掌页面报错问题
This commit is contained in:
parent
3467094050
commit
1b4a6aaee3
@ -259,8 +259,8 @@ class _AddIrisTypePageState extends State<AddIrisTypePage> {
|
|||||||
rightTitle: '',
|
rightTitle: '',
|
||||||
isTipsImg: false,
|
isTipsImg: false,
|
||||||
isHaveRightWidget: true,
|
isHaveRightWidget: true,
|
||||||
rightWidget: SizedBox(
|
rightWidget:
|
||||||
width: 60.w, height: 50.h, child: Obx(() => _isAdmin()))))),
|
SizedBox(width: 60.w, height: 50.h, child: _isAdmin())))),
|
||||||
SizedBox(height: 30.h),
|
SizedBox(height: 30.h),
|
||||||
SubmitBtn(
|
SubmitBtn(
|
||||||
btnName: TranslationLoader.lanKeys!.next!.tr,
|
btnName: TranslationLoader.lanKeys!.next!.tr,
|
||||||
|
|||||||
@ -259,8 +259,8 @@ class _AddPalmTypePageState extends State<AddPalmTypePage> {
|
|||||||
rightTitle: '',
|
rightTitle: '',
|
||||||
isTipsImg: false,
|
isTipsImg: false,
|
||||||
isHaveRightWidget: true,
|
isHaveRightWidget: true,
|
||||||
rightWidget: SizedBox(
|
rightWidget:
|
||||||
width: 60.w, height: 50.h, child: Obx(() => _isAdmin()))))),
|
SizedBox(width: 60.w, height: 50.h, child: _isAdmin())))),
|
||||||
SizedBox(height: 30.h),
|
SizedBox(height: 30.h),
|
||||||
SubmitBtn(
|
SubmitBtn(
|
||||||
btnName: TranslationLoader.lanKeys!.next!.tr,
|
btnName: TranslationLoader.lanKeys!.next!.tr,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user