From 64b0493e4bd40c46e341fd5de9f1862998c431b0 Mon Sep 17 00:00:00 2001
From: lijunda <475576921@qq.com>
Date: Thu, 16 Aug 2018 16:35:30 +0800
Subject: [PATCH] 无修改,测试混淆代码

---
 pregnancy_guard/BaseProject/Controller/Home/RadiaDetectionPage.m |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/pregnancy_guard/BaseProject/Controller/Home/RadiaDetectionPage.m b/pregnancy_guard/BaseProject/Controller/Home/RadiaDetectionPage.m
index ee93f57..f528e9b 100644
--- a/pregnancy_guard/BaseProject/Controller/Home/RadiaDetectionPage.m
+++ b/pregnancy_guard/BaseProject/Controller/Home/RadiaDetectionPage.m
@@ -1124,6 +1124,15 @@
         scale = 0.8;
         pointerOffset = 5;
     }
+//    else if(IsiPhoneX)
+//    {
+//        unitFontSize = 12;
+//        jiliangFontSize = 12;
+//        numFontSize = 14;
+//        tipsFontSize = 13;
+//        scale = 0.8;
+//        pointerOffset = 5;
+//    }
     
     UIImageView * ic_head_bg = [[UIImageView alloc] initWithFrame:CGRectMake(10, 0, SCREEN_WIDTH-20, 66*scale)];
     ic_head_bg.image = [UIImage imageNamed:@"ic_head_bg"];
@@ -1207,7 +1216,7 @@
     _currentShuziTipsLabel.text = @"���������������";
     [ic_zhishu_bk addSubview:_currentShuziTipsLabel];
     
-    UIImageView * ic_bottom_bg = [[UIImageView alloc] initWithFrame:CGRectMake(0, SCREEN_HEIGHT-64-88*scale-44, SCREEN_WIDTH, 88*scale)];
+    UIImageView * ic_bottom_bg = [[UIImageView alloc] initWithFrame:CGRectMake(0, SCREEN_HEIGHT-NavBar_Height-88*scale-TabbarHeight, SCREEN_WIDTH, 88*scale)];
     ic_bottom_bg.image = [UIImage imageNamed:@"ic_radia_bottom_bg"];
     [self.view addSubview:ic_bottom_bg];
     

--
Gitblit v1.8.0