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.
16 lines
609 B
16 lines
609 B
<view class="container">
|
|
<view class="header">
|
|
<image src="/asset/imgs/登录界面1.jpg" mode="aspectFill"></image>
|
|
</view>
|
|
<view class="login">
|
|
<view class="form-item">
|
|
<image src="/asset/imgs/登录1.jpg" mode="aspectFill"></image>
|
|
<input type="text" model:value="{{stuId}}" placeholder="请输入学号" />
|
|
</view>
|
|
<view class="form-item">
|
|
<image src="/asset/imgs/登录2.jpg" mode="aspectFill"></image>
|
|
<input type="password" model:value="{{password}}" placeholder="请输入密码"/>
|
|
</view>
|
|
<button bindtap="login">登录</button>
|
|
</view>
|
|
</view> |