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.
|
- <!--pages/login/login.wxml-->
- <view class="container">
- <image class="bg" src="../../static/login/bg.jpg" mode="aspectFill"></image>
- <image class="logo" src="../../static/login/logo.png"></image>
- <view class="fromBox">
- <form bindsubmit="checkLogin">
- <view class="item">
- 账号
- <input name="userName"></input>
- </view>
- <view class="item">
- 密码
- <input name="password" password></input>
- </view>
- <button class="btn {{isLoginIng?'select':''}}" form-type="submit">登录</button>
- </form>
- </view>
- </view>
|