Commit 04c553c6 authored by 喻春霖's avatar 喻春霖

fixed

parent b4b4204f
......@@ -62,8 +62,8 @@
<span th:if="${clientDataInfo.authUserInfo.source} == 'dianjiaoguan'">上海基础教育</span>
<span th:if="${clientDataInfo.authUserInfo.source} == 'qpjy'">青浦教育</span>
<span th:text="${clientDataInfo.authUserInfo.realName}"></span>
<span th:if="${clientDataInfo.authUserInfo.userType} == 'TEACHER'">(教师)</span>
<span th:if="${clientDataInfo.authUserInfo.userType} == 'STUDENT'">(学生)</span>
<span th:if=" ${clientDataInfo.authUserInfo.userType != null } and ${clientDataInfo.authUserInfo.userType.name() == 'TEACHER'}">(教师)</span>
<span th:if=" ${clientDataInfo.authUserInfo.userType != null } and ${clientDataInfo.authUserInfo.userType.name() == 'STUDENT'}">(学生)</span>
</p>
<p>欢迎使用“发现服务·速享之旅”</p>
<p>统一身份认证服务。</p>
......
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