| | |
| | | |
| | | public override void RemoveFromParent() |
| | | { |
| | | this.tempPassword = null; |
| | | backAction?.Invoke(); |
| | | base.RemoveFromParent(); |
| | | } |
| | |
| | | public void LoadPage() |
| | | { |
| | | #region 顶部导航栏 |
| | | if (tempPassword == null) |
| | | if (tempPassword == null|| tempPassword.id==null) |
| | | { |
| | | tempPassword = new VisitorTempPassword(); |
| | | |
| | | Action click = () => |
| | | { |
| | | Action action = () => { |
| | | Action action = () => |
| | | { |
| | | LoadPage(); |
| | | }; |
| | | VisitorHistoryPage page = new VisitorHistoryPage(action); |
| | |
| | | bodyView.BackgroundColor = CSS_Color.BackgroundColor; |
| | | new TopViewDiv(bodyView, Language.StringByID(StringId.VisitorInvitation)) |
| | | .LoadTopView_SettingText(click, Language.StringByID(StringId.VisitorRecord)); |
| | | |
| | | } |
| | | else |
| | | { |