Commit c568053a authored by 张杰's avatar 张杰

修改字体大小

parent 2b579026
...@@ -11,12 +11,12 @@ ...@@ -11,12 +11,12 @@
} }
.kg-text-title { .kg-text-title {
font-size: 32rpx; font-size: 33rpx;
font-weight: bold; font-weight: bold;
} }
.kg-text-normal-gray { .kg-text-normal-gray {
font-size: 33rpx; font-size: 32rpx;
color: rgb(78, 78, 78); color: rgb(78, 78, 78);
} }
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
} }
.kg-text-normal-dark { .kg-text-normal-dark {
font-size: 32rpx; font-size: 33rpx;
color: black; color: black;
} }
......
...@@ -70,6 +70,7 @@ Page({ ...@@ -70,6 +70,7 @@ Page({
console.log(res) console.log(res)
app.globalData.login = res app.globalData.login = res
app.globalData.isLogin = true
//1是老师,2是家长 //1是老师,2是家长
if (res.user.userType == 1) { if (res.user.userType == 1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment