修复xhj的release模式下不能进入设备详情页
This commit is contained in:
parent
487ff04a8d
commit
87d6655849
@ -253,8 +253,7 @@ class _LockDetailPageState extends State<LockDetailPage>
|
||||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
children: <Widget>[
|
||||
const Spacer(),
|
||||
Positioned(
|
||||
child: GestureDetector(
|
||||
GestureDetector(
|
||||
onTap: () {
|
||||
ShowTipView().showSureAlertDialog(
|
||||
"${"锁电量更新时间:".tr}${DateTool().dateToYMDHNString(state.keyInfos.value.electricQuantityDate!.toString())}");
|
||||
@ -318,7 +317,7 @@ class _LockDetailPageState extends State<LockDetailPage>
|
||||
)
|
||||
],
|
||||
),
|
||||
)),
|
||||
),
|
||||
GestureDetector(
|
||||
onTap: () {
|
||||
if (state.openDoorBtnisUneable.value == true) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user