You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
620 B
8 lines
620 B
<!-- pages/teacherHomePage/teacherHomePage.wxml -->
|
|
<view class="container">
|
|
<button style="width: 50px;margin-top: 33px;margin-left: 0;" class="back-button" bindtap="goBack">{{'<'}}返回</button>
|
|
<button style="width: 280px;" class="choose-button" bindtap="startRollCall">发起点名</button>
|
|
<button style="width: 280px;" class="record-button" bindtap="showRanking">积分排行</button>
|
|
<button style="width: 280px;" class="name-button" bindtap="showStudentList">学生名单</button>
|
|
<button style="width: 280px;" class="rules-button" bindtap="showRulesList">特殊规则总览</button>
|
|
</view> |