old mode 100755
new mode 100644
| | |
| | | /// </summary> |
| | | private async void NomallyOpenDialog() |
| | | { |
| | | #region 后续版本 |
| | | //if (UserCenterResourse.UserInfo.AuthorityNo != 1) |
| | | //{ |
| | | // this.ShowMassage(ShowMsgType.Tip, Language.StringByID(R.MyInternationalizationString.OnlyMasterOperate)); |
| | | // return; |
| | | //} |
| | | if (UserCenterResourse.UserInfo.AuthorityNo != 1) |
| | | { |
| | | this.ShowMassage(ShowMsgType.Tip, Language.StringByID(R.MyInternationalizationString.OnlyMasterOperate)); |
| | | return; |
| | | } |
| | | |
| | | //if (!UserCenterResourse.AccountOption.DoorUnLockByRemote) |
| | | //{ |
| | | // SystemSecondAuthentication(); |
| | | // return; |
| | | //} |
| | | if (!UserCenterResourse.AccountOption.DoorUnLockByRemote) |
| | | { |
| | | SystemSecondAuthentication(); |
| | | return; |
| | | } |
| | | |
| | | action = () => |
| | | { |
| | |
| | | UpdateNomallyOpenStatus();
|
| | | };
|
| | | };
|
| | | //HdlCheckLogic.Current.CheckSecondarySecurity(action);
|
| | | #endregion |
| | | HdlCheckLogic.Current.CheckSecondarySecurity(action);
|
| | |
|
| | |
|
| | | } |