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.
17 lines
812 B
17 lines
812 B
<!-- pages/login/login.wxml -->
|
|
<view class="container">
|
|
<view class="title" style="margin-top: 35%;">课堂点名工具</view>
|
|
<view class="middle-title">让 孩 子 成 为 更 倒 霉 的 自 己</view>
|
|
|
|
<view class="input-group">
|
|
<input style="width: 250px;" class="input-field" placeholder="请输入学号" placeholder-style="color:gray" bindinput="onStudentIdInput"/>
|
|
</view>
|
|
|
|
<view class="input-group1">
|
|
<input style="width: 250px;" class="input-field" placeholder="请输入姓名" placeholder-style="color:gray" bindinput="onNameInput"/>
|
|
</view>
|
|
<view class="getin-button">
|
|
<button style="width: 110px;" class="login-button" bindtap="login">登录</button>
|
|
<button style="width: 110px;" class="login-button" bindtap="onTeacherLogin">我是教师</button>
|
|
</view>
|
|
</view> |