From 413b74eb37fa6b9e7ae38b22e8d777a74bd7a972 Mon Sep 17 00:00:00 2001
From: Davin <591807572@qq.com>
Date: 星期三, 21 六月 2023 15:09:03 +0800
Subject: [PATCH] feature 门锁历史记录UI调整

---
 EZSDK/EZSDK/EZ/UIViewControllers/EZDeviceTableViewController.m |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/EZSDK/EZSDK/EZ/UIViewControllers/EZDeviceTableViewController.m b/EZSDK/EZSDK/EZ/UIViewControllers/EZDeviceTableViewController.m
index 609e952..bb4a517 100644
--- a/EZSDK/EZSDK/EZ/UIViewControllers/EZDeviceTableViewController.m
+++ b/EZSDK/EZSDK/EZ/UIViewControllers/EZDeviceTableViewController.m
@@ -192,6 +192,9 @@
     EZDeviceInfo *deviceInfo = sender;
     if ([[segue destinationViewController] isKindOfClass:[EZLivePlayViewController class]]) {
         ((EZLivePlayViewController *)[segue destinationViewController]).deviceInfo = deviceInfo;
+#warning mock test
+        NSLog(@"#######璺宠浆鍒拌澶囪鎯呴〉");
+        ((EZLivePlayViewController *)[segue destinationViewController]).isShowAlert = YES;
     } else if ([[segue destinationViewController] isKindOfClass:[EZPlaybackViewController class]]) {
         ((EZPlaybackViewController *)[segue destinationViewController]).deviceInfo = deviceInfo;
     } else if ([[segue destinationViewController] isKindOfClass:[EZMessageListViewController class]]) {

--
Gitblit v1.8.0