From c568053a134cddc39fb0632ac9cfbdcb8f2d4359 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BC=A0=E6=9D=B0?= <1074472615@qq.com>
Date: Mon, 18 Feb 2019 11:37:25 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=97=E4=BD=93=E5=A4=A7?=
 =?UTF-8?q?=E5=B0=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 app.wxss             | 6 +++---
 pages/login/index.js | 1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/app.wxss b/app.wxss
index d40495d..63ec8fa 100644
--- a/app.wxss
+++ b/app.wxss
@@ -11,12 +11,12 @@
 }
 
 .kg-text-title {
-  font-size: 32rpx;
+  font-size: 33rpx;
   font-weight: bold;
 }
 
 .kg-text-normal-gray {
-  font-size: 33rpx;
+  font-size: 32rpx;
   color: rgb(78, 78, 78);
 }
 
@@ -27,7 +27,7 @@
 }
 
 .kg-text-normal-dark {
-  font-size: 32rpx;
+  font-size: 33rpx;
   color: black;
 }
 
diff --git a/pages/login/index.js b/pages/login/index.js
index 1ab5ff6..ab28cdd 100644
--- a/pages/login/index.js
+++ b/pages/login/index.js
@@ -70,6 +70,7 @@ Page({
 
       console.log(res)
       app.globalData.login = res
+      app.globalData.isLogin = true
       //1是老师,2是家长
 
       if (res.user.userType == 1) {
-- 
2.18.1