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/Common/BaseWebPage.m |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pregnancy_guard/BaseProject/Controller/Common/BaseWebPage.m b/pregnancy_guard/BaseProject/Controller/Common/BaseWebPage.m
index 6d3c214..492ba5f 100644
--- a/pregnancy_guard/BaseProject/Controller/Common/BaseWebPage.m
+++ b/pregnancy_guard/BaseProject/Controller/Common/BaseWebPage.m
@@ -22,7 +22,7 @@
     
     if (!_webView)
     {
-        _webView = [[WKWebView alloc] initWithFrame:CGRectMake(0, 0, self.view.bounds.size.width, self.view.bounds.size.height-60)];
+        _webView = [[WKWebView alloc] initWithFrame:CGRectMake(0, 0, self.view.bounds.size.width, self.view.bounds.size.height-NavBar_Height)];
         _webView.navigationDelegate = self;
 //        _webView.dataDetectorTypes = UIDataDetectorTypeAll;
 //        _webView.scalesPageToFit = YES;//������������������������������������������

--
Gitblit v1.8.0