Merge branch 'feature/students' into release/4.9.1.0
Showing
1 changed file
with
2 additions
and
4 deletions
@@ -14,11 +14,9 @@ | @@ -14,11 +14,9 @@ | ||
14 | {{/if}} | 14 | {{/if}} |
15 | <div class="iconfont more-icon tap-hightlight"></div> | 15 | <div class="iconfont more-icon tap-hightlight"></div> |
16 | </a> | 16 | </a> |
17 | - {{^students}} | 17 | + {{#unless students}} |
18 | <a class="students-entry" href="{{verifyUrl}}">学生认证</a> | 18 | <a class="students-entry" href="{{verifyUrl}}">学生认证</a> |
19 | - {{/students}} | ||
20 | - | ||
21 | - {{/isLogin}} | 19 | + {{/unless}} |
22 | {{^isLogin}} | 20 | {{^isLogin}} |
23 | <div class="user-info"> | 21 | <div class="user-info"> |
24 | <a class="login-btn" href="{{signinUrl}}"> | 22 | <a class="login-btn" href="{{signinUrl}}"> |
-
Please register or login to post a comment