login.wxml 1.4 KB

1
  1. <view class="login dflex_c dflex_d_c _div"><el-image style="width:50px;height:50px;" vue-id="f7872a74-1" src="/static/img/login_log.jpg" fit="contain" bind:__l="__l"></el-image><view class="title _div">云电商</view><el-form class="login_form vue-ref" vue-id="f7872a74-2" model="{{form}}" rules="{{rules}}" data-ref="ruleForm" bind:__l="__l" vue-slots="{{['default']}}"><el-form-item class="vue-ref" vue-id="{{('f7872a74-3')+','+('f7872a74-2')}}" prop="username" data-ref="username" bind:__l="__l" vue-slots="{{['default']}}"><el-input bind:input="__e" vue-id="{{('f7872a74-4')+','+('f7872a74-3')}}" placeholder="账号" value="{{form.username}}" data-event-opts="{{[['^input',[['__set_model',['$0','username','$event',[]],['form']]]],['keyup',[['enter',['$event']]]]]}}" bindkeyup="__e" bind:__l="__l"></el-input></el-form-item><el-form-item class="vue-ref" vue-id="{{('f7872a74-5')+','+('f7872a74-2')}}" prop="password" data-ref="password" bind:__l="__l" vue-slots="{{['default']}}"><el-input bind:input="__e" vue-id="{{('f7872a74-6')+','+('f7872a74-5')}}" placeholder="密码" show-password="{{true}}" value="{{form.password}}" data-event-opts="{{[['^input',[['__set_model',['$0','password','$event',[]],['form']]]],['keyup',[['submitForm',['ruleForm']]]]]}}" bindkeyup="__e" bind:__l="__l"></el-input></el-form-item><view data-event-opts="{{[['tap',[['submitForm',['ruleForm']]]]]}}" class="login_btn dflex_c margin_t_50 crpr _div" bindtap="__e">登 录</view></el-form></view>