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.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!--pages/login/login.wxml-->
<view class="login-bg">
<image class="img-a" src="https://zhoukaiwen.com/img/loginImg/bg1.png"></image>
<image class="logo" src="http://cdnjson.com/images/2024/10/08/35521ea90f9dd7b5eb70563751db3f09.jpg"></image>
<view class="t-login">
<view class="t-b">登 录</view>
<form class="cl">
<view class="t-a">
<image src="https://zhoukaiwen.com/img/loginImg/user.png"></image>
<input type="number" name="phone" placeholder="请输入学号" maxlength="11" bindinput="bindidInput" />
</view>
<view class="t-a">
<image src="https://zhoukaiwen.com/img/loginImg/pwd.png"></image>
<input name="code" maxlength="6" placeholder="请输入姓名" bindinput="bindnameInput" />
</view>
<button bindtap="login">登 录</button>
</form>
</view>
<view class="cardBox">
<view>
联系我们: 2047481732@qq.com
</view>
</view>
<image class="img-b" src="https://zhoukaiwen.com/img/loginImg/bg2.png"></image>
</view>