管灌系统农户端微信小程序(嘉峪关应用)
zuoxiao
2024-05-27 dc01187c6ca2cf46fef268e84a7ac7fc171f2ebb
pages/login/login.wxml
@@ -4,20 +4,16 @@
    <image src="/images/login_bg.jpeg"></image>
  </view>
  <view class="input-wrapper">
    <view class="label-container">
      <text class="input-label">手机号:</text>
    </view>
    <input class="input" placeholder="请输入11位手机号" maxlength="11" />
    <input class="input" placeholder="请输入11位手机号" maxlength="11" bindinput="bindMobileInput" />
  </view>
  <view class="input-wrapper">
    <view class="label-container">
      <text class="input-label"> 密码:</text>
    </view>
    <input class="input" type="password" placeholder="请输入密码" bindinput="bindPasswordInput" />
    <input class="input" type="number" placeholder="请输入验证码"  />
    <button class="code-button" wx:if="{{!codeSent}}" bindtap="sendCode">获取验证码</button>
    <button class="code-button" wx:if="{{codeSent}}" disabled>重新获取({{countdown}}s)</button>
  </view>
  <view>
    <button class="login-button" bindtap="login">登录</button>
  </view>
  </view>
</view>