From 4c1abca185a5727da6fb314a0cb4cd44bfe1b3bf Mon Sep 17 00:00:00 2001 From: Davin <591807572@qq.com> Date: 星期五, 07 六月 2024 17:48:47 +0800 Subject: [PATCH] feature appkey修改 --- EZSDK/EZSDK/EZ/UIViewControllers/EZAddByQRCodeViewController.m | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/EZSDK/EZSDK/EZ/UIViewControllers/EZAddByQRCodeViewController.m b/EZSDK/EZSDK/EZ/UIViewControllers/EZAddByQRCodeViewController.m index b1592e9..94e8e17 100644 --- a/EZSDK/EZSDK/EZ/UIViewControllers/EZAddByQRCodeViewController.m +++ b/EZSDK/EZSDK/EZ/UIViewControllers/EZAddByQRCodeViewController.m @@ -32,7 +32,7 @@ - (void)dealloc { - + } - (void)viewDidLoad { @@ -71,6 +71,7 @@ HDLEZLog(@"瀵艰埅鏍忓瓙view锛�%@",self.prevController ); + self.tipsLabel.text=HDLEZLocallizedString(@"device_add_device_qr_code"); } - (void)viewWillAppear:(BOOL)animated -- Gitblit v1.8.0