parent
6bb279edc5
commit
48fb461721
@ -0,0 +1,17 @@
|
||||
<!-- 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>
|
Loading…
Reference in new issue