login.wxml 557 B

12345678
  1. <!--pages/login/login.wxml-->
  2. <mp-toptips msg="{{error}}" type="error" show="{{error}}"></mp-toptips>
  3. <view class="container">
  4. <view style="width:100%;height:50pt;background-color:white;">
  5. <input placeholder="请输入采集系统电话号码" style="height:100%;width:100%;text-align:center;" type="number" bindinput="bindPhoneInput"></input>
  6. </view>
  7. <button style="width:92%;height:40pt;text-align:center;line-height:30pt;background-color:#2A82E4;color:white" class="commit-btn" loading="{{loading}}" bindtap="bindLogin">登录</button>
  8. </view>