public async void ConfirmBtnEvent() { try { int recordId = int.Parse(mPlaybackCodeInputField.text); MilitaryPanelComponent.ExaminePlayBack(recordId); } catch (Exception e) { UIComponent.GetUiView <NormalHintPanelComponent>().ShowHintPanel("回放码格式不对"); Log.Error(e); throw; } }
public void LookBackBtn() { MilitaryPanelComponent.ExaminePlayBack(mData.DataId); }