riku
2022-09-06 b43d04ef7295105e78feb5980de619f58a9803a6
pages/m_user/userloginpw/userloginpw.wxml
ÎļþÃû´Ó pages/login/login.wxml ÐÞ¸Ä
@@ -1,26 +1,20 @@
<!--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}}"/>