register.wxml
2.5 KB
<view class="login-container data-v-891c2434"><view class="login-title data-v-891c2434">用户注册</view><u-form vue-id="9a676040-1" model="{{regForm}}" data-ref="regForm" class="data-v-891c2434 vue-ref" bind:__l="__l" vue-slots="{{['default']}}"><u-form-item vue-id="{{('9a676040-2')+','+('9a676040-1')}}" prop="username" class="data-v-891c2434" 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-891c2434" bind:__l="__l"></u-input></u-form-item><u-form-item vue-id="{{('9a676040-4')+','+('9a676040-1')}}" prop="password" class="data-v-891c2434" 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-891c2434" bind:__l="__l"></u-input></u-form-item><u-form-item vue-id="{{('9a676040-6')+','+('9a676040-1')}}" prop="repassword" class="data-v-891c2434" 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-891c2434" bind:__l="__l"></u-input></u-form-item><u-form-item vue-id="{{('9a676040-8')+','+('9a676040-1')}}" class="data-v-891c2434" bind:__l="__l" vue-slots="{{['default']}}"><u-checkbox-group vue-id="{{('9a676040-9')+','+('9a676040-8')}}" class="data-v-891c2434" bind:__l="__l" vue-slots="{{['default']}}"><u-checkbox bind:input="__e" vue-id="{{('9a676040-10')+','+('9a676040-9')}}" shape="circle" active-color="{{ThemeColor.PrimaryColor}}" value="{{checked}}" data-event-opts="{{[['^input',[['__set_model',['','checked','$event',[]]]]]]}}" class="data-v-891c2434" bind:__l="__l"></u-checkbox><text class="agreement data-v-891c2434">我已阅读并同意《用户协议》及《隐私协议》</text></u-checkbox-group></u-form-item></u-form><view class="btn data-v-891c2434">注册</view><view class="tip data-v-891c2434">已有账号,<text data-event-opts="{{[['tap',[['goLog',['$event']]]]]}}" style="{{'color:'+(ThemeColor.PrimaryColor)+';'}}" bindtap="__e" class="data-v-891c2434">立即登录</text></view></view>