修复添加虹膜、添加手掌页面报错问题

This commit is contained in:
Daisy 2024-06-07 15:56:43 +08:00
parent 3467094050
commit 1b4a6aaee3
2 changed files with 4 additions and 4 deletions

View File

@ -259,8 +259,8 @@ class _AddIrisTypePageState extends State<AddIrisTypePage> {
rightTitle: '',
isTipsImg: false,
isHaveRightWidget: true,
rightWidget: SizedBox(
width: 60.w, height: 50.h, child: Obx(() => _isAdmin()))))),
rightWidget:
SizedBox(width: 60.w, height: 50.h, child: _isAdmin())))),
SizedBox(height: 30.h),
SubmitBtn(
btnName: TranslationLoader.lanKeys!.next!.tr,

View File

@ -259,8 +259,8 @@ class _AddPalmTypePageState extends State<AddPalmTypePage> {
rightTitle: '',
isTipsImg: false,
isHaveRightWidget: true,
rightWidget: SizedBox(
width: 60.w, height: 50.h, child: Obx(() => _isAdmin()))))),
rightWidget:
SizedBox(width: 60.w, height: 50.h, child: _isAdmin())))),
SizedBox(height: 30.h),
SubmitBtn(
btnName: TranslationLoader.lanKeys!.next!.tr,