login.wxml 781 B

1
  1. <view class="content"><view class="inner"><view class="form-box"><view class="form-item"><text class="label">员工帐号</text><input type="text" placeholder="登录帐号" placeholder-class="form-input" data-event-opts="{{[['input',[['__set_model',['$0','userName','$event',[]],['form']]]]]}}" value="{{form.userName}}" bindinput="__e"/></view><view class="form-item"><text class="label">员工密码</text><input type="password" placeholder="登录密码" placeholder-class="form-input" data-event-opts="{{[['input',[['__set_model',['$0','password','$event',[]],['form']]]]]}}" value="{{form.password}}" bindinput="__e"/></view></view></view><view class="btn-box"><view data-event-opts="{{[['tap',[['submit']]]]}}" class="sub-btn" bindtap="__e">员工登录</view></view></view>