companyLogin.wxml 1.3 KB

1
  1. <view class="pages data-v-73102d0b"><image class="logo data-v-73102d0b" src="../../static/img/logo.png" mode="widthFix"></image><view class="title data-v-73102d0b">企业用户登陆</view><view class="login-form data-v-73102d0b"><view class="login-form-item data-v-73102d0b"><view class="login-form-item-til data-v-73102d0b">账号</view><view class="login-form-item-con data-v-73102d0b"><input type="text" value="{{params.loginStr}}" placeholder="请输入账号" data-event-opts="{{[['input',[['__set_model',['$0','loginStr','$event',[]],['params']]]]]}}" bindinput="__e" class="data-v-73102d0b"/></view></view><view class="login-form-item data-v-73102d0b"><view class="login-form-item-til data-v-73102d0b">密码</view><view class="login-form-item-con data-v-73102d0b"><input type="password" value="{{params.pwd}}" placeholder="请输入密码" data-event-opts="{{[['input',[['__set_model',['$0','pwd','$event',[]],['params']]]]]}}" bindinput="__e" class="data-v-73102d0b"/></view></view></view><view class="wrap data-v-73102d0b"><view data-event-opts="{{[['tap',[['handleLogin',['$event']]]]]}}" class="full-btn data-v-73102d0b" bindtap="__e">登录</view></view><view class="bottom-btn-wrap data-v-73102d0b"><view class="bottom-btn forgetpass data-v-73102d0b">忘记密码</view></view></view>