| ÎļþÃû´Ó pages/login/login.wxml ÐÞ¸Ä |
| | |
| | | <!--pages/m_user/userloginpw/userloginpw.wxml--> |
| | | <view class="page"> |
| | | <view class="banner-bg"></view> |
| | | <view class="login-container"> |
| | | <view class="top-view"> |
| | | <image class="login-img" src="/res/icons/icon1.png"></image> |
| | | </view> |
| | | <view class="page-text">ä¸å°ä¼ä¸å®æ³æå¡å¹³å°</view> |
| | | <view class="user-info"> |
| | | <view class="user-info_item"> |
| | | <text>è´¦å·ï¼</text> |
| | | <input type="text" placeholder="请è¾å
¥è´¦å·" value="{{userName}}" bindinput="inputUserName"/> |
| | | <input type="text" placeholder="请è¾å
¥è´¦å·" value="{{userName}}" bindinput="inputUserName" /> |
| | | </view> |
| | | <view class="user-info_item"> |
| | | <text>å¯ç ï¼</text> |
| | | <input type="password" placeholder="请è¾å
¥å¯ç " value="{{password}}" bindinput="inputPassword"/> |
| | | <input type="password" placeholder="请è¾å
¥å¯ç " value="{{password}}" bindinput="inputPassword" /> |
| | | </view> |
| | | </view> |
| | | <view class="bottom-view"> |
| | | |
| | | <button class="bottom-btn" bindtap="login" loading="{{loading}}" hover-class="hoverClass"> |
| | | ç»å½ |
| | | </button> |
| | | </view> |
| | | <button class="bottom-btn {{password.length > 0 ? 'bottom-btn_active' : ''}}" bindtap="login" loading="{{loading}}" disabled="{{password.length == 0}}"> |
| | | ç»å½ |
| | | </button> |
| | | <view class="login-btn_text" bindtap="gotoRegister">廿³¨å</view> |
| | | <!-- <view> |
| | | <label class="weui-agree" bindtap="checkboxChange"> |
| | | <checkbox class="weui-agree__checkbox-check" value="agree" checked="{{agree}}"/> |