login.wxml 957 B

1
  1. <view><view class="head"></view><view class="content"><view class="logo">账号登入</view><view class="headline-2"><text class="uni-list-cell-left-2">账号:</text><view class="uni-list-cell-db-2"><input class="uni-input-2" placeholder="请输入手机号" required="{{true}}" data-event-opts="{{[['input',[['__set_model',['','phone','$event',[]]]]]]}}" value="{{phone}}" bindinput="__e"/></view></view><view class="headline-2"><text class="uni-list-cell-left-2">密码:</text><view class="uni-list-cell-db-2"><input class="uni-input-2" placeholder="请输入密码" required="{{true}}" data-event-opts="{{[['input',[['__set_model',['','password','$event',[]]]]]]}}" value="{{password}}" bindinput="__e"/></view></view><button style="width:273px;height:33px;background-color:rgba(42, 130, 228, 1);color:white;font-size:15px;border-radius:14px;" type="default" data-event-opts="{{[['tap',[['bindLogin']]]]}}" bindtap="__e">登录</button></view></view>