You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1 lines
1.3 KiB

<view><view class="auth"><view class="wanl-title">欢迎登陆账号</view><form data-event-opts="{{[['submit',[['formSubmit',['$event']]]]]}}" bindsubmit="__e"><view class="auth-group radius-bock bg-gray wlian-grey-light"><input type="text" placeholder="请输入用户名" confirm-type="next" maxlength="16" placeholder-class="placeholder" name="account" value="{{account}}"/></view><view class="auth-group radius-bock bg-gray wlian-grey-light"><input type="text" placeholder="请输入登录密码" password="true" confirm-type="done" maxlength="16" placeholder-class="placeholder" name="password" data-event-opts="{{[['input',[['onKeyInput',['$event']]]]]}}" bindinput="__e"/></view><view data-event-opts="{{[['tap',[['retrieve',['$event']]]]]}}" class="text-right" bindtap="__e">忘记密码</view><view class="auth-button flex flex-direction"><button class="cu-btn bg-orange sl radius-bock" form-type="submit" disabled="{{submitDisabled}}">登 录</button></view><view data-event-opts="{{[['tap',[['phone',['$event']]]]]}}" class="text-center" bindtap="__e">短信验证码登录</view></form></view><view class="auth-foot"><view class="menu text-grey"><text data-event-opts="{{[['tap',[['register',['$event']]]]]}}" bindtap="__e">注册</text><text data-event-opts="{{[['tap',[['help',['$event']]]]]}}" bindtap="__e">帮助</text></view></view></view>