register.wxml 1.9 KB
<view class="login-container data-v-3d83270a"><view class="login-title data-v-3d83270a">用户注册</view><u-form vue-id="9a676040-1" model="{{regForm}}" data-ref="regForm" class="data-v-3d83270a vue-ref" bind:__l="__l" vue-slots="{{['default']}}"><u-form-item vue-id="{{('9a676040-2')+','+('9a676040-1')}}" prop="username" class="data-v-3d83270a" bind:__l="__l" vue-slots="{{['default']}}"><u-input bind:input="__e" vue-id="{{('9a676040-3')+','+('9a676040-2')}}" placeholder="请输入用户名" value="{{regForm.username}}" data-event-opts="{{[['^input',[['__set_model',['$0','username','$event',[]],['regForm']]]]]}}" class="data-v-3d83270a" bind:__l="__l"></u-input></u-form-item><u-form-item vue-id="{{('9a676040-4')+','+('9a676040-1')}}" prop="password" class="data-v-3d83270a" bind:__l="__l" vue-slots="{{['default']}}"><u-input bind:input="__e" vue-id="{{('9a676040-5')+','+('9a676040-4')}}" type="password" placeholder="请输入密码" value="{{regForm.password}}" data-event-opts="{{[['^input',[['__set_model',['$0','password','$event',[]],['regForm']]]]]}}" class="data-v-3d83270a" bind:__l="__l"></u-input></u-form-item><u-form-item vue-id="{{('9a676040-6')+','+('9a676040-1')}}" prop="repassword" class="data-v-3d83270a" bind:__l="__l" vue-slots="{{['default']}}"><u-input bind:input="__e" vue-id="{{('9a676040-7')+','+('9a676040-6')}}" type="password" placeholder="请再次输入密码" value="{{regForm.repassword}}" data-event-opts="{{[['^input',[['__set_model',['$0','repassword','$event',[]],['regForm']]]]]}}" class="data-v-3d83270a" bind:__l="__l"></u-input></u-form-item></u-form><view data-event-opts="{{[['tap',[['submit',['$event']]]]]}}" class="btn data-v-3d83270a" bindtap="__e">注册</view><view class="tip data-v-3d83270a">已有账号,<text data-event-opts="{{[['tap',[['goLog',['$event']]]]]}}" style="color:#FFA100;" bindtap="__e" class="data-v-3d83270a">立即登录</text></view></view>